Advertisement
Guest User

Untitled

a guest
Apr 25th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. v0.89.2.11:
  2. - Fix long-standing issue with rare cases of OutpostSpawns not being set and removed properly.
  3. - Fix bug with DeathPayments not handling some monster and pvp kills.
  4. - Add missing '/ta set capital' information to command.
  5. - Add Jail plots.
  6. - Jail plots allow mayors/sheriffs to send their town's residents to jail.
  7. - Jailed players cannot teleport.
  8. - Jailed player can use Ender Pearls if enabled in the config.
  9. - Jailed players who die are sent back to their prescribed jail plot.
  10. - Jailed players do not give monetary payouts when they are killed.
  11. - Jailed players become unjailed if:
  12. - they leave their town and become a nomad,
  13. - the mayor/sheriff unjails them,
  14. - the player pays a bail amount,
  15. - they manage to escape the jail plot and the town and get into Wilderness.
  16. - Jailed players show their jailed status in the /res [playername] screen, along with the town they are jailed in.
  17. - It is suggested you make a new town rank in the townyperms.yml called Sheriff, and give that rank the towny.command.town.toggle.jail node. Newly generated townyperms.yml files will contain this rank by default.
  18. - New commands:
  19. - /plot set jail - Sets a jail plot and jail spawn.
  20. - /resident jail paybail - Allows a player to pay to get out of jail. Funds go to the town which owns the Jail.
  21. - /town set jail - Resets a jail plot's spawn to current position within a jail plot.
  22. - /town toggle jail [number] [residentname] - Sends a resident of your town to the jail spawn number specified. Same command unjails a player.
  23. - New permission nodes:
  24. - towny.command.plot.set.jail
  25. - towny.command.resident.jail
  26. - towny.command.town.set.jail
  27. - towny.command.town.toggle.jail
  28. - New config nodes:
  29. - jail.is_jailing_attacking_enemies: (default: false)
  30. - If true attacking players who die on enemy-town land will be placed into the defending town's jail if it exists.
  31. - jail.jail_is_allowing_ender_pearls: (default: false)
  32. - If true jailed players can use Ender Pearls but are still barred from using other methods of teleporting.
  33. - jail.bail.is_allowing_bail: (default: false)
  34. - If true players can pay a bail amount to be unjailed.
  35. - jail.bail.bail_cost: (default: 10)
  36. - Amount that bail costs.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement