mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2026-01-04 15:41:46 +00:00
Added unsafe commands
This commit is contained in:
@@ -86,4 +86,22 @@ force_tick:
|
||||
permission: customcrops.command.force_tick
|
||||
usage:
|
||||
- /customcrops force-tick
|
||||
- /ccrops force-tick
|
||||
- /ccrops force-tick
|
||||
|
||||
# A command to restore the blocks by CustomCrops data in one chunk
|
||||
# Usage: [COMMAND]
|
||||
unsafe_restore:
|
||||
enable: true
|
||||
permission: customcrops.command.unsafe.restore
|
||||
usage:
|
||||
- /customcrops unsafe restore
|
||||
- /ccrops unsafe restore
|
||||
|
||||
# A command to delete the CustomCrops data in one chunk
|
||||
# Usage: [COMMAND]
|
||||
unsafe_delete:
|
||||
enable: true
|
||||
permission: customcrops.command.unsafe.delete
|
||||
usage:
|
||||
- /customcrops unsafe delete
|
||||
- /ccrops unsafe delete
|
||||
Reference in New Issue
Block a user