TODO 2.5 KB

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