_RayBoy_

English for the NetherFix plugin

Sep 19th, 2020 (edited)
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. # Plugin developed by _RayBoy_.
  2. # If you find any bugs, please let me know immediately.
  3.  
  4. # I'm very sorry, but since I'm from Russia, I don't know
  5. # English, so I used a translator. If you are a native English
  6. # speaker and want to help me with translation, please contact me
  7.  
  8. # Minimum and maximum height.
  9. # At what height should the player be killed?
  10. Max: 126
  11. Min: 1
  12. # What message should be displayed
  13. # when players try to climb to the top
  14. # of hell or go down under the underworld?
  15. MessageNether: "&cYou were killed for using the game's bugs!"
  16. # What message should be displayed when the
  17. # /nf command contains incorrect arguments?
  18. NoArgs: "&cError: Use &b/nf reload&c!"
  19. # What message should be displayed when players
  20. # try to type a command to restart the plugin?
  21. NoPermission: "&cYou don't have permission!"
  22. # What message should be displayed
  23. # when the config is reloaded
  24. ConfigReload: "&bConfiguration reloaded!"
  25. # true - the message will work
  26. # false - the message will not work
  27. Message:
  28. MessageNether:
  29. Enable: true
  30. NoArgs:
  31. Enable: true
  32. NoPermission:
  33. Enable: true
  34. ConfigReload:
  35. Enable: true
Add Comment
Please, Sign In to add comment