Comment on page
⌨
Commands & Permissions
TIP for beginners:
To give the permissions of all items, I advice you to download a permission plugin like Luckperms, Once you have a perm plugin you just need to give the permission
eb.block.*
, for Luckperm the command is /lp group default permission set eb.block.* true
- Permission:
eb.block.{id}
- Negative permission:
-eb.block.{id}
- Example:
eb.block.Test
- Give all items permission:
eb.block.*
- Permission:
eb.*
- Permission:
eb.cmds
- Permission:
eb.nocd.{id}
eb.nocd.*
- Description: Give this custom permission to disable the cooldown for your vip players
- (Be sure to test without being op)
Limit of EB
- Permission:
eb.limit.{amount}
- Description: Sets the max value a player can place EB(s).
- Permission:
eb.block.ID.limit.{amount}
- Description: Limit the amount of specific EB ID a player can place
- Command: /eb create {id}
- Tip:
- If you want copy the item/block of another plugin, or a custom vanilla block (Banner, Custom block, ...), You need to install my other plugin, ExecutableItems, type /ei create {id} and then import your ExecutableItem in ExecutableBlocks.
- Permission:
eb.cmd.create
- Command: /eb editor or /eb show
- Permission:
eb.cmd.editor
oreb.cmd.show
- Command: /eb edit {BlockID}
- Permission:
eb.cmd.edit
- Command: /eb reload
- Permission:
eb.cmd.reload
- Command: /eb reload {block_id}
- Permission:
eb.cmd.reload
- Command: /eb delete {id}
- Permission:
eb.cmd.create
- Command: /eb default_blocks
- Permission:
eb.cmd.default_blocks
- Command: /eb clear [playerName]
- Permission:
eb.cmd.clear
- Command: /eb actionbar {on or off}
- Permission:
eb.cmd.actionbar
- Command: /eb place {id} {x} {y} {y} {world}
- Permission:
eb.cmd.place
- Command: /eb remove {id} {x} {y} {y} {world} [replaceWithAir default true]
- Permission:
eb.cmd.remove
- Command: /eb we-place {id}
- Permission:
eb.cmd.we-place
- Requirement: This command require to have the plugin WorldGuard
- Command: /eb wg-fill-region {world} {region_name} stone:70,MyEb:30
- Permission:
eb.cmd.wg-fill-region
- Command: /eb we-remove {replaceTheEBByAir true or false}
- Permission:
eb.cmd.we-remove
- Command: /eb modification {set/modification} variable {world} {x} {y} {z} {variableName} {value}
- /eb modification {set/modification} usage {world} {x} {y} {z} {value}
- Command:
- /eb give {playername} {id} {quantity}
- Permission:
eb.cmd.give
- Command:
- /eb take {playername} {id} {quantity}
- Permission:
eb.cmd.take
- Command:
- /eb giveall {id} {quantity} [world]
- Permission:
eb.cmd.giveall
- Command:
- /ei giveslot {playername} {id} {quantity} {slot} [usage]
- Default usage : The usage that is in the config of your EI
- Permission:
eb.cmd.giveslot
- Command:
- /eb giveslot {playername} {id} {quantity} {slot} [override true or false] USAGE(<usage>) VAR(<var>)
- Examples:
- /eb giveslot Ssomar test 1 0 USAGE(50) VAR(x:Hey,world:Island)
- /eb giveslot Special70 rum 1 %slot% USAGE(69420) VAR(tell_me:WHY,aint_nothing:BUT_A_HEARTBREAK)
- Default usage : The usage that is in the config of your EB
- Override allow the EB to take that slot, and if there was an item there, it is going to move to another slot or get dropped to the ground.
- Permission:
eb.cmd.giveslot
Give every EB in a specific folder to a player
- Command:
- /eb givefolder {playername} {folder} {quantity}
- Command:
- /eb drop {id} [quantity] [world] [x] [y] [z]
- Default quantity : 1
- Default location : The location of the player who has executed this command
- Permission:
eb.cmd.drop
Last modified 3d ago