TODO 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. <<<<<<< HEAD
  30. + Simple Fire Antigrief
  31. + /prefix
  32. =======
  33. + Promote and Demote (ASAP) <Cere> DIBS
  34. + Simple Fire Antigrief
  35. + /prefix
  36. >>>>>>> 30d6b1ac5186143118978d1d49d9be4295585464
  37. + /a to toggle admin chat
  38. + Code was organized
  39. + Aliasing was added
  40. + Playerlist is now colorful and awesome
  41. + Random death messages
  42. + Suicide command
  43. + Heal Command
  44. + Colored Prefixes
  45. + Color Codes only removed when actual colors are specified
  46. * Allows use of ^ for emotes and whatever else they
  47. might be needed for.
  48. + Multi Line color fix
  49. * Now we can have color on multiple lines without
  50. crashing the client
  51. * Also does not cut words in half
  52. + vminecraft Help
  53. * Specialized help message for vminecraft
  54. ? /vhelp?
  55. + Recode Messaging
  56. * Reply Feature
  57. * Personal Muting
  58. + Allow players to nickname themselves or others
  59. + Allow players to set suffixes
  60. + ^r for rainbow color code
  61. + Finish work on the flat file system
  62. + Disabled /modify
  63. Notes: Let's try to to finish as much of this list as possible tomorrow and push for a b8 release soon :P