Advertisement
Guest User

Untitled

a guest
Jun 4th, 2014
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1. ----------------- Create Settlement -----------------
  2. Requires a leader - DONE
  3. Settlement UUID or unique name? - (UNIQUE NAME PER REGION -- DONE)
  4. - UUID -> World split into regions (4?). Unique name per region
  5. Server owners create regions? (Cuboid?)
  6. Cost -> Economy? or chest of base resources (To become settlement bank?)?
  7. ------------------- Claiming land -------------------
  8. Chunk based?
  9. Radius from type of block? (Square radius or Circle radius?)
  10. Cost? -> Hook into economy.
  11. Outposts? (named?)
  12. Per user land? (plots)
  13. ------------------- Economy -------------------------
  14. Hook into economy?
  15. Use own economy?
  16. Use blocks? (In leader inventory? or in chest to be used as settlement bank?)
  17. Settlement bank -> Certain ranks use settlement bank for command costs (extra arg on command (-sb?))?
  18. ------------------ Settlement bank ------------------
  19. Should they have one?
  20. Store money
  21. Store items?
  22. Accessible by outsiders?
  23. Accessible by certain ranks?
  24. Permission to deposit
  25. Permission to withdraw
  26. Limit per day?
  27. Once every x days, hour, minutes?
  28. ------------------- Player ranks --------------------
  29. Settlement leader
  30. Settlement member
  31. Other ranks?
  32. Server defined ranks or Settlement defined ranks?
  33. Permissions per rank (Defined by settlement?)?
  34. ------------------ Settlement permissions -----------
  35. Admin bypass perms? (May hinder ability to partake in wars (if added)?) (admin mode toggle?)
  36. - Break blocks
  37. - Place blocks
  38. - Add people
  39. - Remove people
  40. - Promote people (to 1 rank lower?)
  41. - Claim land
  42. - Unclaim land
  43. - Change name
  44. - Change motd (per rank motds?)
  45. - Entry/leave messages (one for members, one not?)
  46. ???????????
  47. - Withdraw from settlement bank
  48. - Deposit items into settlement bank
  49. ----------------- Settlement options ----------------
  50. Settlement type (Open, closed (invitation only), cost to enter, request entry, mix?)
  51. Motd (per rank)
  52. Allow entry for outsiders?
  53. ---------------- Chat --------------------
  54. Settlement Chat
  55. Region Chat
  56. - '[Settlement] <name> 'Hello world!'
  57. - '[Region] <name> 'Hellow world!'
  58. - Colour?
  59. - Per rank settler chat?
  60. - View lower rank chats as well?
  61. - Allow admins to view settlement chats? (toggleable)
  62. --------------- Logging ---------------------------
  63. Per settlement logs
  64. Logging config (choose what to be logged)
  65. Log
  66. - Block breaks (block, who, loc)
  67. - Block placements (block, who, loc)
  68. - Adding people (who added, person added)
  69. - Removing people (who removed, person removed, (reason?))
  70. - Creating settlement
  71. - Deleting settlement
  72. Command log?
  73. In-game view of logs? (through chat)
  74. args to filter what is shown (E.g. Block breaks only, commands only. etc)
  75. --------------- Database -----------------------
  76. YML or SQL? (both? (only one at a time))
  77. Single YML file or multiple?
  78. Multiple more suited to storing more data
  79. Backups? (YML only?) (YML backup of SQL (To be converted back into SQL?)?)
  80. Scheduled backups?
  81. Command based backups
  82. ------------ Miscellaneous ------------------------
  83. Settlement office -> Get data on other settlers or settlements (cost?)
  84. Send data in a book?**
  85. Ability to rename settlements
  86. Possibility to own multiple settlements?
  87. ------------ Regions ----------------------------
  88. Per region spawn point?
  89. Travel to regions? (cost?)
  90. Settlement levels
  91. Based off number of player
  92. Perks?
  93. Extra claims per person who joins
  94. Money bonus?
  95. ----------- Settlement Settings ---------------------
  96. PvP enabled
  97. PvE enabled
  98. Damage enabled
  99. Mob spawns enabled
  100. Entry enabled (Outsiders)
  101. Entry message (Separate for Outsiders and for settlers?)
  102. Leave message (As above)
  103. ----------- Region settings -----------------------
  104. Allow people to create settlements
  105. Only let region leader create settlements (Possible rank permissions in region?)
  106. As with settlement settings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement