Building Minecraft Server Modifications by 2013

Building Minecraft Server Modifications by 2013

Author:2013
Language: eng
Format: epub
Publisher: Packt Publishing


Editing a YAML file incorrectly will cause it to not load completely. The issue that you will most likely face with YAML files is having a tab in your document rather than spaces. This will cause your file to not load properly. The following code is a sample of how config.yml might look after creating the groups specified before.

users: Codisimus: groups: - admin Friend1234: groups: - trusted groups: default: permissions: permissions.build: true bukkit.command.plugins: true bukkit.command.tell: true bukkit.command.kill: true bukkit.command.me: true bukkit.command.list: true trusted: permissions: permissions.*: true bukkit.command.teleport: true bukkit.command.save: true bukkit.command.say: true bukkit.command.time: true inheritance: - default admin: permissions: permissions.*: true bukkit.command.kick: true bukkit.command.ban: true bukkit.command.unban: true bukkit.command.give: true enchanter.enchant: true inheritance: - trusted messages: build: '&cYou do not have permission to build.'



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.