- # Generated by Essence 1.4.0
- # UPDATE CHECKING
- # Should Essence query the server to check for updates?
- # This does not transfer any data.
- update-check: true
- # PREFIXES
- console-prefix: "Essence"
- # MOTD
- # This is displayed to users in chat when they join the server.
- # You can use § colour codes here!
- motd:
- enabled: true
- message: |-
- §2§lWelcome to the server!
- §aYou can change this message in Essence's config.yml
- # SPAWN KITS
- # Players are given these kits when they first join the server.
- # Set to "false" to disable this feature.
- spawn-kits:
- - wooden-tools
- # ECONOMY
- economy:
- start-money: 100.0
- symbol: $
- # TELEPORTATION
- teleportation:
- home:
- wait: 3
- cooldown: 10
- warp:
- wait: 3
- cooldown: 10
- randomtp:
- cooldown: 60
- spawn:
- wait: 0
- cooldown: 10
- main-spawn-world: world
- always-spawn: false
- requests:
- cooldown: 10
- default-enabled: true
- # LANGUAGE
- # The file that will be used to display messages.
- # Please ensure the file exists in the 'language' sub-folder before changing this value.
- language: en-gb
- # DISABLED COMMANDS
- # See https://wiki.lewmc.net/index.php/Disabling_Commands for help.
- # PLEASE NOTE: This does not currently remove the command from /es help
- disabled-commands:
- - example
- # VERBOSE
- # Outputs more information to the console. If you're having issues, enable this.
- # Warning: Creates a lot of console spam.
- verbose: false
- # Do not change this!
- config-version: 1</span>
复制代码 详细的可以访问WikiConfiguration | LewMC Wiki
|