TODO 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. vMinecraft v1 Todo:
  2. + Add permission toggle for using colors
  3. + Guilds
  4. + Party Leaders
  5. + Ability to ban the use of certain colors as default chat/prefix color/suffix color
  6. + More complex fire antigrief
  7. + matchPlayer taking into account nicknames and prefixes and suffixes
  8. + Add [] around player tags
  9. + Modify setNick to not allow players to copy other's
  10. + Fix ^^ in chat causing error message
  11. nicknames and account names. Also disallow Notch as a nick :P
  12. + Make death messages accurately report damage type
  13. + Aliasing Commands (Global Aliases and Personal Aliases) <Cere>
  14. + Write a way to add and remove commands from players and groups
  15. vMinecraft v2 Updates!
  16. +Add in a sort of rap sheet file for storing and retrieving
  17. information on bans and kicks.
  18. + More Complex Antigriefs <Nos> Working on this... that is in the future!
  19. + Different types of /slay
  20. * /slay fire to burn them to death
  21. * /slay drown to drown them
  22. * /slay boil to burn them with lava
  23. + Time manipulation
  24. * Have time changes not be instant but move the sky faster
  25. to get to the time entered
  26. * Loop through specific times of the day and then rewind
  27. ex: Sunrise to sunset, mid-morning to noon
  28. + Track Chest Inventory
  29. + Probations.
  30. * When a player connects it will automatically kick them and inform them
  31. how much longer they are probated for.
  32. DONE
  33. + Brackets with group prefix colors in chat
  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