TODO 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. vMinecraft v1 Todo:
  2. ! Promote and Demote (ASAP) <Cere> DIBS
  3. + Antigriefs <Nos> Working on this
  4. + matchPlayer taking into account nicknames
  5. + Modify setNick to not allow players to copy other's
  6. nicknames and account names. Also disallow Notch as a nick :P
  7. + Fix death messages (again :v)
  8. + Aliasing Commands (Global Aliases and Personal Aliases) <Cere>
  9. + Write a way to add and remove commands from players and groups
  10. vMinecraft v2 Updates!
  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. + Simple Fire Antigrief
  23. + /prefix
  24. + /a to toggle admin chat
  25. + Code was organized
  26. + Aliasing was added
  27. + Playerlist is now colorful and awesome
  28. + Random death messages
  29. + Suicide command
  30. + Heal Command
  31. + Colored Prefixes
  32. + Color Codes only removed when actual colors are specified
  33. * Allows use of ^ for emotes and whatever else they
  34. might be needed for.
  35. + Multi Line color fix
  36. * Now we can have color on multiple lines without
  37. crashing the client
  38. * Also does not cut words in half
  39. + vminecraft Help
  40. * Specialized help message for vminecraft
  41. ? /vhelp?
  42. + Recode Messaging
  43. * Reply Feature
  44. * Personal Muting
  45. + Allow players to nickname themselves or others
  46. + Allow players to set suffixes
  47. + ^r for rainbow color code
  48. + Finish work on the flat file system
  49. + Disabled /modify
  50. Notes: Let's try to to finish as much of this list as possible tomorrow and push for a b8 release soon :P