mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-05-02 19:28:41 +00:00
Fix customtext copy
This commit is contained in:
parent
e409363426
commit
088c54e386
1 changed files with 5 additions and 5 deletions
|
@ -11,12 +11,12 @@
|
||||||
|
|
||||||
&6To add a custom command you need to do three things:
|
&6To add a custom command you need to do three things:
|
||||||
&e-&9 Add a section below in the custom.txt
|
&e-&9 Add a section below in the custom.txt
|
||||||
&e-&9 Add a line to the bukkit.yml aliases section
|
&e-&9 Add a line to the commands.yml aliases section
|
||||||
&e-&9 Give players access to 'essentials.customtext'
|
&e-&9 Give players access to 'essentials.customtext'
|
||||||
|
|
||||||
&6If you don't yet have an 'aliases' section, add it like this:
|
To add /vote, add this to commands.yml:
|
||||||
aliases:
|
vote:
|
||||||
vote: customtext
|
- customtext vote $1-
|
||||||
|
|
||||||
&6The following commands can also be customized:
|
&6The following commands can also be customized:
|
||||||
&c/rules /motd /news /help
|
&c/rules /motd /news /help
|
||||||
|
@ -25,7 +25,7 @@ aliases:
|
||||||
&6You can use custom aliases with these commands too.
|
&6You can use custom aliases with these commands too.
|
||||||
|
|
||||||
#vote
|
#vote
|
||||||
If you add the correct alias to bukkit.yml
|
If you add the correct alias to commands.yml
|
||||||
This text here will be shown if you type /vote
|
This text here will be shown if you type /vote
|
||||||
|
|
||||||
#stafflist,onlinestaff
|
#stafflist,onlinestaff
|
||||||
|
|
Loading…
Reference in a new issue