Configuration Reference
Configuration Reference
crafting-recipe
Controls the recipe used to create command blocks. Can be either ids or names. Examples:
- 266,331,266
- 331,264,331
- 266,331,266

- gold_ingot, diamond, gold_ingot
- diamond, redstone_block, diamond
- gold_ingot, diamond, gold_ingot

- air, redstone_block, air
- redstone_block, diamond_block, redstone_block
- air, redstone_block, air

allow-crafting
If true, the recipe will be added to the game, and anyone with the c.craft permission will be able to craft it. If false, the recipe will NOT be added to the game, and even those with the permission will not be able to make command blocks. Default is true.
allow-command-insertion
If true, allows players with the c.edit permission to edit commands inside command blocks, even if they aren't opped and in creative mode. If false, even those with the proper permission will not be able to edit command blocks (unless they are both opped and in creative mode).
permissions
Allows you to create custom permissions to give users, to allow them to insert certain commands into command blocks. Examples:
permissions:
example:
- enchant @p
- weather clear
- say
- time
Anyone with the c.permission.example will be able to use these commands, for example:
- weather clear
- say I am saying things
- time set 1000
But they can't use these, for example:
- weather rain
- lightning @p
voxelsniper-blacklist
Allows you to blacklist specific voxelsniper brushes. The defaults are the brushes which can't be used with LogiBlocks.
listen-for-redstone
Enables/disables the @lr variable. Disable if you think that it might be causing lag.
disable-filtering
Temporary solution to bugged commands. If you are getting a StackOverflowError, enable this. If set to true, will disable @e and && syntax.
commands
Allows you to adjust individual settings of every sub-command offered in LogiBlocks.
Enabled - If true, people can use the command. If false, no one can use the command.
Aliases - A list of alternate names for the command. Ex: /c ej is the default alias for the "eject" sub-command
Comments