Power Tool Essentials Minecraft Bukkit
Posted By admin On 05.01.20Commands.yml is a configuration file that houses custom defined aliases and command block overrides for your CraftBukkit server. The provides a quick and easy way to force the server to use the commands provided by Mojang (as opposed to the ones built into Bukkit) for command blocks specifically, leaving all other commands untouched. While the, essentially, gives power user server admins the ability to define custom commands and force specific versions of a command to be used for the default commands. Note: When editing this file, be careful to only use spaces and NOT tabs (as is the case with all.yml or YAML files). Out of the box, Bukkit provides a useful fallback system for commands that has the following priorities:. Aliases - Aliases have the highest priority, overriding all commands. Plugin Commands - If a matching alias is not found, a matching plugin command is used.
Bukkit Commands - If a matching plugin command is not found, the built in commands provided by Bukkit are used. Mojang Commands - If a matching Bukkit command is not found, the built in commands provided by Mojang are used. This is the last fallback. Command-block-overrides: aliases: icanhasbukkit: - 'version $1-' command-block-overrides This section of the commands.yml controls what is known as the command block overrides feature. Since Bukkit has historically provided its own version of some Minecraft commands, we've added the ability to force the server to use the Mojang provided version for command blocks specifically.
Power Tool Minecraft Plugin
Commands used outside of command blocks will use the Bukkit (or plugin) version as usual. Note: Since Bukkit has no control over the Mojang version of a command, we cannot guarantee that they will work as expected. If the custom map you're running uses the /summon and /give commands, you probably want to enable command block overrides for them. To do this, you simply add them to the command-block-overrides list and your commands.yml would look something like this. Command-block-overrides: - '.' aliases This section of the commands.yml allows you to define custom aliases for commands on your server. At its core, an alias allows you to create custom commands that can perform multiple functions at once.
Bukkit Essentials Plugin
This is a powerful tool that allows you to define easier to remember commands for your server staff. Alongside letting you redefine commands, the Aliases System provides extra useful features that allow you to create some powerful custom commands for you server: Modifier Description Example $ References a specific token say $1 $2 $3 $- References a range of tokens starting from the argument number specified say $1- $$ References a specific token that is required to be populated for the alias to function say $$1 $$- References a range of tokens starting from the argument number specified. The starting token is required to be populated for the alias to function. Say $$1- Escapes a special character say $100 Alias Examples Scenario Description Command Usage Example Configuration Add an alternative way to run the /version command In this example we're registering an alias called 'icanhasbukkit' which will execute the version command when used.
Knowledgebase Pre-made PermissionsEX File Here is a pre-made permissions file for PermissionsEX. It has several groups configured for you already, with increasing amount of permissions and capabilities. There are other groups configured for easy donation ranks, or whatever you like:. Guest This group is the default group for anyone joining the server for the first time. They can use common commands such as /tpa, /tpahere, /warp, /worth, etc. (See the permissions.yml file for a complete list.). Member This group has a few more permissions, such as the ability to use a compass, workbench and multiple sethomes.
Power Tool Essentials Minecraft Bukkit Server
(See the permissions.yml file for a complete list.). Citizen This group keeps their experience on death and has access to a couple more kits. (See the permissions.yml file for a complete list.). Moderator The moderator group has quite a few typical permissions for your trusted Moderators. They have enough power to mute, kick and jail people, but not enough to be able to abuse your players or server. Elite This group has the ability to fly as well as repair all items and other abilities.
(See the permissions.yml file for a complete list.). Admin The admin group has almost as many permissions and abilities as the co-owner and owner groups. Give this rank only to your most trusted staff. Co-Owner The coowner group has almost all the permissions of the owner.
Owner The owner group should have all the permissions needed to run and administer your server without having operator (op). This group shold be reserved for you and you alone. Just copy and paste over your existing file. You must install PermissionsEX first, then restart the server. The permissions.yml file will appear in Multicraft under Files, Config Files.