mirror of
https://github.com/kaboomserver/server.git
synced 2024-12-22 15:45:07 +00:00
Allow people to upload schematics to the server (#25)
This commit is contained in:
parent
f991798fbf
commit
6fe3705d4b
1 changed files with 7 additions and 0 deletions
|
@ -212,6 +212,13 @@ op:
|
||||||
worldedit.transforms: true
|
worldedit.transforms: true
|
||||||
worldedit.toggleplace: true
|
worldedit.toggleplace: true
|
||||||
worldedit.setwand: true
|
worldedit.setwand: true
|
||||||
|
worldedit.clipboard.save: true
|
||||||
|
worldedit.schematic.delete: true
|
||||||
|
worldedit.schematic.move: true
|
||||||
|
worldedit.schematic.move.other: true
|
||||||
|
worldedit.clipboard.load: true
|
||||||
|
worldedit.schematic.load.other: true
|
||||||
|
worldedit.schematic.save.other: true
|
||||||
|
|
||||||
deop:
|
deop:
|
||||||
default: not-op
|
default: not-op
|
||||||
|
|
Loading…
Reference in a new issue