Provides town management for Bukkit Minecraft servers
http://dev.bukkit.org/server-mods/muni
-
Command executors responds with messages
-
Town class stores and changes the town data and can read/write into a sql flat file
-
Works with money and player inventory
-
Reads and writes global variables to config.yml
-
Command Executors work for everything but world guard region functionality
-
Town Bank (/town bank, /mayor bank deposit, /mayor bank withdraw) 6a) Town Item Bank (/mayor itemBank)
-
Taxes working in a basic fashion (/town paytaxes, /mayor settax)
8 ) Transactions reporting 8a) Tax lookup (/deputy checkTaxes ) 9a) Bank transaction lookup (to be added)
Add World Guard Region functionality
-
Define a 20x20 (maybe configurable) region centered at command location (done)
-
Flag the region for no-PVP and (maybe) no MobSpawn (maybe working)
-
Define 5x5 sub-regions with Restaurant and Hospital flags (Mostly working)
-
Create border push mechanism (Mostly working)
-
Cost mechanism applied to all these changes (Mostly working but not displaying effectively)
-
MySQL functionality added and needs testing
-
Voting system (Heart beat is started and hits every half hour)
-
Democracy vs. Dictatorship
-
Taxes
-
Rank Up system
-
Full permissions implementation (and testing)
-
Dynmap Marker integration
-
Giant Shop Location set as a special region
-
Mail system and Addresses