9
0
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:
XiaoMoMi
2024-09-15 17:18:33 +08:00
parent ce4c12da11
commit 389fa9e3c6
27 changed files with 412 additions and 107 deletions

View File

@@ -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