Guest User

Untitled

a guest
Oct 18th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. ###### Forked to new development ######
  2. V0.71.1:
  3. - Updated to JRE 1.6 and CB 933
  4. - Cleared all compile errors and type warnings
  5. - Added file tidy up for name changes of nation and towns. Should no longer leave old files behind when names are changed.
  6. - Fixed wild permissions bug. Walking into the wild, breaking a block and returning to town allowed you to then break blocks in town (fix from SwearWord).
  7. - Towny now moves deleted data files for Towns, Nations and worlds to a deleted folder.
  8. - Moved config.properties into config.yml
  9. - seperated all language strings to to their own YAML file. Specify which language file to use in config.yml.
  10. - Added auto creation of YAML files, if they don't exist.
  11. - Reworked all Towny commands to properly implement the bukkit command process.
  12. - Added a console 'townyadmin reload' command.
  13. - Re-enabled '/town set name xxxx'. Now that the saving/loading code has been reworked it should not be a problem any more.
  14. v0.71.2:
  15. - Fixed '/res set perm friend on/off'
  16. - Depreciated the rect subset of town claim and changed '/town claim' to support new methods of radius.
  17. Also supported through townyadmin and unclaim.
  18. Eg. '/town claim', '/town claim 5' or '/town claim auto'
  19. - Added a 'not for sale' confirmation message when performing '/plot notforsale'. Also added a permitted abreviation of 'nfs' for 'notforsale'.
  20. - Town mayors now get asked if they want to accept a nation invite.
  21. - Fixed error on setting a nation assistant.
  22. - Removed double message spam on removing a nation assist.
  23. - Added leaving messages for towns leaving nations.
  24. - Nation [enemy/ally] add/remove now work.
  25. - The command '/townyworld set wildperms' accepts a list of permissions to set 'build destroy switch itemuse', or leave blank to set to world defaults.
  26. - Changed the towny tree command to a console only command. Also removed it for townyadmin (shouldn;t be there).
  27. - fixed '/resident friend clearlist' to no longer give a null exception error.
  28. v0.71.3:
  29. - Fixed a bug in questioner which caused players with capital letters in their names to be unable to accept/deny questions.
  30. - Added explosion protection for towns. Use is '/town set explosion [on/off]'. On = explosions will damage, off = no damage.
  31. - added a golbal message when a nation is deleted due to no towns being members.
  32. - Fixed nation join/leave messages being sent correctly.
  33. - NPC mayors now work. '/townyadmin set mayor npc', will set the mayor to an NPC. When you set it back to a player all resident files are tidied up.
  34. - Resident permissions now show up correctly as 'rao' instead of 'fao'.
  35. - Fixed placing water/lava/lighter use targeting through another player (cheat).
  36. - Fixed the map to update correctly with Bukkit 949+
  37. - Resized the map to fit the key back on the right.
  38. - Fixed '/towny prices command'. I guess I broke it in the last dev version.
  39. - Fixed '/towny war' and it's sub sets to give the proper responses.
  40. - Added a confirmation message when setting a player mode '/res set mode map'.
  41. - /resident set mode reset' now has a new alias of '/resident set mode clear'. (old commands are still accepted)
  42. - '/resident friends clearlist' now has a new alias of '/resident friends clear'. (old commands are still accepted)
  43. - Added messages for costs when using ./town spawn'.
  44. - The 'New Day' message no longer mentions taxes if you are not set to take taxes.
  45. v0.71.4:
  46. - Fixed towny admin commands to only work for admins or from the console.
  47. - Setting ally and outsider permissions at the resident level now correctly displays friend instead of resident.
  48. - Fixed an error when removing assistants from both town and nation.
  49. - Fixed Nation ally permissions to correctly test if you have perms for the area you want to perform the action in.
  50. - Added Bonemeal, redstone repeaters, noteblock and jukebox to protected items to prevent outsider griefing.
  51. - Moved chat prefix [Towny] to the language file (english.yml).
  52. - All chat colouring is now configurable within the language file.
Add Comment
Please, Sign In to add comment