mirror of
https://github.com/kaboomserver/server.git
synced 2024-11-24 08:18:01 -05: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.toggleplace: 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:
|
||||
default: not-op
|
||||
|
|
Loading…
Reference in a new issue