mirror of
https://github.com/kaboomserver/server.git
synced 2024-12-22 23:55:18 +00:00
commands.yml: add a few more commands
This commit is contained in:
parent
6bd62b188a
commit
40643f86c6
3 changed files with 38 additions and 1 deletions
36
commands.yml
36
commands.yml
|
@ -13,12 +13,48 @@
|
||||||
command-block-overrides: []
|
command-block-overrides: []
|
||||||
ignore-vanilla-permissions: true
|
ignore-vanilla-permissions: true
|
||||||
aliases:
|
aliases:
|
||||||
|
# Temporary:
|
||||||
|
ess:
|
||||||
|
- []
|
||||||
|
essentials:
|
||||||
|
- []
|
||||||
|
eessentials:
|
||||||
|
- []
|
||||||
|
eess:
|
||||||
|
- []
|
||||||
|
essentials:ess:
|
||||||
|
- []
|
||||||
|
essentials:essentials:
|
||||||
|
- []
|
||||||
|
essentials:eessentials:
|
||||||
|
- []
|
||||||
|
essentials:eess:
|
||||||
|
- []
|
||||||
|
essentials:essversion:
|
||||||
|
- []
|
||||||
|
ld:
|
||||||
|
- []
|
||||||
|
libsdisg:
|
||||||
|
- []
|
||||||
|
libsdisguises:
|
||||||
|
- []
|
||||||
|
libsdisguises:ld:
|
||||||
|
- []
|
||||||
|
libsdisguises:libsdisg:
|
||||||
|
- []
|
||||||
|
libsdisguises:libsdisguises:
|
||||||
|
- []
|
||||||
|
|
||||||
icanhasbukkit:
|
icanhasbukkit:
|
||||||
- version $1-
|
- version $1-
|
||||||
ban:
|
ban:
|
||||||
- minecraft:ban $1-
|
- minecraft:ban $1-
|
||||||
clear:
|
clear:
|
||||||
- minecraft:clear $1-
|
- minecraft:clear $1-
|
||||||
|
minecraft:datapack:
|
||||||
|
- []
|
||||||
|
datapack:
|
||||||
|
- []
|
||||||
enchant:
|
enchant:
|
||||||
- minecraft:enchant $1-
|
- minecraft:enchant $1-
|
||||||
gamemode:
|
gamemode:
|
||||||
|
|
|
@ -24,6 +24,8 @@ op:
|
||||||
essentials.vanish.see: false
|
essentials.vanish.see: false
|
||||||
geyser.command.reload: false
|
geyser.command.reload: false
|
||||||
geyser.command.stop: false
|
geyser.command.stop: false
|
||||||
|
libsdisguises.reload: false
|
||||||
|
playerparticles.reload: false
|
||||||
|
|
||||||
# Due to WorldEdit permission shenanigans, we have to grant
|
# Due to WorldEdit permission shenanigans, we have to grant
|
||||||
# permissions manually to enforce block edit limits
|
# permissions manually to enforce block edit limits
|
||||||
|
@ -201,7 +203,6 @@ op:
|
||||||
worldedit.fast: true
|
worldedit.fast: true
|
||||||
worldedit.masks: true
|
worldedit.masks: true
|
||||||
worldedit.patterns: true
|
worldedit.patterns: true
|
||||||
worldedit.reload: true
|
|
||||||
worldedit.remove: true
|
worldedit.remove: true
|
||||||
worldedit.threads: true
|
worldedit.threads: true
|
||||||
worldedit.transforms: true
|
worldedit.transforms: true
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue