TODO 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. vMinecraft v1 Todo:
  2. + Brackets with group prefix colors in chat
  3. + Add permission toggle for using colors
  4. + Guilds
  5. + Party Leaders
  6. + Ability to ban the use of certain colors as default chat/prefix color/suffix color
  7. + More complex fire antigrief
  8. + matchPlayer taking into account nicknames and prefixes and suffixes
  9. + Add [] around player tags
  10. + Modify setNick to not allow players to copy other's
  11. + Fix ^^ in chat causing error message
  12. nicknames and account names. Also disallow Notch as a nick :P
  13. + Make death messages accurately report damage type
  14. + Aliasing Commands (Global Aliases and Personal Aliases) <Cere>
  15. + Write a way to add and remove commands from players and groups
  16. vMinecraft v2 Updates!
  17. +Add in a sort of rap sheet file for storing and retrieving
  18. information on bans and kicks.
  19. + More Complex Antigriefs <Nos> Working on this... that is in the future!
  20. + Different types of /slay
  21. * /slay fire to burn them to death
  22. * /slay drown to drown them
  23. * /slay boil to burn them with lava
  24. + Time manipulation
  25. * Have time changes not be instant but move the sky faster
  26. to get to the time entered
  27. * Loop through specific times of the day and then rewind
  28. ex: Sunrise to sunset, mid-morning to noon
  29. + Track Chest Inventory
  30. + Probations.
  31. * When a player connects it will automatically kick them and inform them
  32. how much longer they are probated for.
  33. DONE
  34. +Party system
  35. +Party Chat
  36. +Fix death messages
  37. +Added /freeze command to stop players from moving
  38. + Quick recode of /me to use the new getName function
  39. + Promote and Demote (ASAP) <Cere> DIBS
  40. + Simple Fire Antigrief
  41. + /prefix
  42. + /a to toggle admin chat
  43. + Code was organized
  44. + Aliasing was added
  45. + Playerlist is now colorful and awesome
  46. + Random death messages
  47. + Suicide command
  48. + Heal Command
  49. + Colored Prefixes
  50. + Color Codes only removed when actual colors are specified
  51. * Allows use of ^ for emotes and whatever else they
  52. might be needed for.
  53. + Multi Line color fix
  54. * Now we can have color on multiple lines without
  55. crashing the client
  56. * Also does not cut words in half
  57. + vminecraft Help
  58. * Specialized help message for vminecraft
  59. ? /vhelp?
  60. + Recode Messaging
  61. * Reply Feature
  62. * Personal Muting
  63. + Allow players to nickname themselves or others
  64. + Allow players to set suffixes
  65. + ^r for rainbow color code
  66. + Finish work on the flat file system
  67. + Disabled /modify
  68. Notes: Let's try to to finish as much of this list as possible tomorrow and push for a b8 release soon :P