-
Notifications
You must be signed in to change notification settings - Fork 10
Home
goflishMC edited this page Oct 24, 2024
·
2 revisions
- /corereload
- Reload the plugin
- /stuck
- Teleports the player to a safe place
core:
lang: en
command-aliases: codex,codexengine
prefix: Codex
locale:
world-names:
world: World
world_nether: Nether
world_the_end: The End
Features:
chat-enabled: true
scoreboards-enabled: true
Settings:
command-cooldown-message: '&4Please wait &6{time} seconds &4before using the command
again.'
bungee: false
bungee_id: codex
# Commands executed for player on login. The following placeholders are supported:
# {player} - name of player
onJoin: []
onFirstJoin: []
# An example for onJoin could be
# onJoin:
# - delay: 100
# as: CONSOLE
# cmd: give {player} cookie 1
# Commands executed when player click on block, use type of -1 to ignore type.
# Players with 'core.oninteract.bypass' permission will be ignored.
onInteract: []
# An example for onInteract could be
# onInteract:
# - material: CRAFTING_TABLE
# type: -1
# cancelAction: true
# delayedCommands:
# - delay: 0
# as: CONSOLE
# cmd: give {player} cookie 1
debug: false
removeBoatOnExit: true
unstuck:
cooldown: 30
warmup: 5