TODO 2.1 KB

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