Advertisement
Guest User

Untitled

a guest
May 25th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. # TownyFlight by LlmDl.
  2. Version: 1.2.2
  3. # Prefix to messages seen in game.
  4. pluginPrefix: '&8[&3TownyFlight&8] '
  5. ####################
  6. # Language Strings #
  7. ####################
  8.  
  9. language:
  10. # Message shown when flight activated.
  11. flightOnMsg: Flight Activated.
  12. # Message shown when flight de-activated.
  13. flightOffMsg: Flight De-activated.
  14. # Message shown when player lacks a town.
  15. noTownMsg: Flight cannot be activated, you don't belong to a town.
  16. # Message shown when flight cannot be turned on.
  17. notInTownMsg: Flight cannot be activated, return to your town and try again.
  18. # Message shown when a player has flight taken away.
  19. flightDeactivatedMsg: 'Left town boundaries. '
  20. # Message shown when a player has flight taken away because of PVP.
  21. flightDeactivatedPVPMsg: 'Entering PVP combat. '
  22. # Message shown when a player lacks a permission node.
  23. noPermission: 'You do not have permission for this command, missing: '
  24. # Message shown when war is active and flight is disallowed.
  25. notDuringWar: You cannot use flight while Towny war is active.
  26. #################
  27. # Options #
  28. #################
  29.  
  30. options:
  31. # If set to true, players entering their town will have flight auto-enabled.
  32. # When set to true, the plugin will use slightly more resources due to the EnterTown listener.
  33. auto_Enable_Flight: 'true'
  34. # If set to true, players entering their town will have flight auto-enabled without being notified in chat.
  35. auto_Enable_Silent: 'false'
  36. # If set to false, players can still fly in their town while war is active.
  37. disable_During_Wartime: 'true'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement