⚙
Configuration
Tip: This page refere to the orginal config.yml file.
config.yml is located on the plugins Directory under CreativeManager
CreativeManager generate your first config file at startup.
This file contain default configuration.
##Plugin configuration
tag: '&r[&cCreativeManager&r] '
lang: en_EN
log: true
save-interval: 300
save-log: true
send-player-messages: true
## Protection module
protections:
container: true #Bypass : creativemanager.container
spawn: false #Bypass : creativemanager.spawner
drop: true #Bypass : creativemanager.drop
pickup: true #Bypass : creativemanager.pickup
build: false #Bypass : creativemanager.build
entity: true #Bypass : creativemanager.entity
pvp: false #Bypass : creativemanager.hit.player
pve: false #Bypass : creativemanager.hit.monster
lore: true # Bypass : creativemanager.bypass.lore
loot: true
spawn-build: true
throw: true
commands: true
useblock: true
## Multi inventory
inventory:
adventure: true #Bypass : cm.bypass.inventory
creative: true #Bypass : cm.bypass.inventory
## Black List
blacklist:
place: #Bypass : creativemanager.bypass.blacklist.place
- 'tnt'
use: #Bypass : creativemanager.bypass.blacklist.use
- 'lava_bucket'
- 'flint_and_steel'
- 'fire_charge'
get: #Bypass : creativemanager.bypass.blacklist.get
- 'diamond'
break:
- 'bedrock'
commands:
- 'somecommandtoblacklist optionnaly with some argument'
useblock:
- 'CRAFTING_TABLE'
## Lore settings
creative-lore:
- '&5Creative {ITEM}'
- '&7Generate by {PLAYER}'
- '&7{UUID}'
Node | Description |
---|---|
tag | Allow you to edit the plugins tags |
lang | Configure with the lang file name |
log | Allow CreativeManager to log in console protections actions |
save-interval | Delay between each inventory save |
save-log | Allow CreativeManager to save block log |
send-player-message | Send player message with CreativeManager protections |
protections.* | Enable / Disable protections |
inventory.* | Enable / Disable inventory switch |
blacklist.* | Add some items / block on the blacklist |
creative-lore | Edit the Creative lore added on Creative items. |
Blacklist can be easily used with '*'.
The following example blacklist all 'somecommand' command and subcommands and also deny 'anothercommands sub' command and subcommand.
This example also deny placing all type of LOG
blacklist:
place:
- '*_LOG'
commands:
- 'somecommand*'
- 'anothercommands sub*'
Last modified 14d ago