Guest User

Creation Gamemode Information

a guest
Sep 24th, 2019
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.07 KB | None | 0 0
  1. %%% CREATION %%%
  2. Written by rippersteveM5
  3.  
  4. ==SUMMARY==
  5. Creation adds a variety of new tools and items into the game, organised into successive 'tiers'.
  6. The tools/items are enhanced versions of the Bow, Sword, Axe, Helm and Compass. Each tool has fully unique properties and may be seen in game or in the pastebin.
  7. In addition, each tool has 3 different tiers that may be crafted, using a combination of diamonds, gold and obsidian (which again may be viewed in game of in the pastebin).
  8. Each upgrade comes with more and more features toward your chosen tool or item, but obviously with increased cost for each tier.
  9. The previous tier must always be crafted before crafting the next tier of a certain item. So to craft the Tier 3 Bow, both of the Tier 1 and Tier 2 Bow must be first crafted. This is however tracked separately for each item.
  10. Full information will be supplied in the pastebin and made available to all players, in addition to being on the season reddit post.
  11.  
  12.  
  13. ==CRAFTING==
  14. Tier 1: [BASE ITEM] + gold ingot + diamond (any shape)
  15.  
  16. Tier 2:
  17. [ ] [GOLD] [ ] [ ] [DIA] [ ]
  18. [DIA] [T1ITEM] [DIA] OR [GOLD] [T1ITEM] [GOLD]
  19. [ ] [GOLD] [ ] [ ] [DIA] [ ]
  20.  
  21. Tier 3:
  22. [OBBY] [DIA] [OBBY] [DIA] [OBBY] [DIA]
  23. [DIA] [T2ITEM] [DIA] OR [OBBY] [T2ITEM] [OBBY]
  24. [OBBY] [DIA] [OBBY] [DIA] [OBBY] [DIA]
  25.  
  26.  
  27. ==COMMANDS==
  28. /craft help -General crafting help
  29. /craft bow -Bow crafting info
  30. /craft sword -Sword crafting info
  31. /craft axe -Axe crafting info
  32. /craft helm -Helm crafting info
  33. /craft compass -Player Locater crafting info
  34.  
  35.  
  36. OP Only:
  37. /creation on -enables gamemode
  38. /creation off -disables gamemode, resets all crafting tier progression
  39. /creation reset [player] -resets crafting progression for [player]
  40. /creation reset all -resets all players crafting progression
  41.  
  42.  
  43. ==SPECIFIC ITEM INFO==
  44. -This info may also be viewed in game through use of the '/craft' command.
  45.  
  46. -=Bow=-
  47. ::For shootin!::
  48. Tier 1:
  49. -Power 1
  50. -10% chance to cause slowness (5s) on hit
  51.  
  52. Tier 2:
  53. -Power 2
  54. -15% chance to cause slowness (10s) on hit
  55. -15% chance to cause blindness (1s) on hit
  56. -20% chance to refund arrow on shoot
  57.  
  58. Tier 3:
  59. -Power 3
  60. -20% chance to cause slowness (15s) on hit
  61. -20% chance to cause blindness (3s) on hit
  62. -20% chance to do splash damage to other players (including teammates!) around hit player
  63. -40% chance to refund arrow on shoot
  64.  
  65.  
  66. -=Sword=-
  67. ::For smackin!::
  68. Tier 1:
  69. -Sharpness 1 Iron
  70. -5% chance of doing sweeping edge damage to other close players (including teammates!) on player hit
  71. -25% chance of sweeping edge effect on mobs (doesn't affect players)
  72.  
  73. Tier 2:
  74. -Sharpness 2 Iron
  75. -10% chance of doing sweeping edge damage to other close players (including teammates!) on hit
  76. -50% chance of sweeping edge effect on mob (doesn't affect players)
  77. -While blocking, Creation Bows will not cause additional effects (also removes effects)
  78.  
  79. Tier 3:
  80. -Sharpness 3 Diamond
  81. -20% chance of doing sweeping edge damage to other close players (including teammates!) on hit
  82. -100% chance of sweeping edge effect on mob (doesn't affect players)
  83. -While blocking, Creation Bows will not cause additional effects (also removes effects)
  84.  
  85.  
  86. -=Axe=-
  87. ::Grants additional pvp and non pvp effects (5 min cooldown)::
  88. Tier 1:
  89. -Sharpness 1, Efficiency 2 Iron
  90. -Grants Haste 1 (30s) on right click
  91.  
  92. Tier 2:
  93. -Sharpness 2, Efficiency 3 Iron
  94. -Grants Haste 2 (60s) on right click
  95. -Grants Speed 1 (10s) on right click
  96.  
  97. Tier 3:
  98. -Sharpness 3, Efficiency 4 Diamond
  99. -Grants Haste 3 (120s) on right click
  100. -Grants Speed 1 (30s) on right click
  101.  
  102. -=Helm=-
  103. ::Protects well!::
  104. Tier 1:
  105. -Protection 1 Iron
  106. -Right click to toggle enchant to Protection OR Projectile Protection
  107.  
  108. Tier 2:
  109. -Protection 2 Iron
  110. -Right click to toggle enchant to Protection OR Projectile Protection
  111.  
  112. Tier 3:
  113. -Protection 3, Thorns 2 Diamond
  114. -Right click to toggle enchant to Protection OR Projectile Protection
  115.  
  116. -=Compass=-
  117. ::Player Locater - gives info about closest player (upgrade to see more) (5 min cooldown)::
  118. Tier 1:
  119. -Right click to find distance to nearest player not on your team
  120.  
  121. Tier 2:
  122. -Right click to find distance to nearest player not on your team
  123. -Right click to find if player is enchanted
  124. -Right click to display player's amount of healing
  125.  
  126. Tier 3:
  127. -Right click to show nearest player's coordinates
  128. -Right click to find if player is enchanted
  129. -Right click to display player's amount of healing
  130.  
  131. ==OTHER STUFF TO KNOW==
  132. -Don't rename the crafted items - they won't function properly if you do
  133. -Combining technically works, but you also lose all the additional effects
  134. -Left or right clicking a Creation item restores durability (they have to be full durability to use in crafting)
  135. -You may use Creation items gained from kills, but this doesn't effect crafting progression. Ie: Looting a Tier 2 Bow doesn't suddenly mean you can craft a Tier 3 Bow
  136. -Yes, I know there are exploits in the gamemode, but try not to be a dick and ruin it for everyone else if you do find one ty
  137. -If anything goes REALLY wrong feel free to ping @QuilJ1 on twitter
Advertisement
Add Comment
Please, Sign In to add comment