Advertisement
Guest User

Utils plugin idea

a guest
Jan 21st, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 KB | None | 0 0
  1. #################################
  2. # #
  3. # --- GAME IDEA --- #
  4. # NAME: ??? Utils #
  5. # #
  6. # This plugin is a official #
  7. # GaagjesCraft plugin! #
  8. #################################
  9.  
  10. ##############################
  11. # DESCRIPTION #
  12. ##############################
  13.  
  14. This is Utils plugin is a kind of the Essentials plugin. But with less features. But all these features are better than the features Essentials has.
  15. This is a Item, Anvil, Sign and Chat based Util plugin.
  16.  
  17. ##############################
  18. # COMMANDS #
  19. ##############################
  20.  
  21. ITEMS:
  22. • 'Rename items'
  23. description:
  24. - 'You can rename items without using an Anvil'
  25. - 'This command is color supported'
  26. commands:
  27. - '/rename <name>'
  28. - '/renameItem <name>'
  29. - '/ri <name>'
  30. • 'Items lores'
  31. description:
  32. - 'Add lores to an item'
  33. - 'Remove lores from an item'
  34. - 'This command is color supported'
  35. commands:
  36. - '/addLore <lore>'
  37. - '/removeLore <line>'
  38. - '/remLore <line>'
  39. • 'Enchantments'
  40. description:
  41. - 'You can add ALL enchantments to every item'
  42. - 'So it will never say something like "that enchantment can not be added to this item"'
  43. commands:
  44. - '/enchant <enchantment>'
  45. - '/enchantment <enchantment>'
  46. - '/ench <enchantment>'
  47. • 'Clear inventory'
  48. description:
  49. - 'Clear all items from your inventory'
  50. - 'Or clear only one item (of the same)'
  51. commands:
  52. - '/clearinventory'
  53. - '/clearinventory <item>'
  54. - '/clear'
  55. - '/clear <item>'
  56. • 'Stack items'
  57. description:
  58. - 'Stack all items in your inventory to stacks'
  59. - 'Or stack only onw irwm (of the same)'
  60. commands:
  61. - '/stack'
  62. - '/stack <item>'
  63. - '/stackinventory'
  64. - '/stackinventory <item>'
  65. - '/stackinv'
  66. - '/stackinv <item>'
  67. - '/blocks'
  68. - '/blocks <item>'
  69. - '/stacks'
  70. - '/stacks <item>'
  71.  
  72. ANVIL:
  73. • 'Colors'
  74. description:
  75. - 'You can use color codes in an anvil'
  76.  
  77. CHAT:
  78. • 'Placeholder Talk'
  79. description:
  80. - 'There are no other plugins with this feature!'
  81. - 'If you type for example "hey %player_name%" everyone will sees his own name'
  82. - 'It will turn placeholders into real talk'
  83. - 'PlaceholderAPI & MvdW PlaceholderAPI plugin support!'
  84. • 'Colors'
  85. description:
  86. - 'You can use color codes in the chat'
  87. • 'Chat Filters'
  88. description:
  89. - 'Add words in the config with its replace word'
  90. - 'For example: fuck -> ****'
  91. - 'For example: <3 -> ♥'
  92. • 'Clear Chat'
  93. description:
  94. - 'Clear the chat'
  95. - 'You can use this if you want to remove the message in the chat or if someone advertised'
  96. commands:
  97. - '/clearchat'
  98. - '/chatclear'
  99. • 'Chat Logger'
  100. description:
  101. - 'All chat messages will be stored in a file called chat.yml'
  102. - '[%time%] %player% > %message%'
  103. - 'This is for server owners who wants to read the chat for swearing or something'
  104. • 'Command Logger'
  105. description:
  106. - 'All commands players''ve executed will be stored in a file called commands.yml'
  107. - '[%time%] %player% > %command%'
  108. - 'This is for server owners who wants to read the commands to check (without reading the whole config)'
  109. • 'Broadcast'
  110. description:
  111. - 'Broadcast messages to the server'
  112. - 'Color codes supported'
  113. commands:
  114. - '/bc <message>'
  115. - '/broadcast <message>'
  116.  
  117. SIGN:
  118. • 'Edit Signs'
  119. description:
  120. - 'Ability to change signs'
  121. - 'If colors are used in sign, you see them too'
  122. - 'Color codes supported'
  123. commands:
  124. - 'SHIFT + Right-Click <-> to edit a sign'
  125. • 'Colors'
  126. description:
  127. - 'Support color codes'
  128. • 'Sign link'
  129. description:
  130. - 'Link signs with own placeholders'
  131. - 'For example you type %line1% at a sign. Than you type /setsign line1 &b&m---------'
  132. - 'Now all sign lines with %line1% will be turned to &b&m----------'
  133. - 'You can make your own placeholders for the signs'
  134. - 'Color codes supported'
  135. commands:
  136. - '/setline %placeholder% %message%'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement