TODO 1.9 KB

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