[+] Fixed a few issues with blocks in 1.19
[+] Modified player reset permissions, please read if you use them, you can now specify permissions so players only have the ability to reset certain mines
Code (Text):
# -- Player reset permission nodes --
#PLAYERS MUST HAVE THE PERMISSION jetsprisonmines.user.reset to access player resets
#Give them a permission underneath in order to set a timed delay on how often they can do a reset, you can create more permissions
#Reset permission nodes must be specified here:
reset_permission_nodes:
- "jetsprisonmines.user.reset.MINEA.30" #If they have this permission node, they will be able to do the /mine reset MINEA command every 30 seconds on a mine called MINEA
- "jetsprisonmines.user.reset.MINEB.60" #If they have this permission node, they will be able to do the /mine reset MINEB command every 60 seconds on a mine called MINEB
- "jetsprisonmines.user.reset.MINEC.120" #If they have this permission node, they will be able to do the /mine reset MINEC command every 120 seconds on a mine called MINEC
@skycar