Advertisement
Guest User

Untitled

a guest
May 15th, 2017
567
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.38 KB | None | 0 0
  1. # +----------------------------------------------------+
  2. # < CreativeControl >
  3. # < by KubqoA >
  4. # +----------------------------------------------------+
  5.  
  6. # Put here all the commands you want to
  7. # disable in creative! If you want to
  8. # enable these commands for specific players
  9. # give them permission cc.cmd./command_here
  10. # (e.g. cc.cmd./command1)
  11. disabled-commands:
  12. - /pv
  13. - /Pv
  14. - PV
  15. - /pV
  16.  
  17. # Here you can define which gamemodes you
  18. # want to disable!
  19. # You can also create node disabled-gamemodes-worldname
  20. # and specify disabled gamemodes for each world.
  21. disabled-gamemodes:
  22. - ADVENTURE
  23. - SPECTATOR
  24.  
  25. # Here you can put blocks or items which you
  26. # want to disable in creative.
  27. # List of blocks you can disable can be
  28. # found on this website
  29. # https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  30. # Please pay attention to put the values
  31. # correctly with uppercase letters.
  32. # otherwise this feature won''t work
  33. # and may cause errors!
  34. disabled-items:
  35. - TNT
  36. - BEDROCK
  37. - OBSIDIAN
  38. - SKULL
  39. - SKULL_ITEM
  40. - SPONGE
  41. - LAVA_BUCKET
  42. - WATER_BUCKET
  43. - CLOWNFISH
  44. - RAW_FISH
  45. - BAKED_POTATO
  46. - BREAD
  47. - MELON
  48. - MELON_SEEDS
  49. - PUMPKIN
  50. - PUMPKIN_SEEDS
  51. - CACTUS
  52. - GOLD_INGOT
  53. - GOLD_BLOCK
  54. - DIAMOND
  55. - DIAMOND_BLOCK
  56. - EMERALD
  57. - EMERALD_BLOCK
  58. - IRON_INGOT
  59. - IRON_BLOCK
  60. - GOLD_ORE
  61. - IRON_ORE
  62. - DIAMOND_ORE
  63. - EMERALD_ORE
  64. - GOLDEN_APPLE
  65. - EXPERIENCE_BOTTLE
  66. - SUGAR_CANE
  67. - SADDLE
  68. - NAME_TAG
  69. - DIAMOND_BARDING
  70. - GOLD_BARDING
  71. - IRON_BARDING
  72. - JUKEBOX
  73. - LEASH
  74. - NOTEBLOCK
  75. - CAKE
  76. - HOPPER
  77. - ANVIL
  78. - ENDER_CHEST
  79. - ENDER_PORTAL_FRAME
  80. - ENCHANTMENT_TABLE
  81. - TRIPWIRE_HOOK
  82. - TRIPWIRE
  83. - CHAINMAIL_BOOTS
  84. - CHAINMAIL_CHESTPLATE
  85. - CHAINMAIL_HELMET
  86. - CHAINMAIL_LEGGINGS
  87. - IRON_CHESTPLATE
  88. - IRON_BOOTS
  89. - IRON_HELMET
  90. - IRON_LEGGINGS
  91. - DIAMOND_CHESTPLATE
  92. - DIAMOND_LEGGINGS
  93. - DIAMOND_BOOTS
  94. - DIAMOND_HELMET
  95. - BARRIER
  96. - ARMOR_STAND
  97. - EXPLOSIVE_MINECART
  98. - BEACON
  99. - EXP_BOTTLE
  100. - BOOKSHELF
  101. - EYE_OF_ENDER
  102. - QUARTZ_ORE
  103. - REDSTONE_ORE
  104. - LAPIS_ORE
  105. - COAL_ORE
  106. - MELON_BLOCK
  107. - FLINT_AND_STEEL
  108. - FIREBALL
  109. - BREWING_STAND
  110. - WHEAT
  111. - HAY_BLOCK
  112.  
  113. # Here you can define worlds in which should
  114. # be the functions of this plugin disabled!
  115. disabled-worlds:
  116. - world1
  117. - world2
  118.  
  119. # Set to true if you want to prevent
  120. # creative placed spawners from spawning mobs.
  121. disable-creative-spawners: true
  122.  
  123. # Here you can define which permissions will be
  124. # taken when switched to creative mode. e.g. essentials.tpa
  125. remove-permissions:
  126. - essentials.signs.use.buy
  127. - essentials.signs.use.sell
  128. - auctions.command.start
  129. - auctions.command.bid
  130. - essentials.hat
  131. - essentials.head
  132. - protectionstones.create
  133. - protectionstones.destroy
  134. - playervaults.amount.1
  135. - playervaults.amount.2
  136. - playervaults.amount.3
  137. - playervaults.amount.4
  138. - playervaults.amount.5
  139. - playervaults.amount.6
  140. - playervaults.amount.7
  141. - playervaults.amount.8
  142. - playervaults.amount.9
  143. - playervaults.amount.10
  144. - playervaults.amount.11
  145. - playervaults.amount.12
  146. - playervaults.amount.13
  147. - playervaults.amount.14
  148. - playervaults.amount.15
  149.  
  150. # Here you can define which permissions will be
  151. # added when switched to creative mode. e.g. essentials.tpa
  152. add-permissions:
  153. - -essentials.signs.use.buy
  154. - -essentials.signs.use.sell
  155. - -essentials.signs.use.sell
  156. - -auctions.command.start
  157. - -auctions.command.bid
  158. - -essentials.hat
  159. - -essentials.head
  160. - -protectionstones.create
  161. - -protectionstones.destroy
  162. - -playervaults.amount.1
  163. - -playervaults.amount.2
  164. - -playervaults.amount.3
  165. - -playervaults.amount.4
  166. - -playervaults.amount.5
  167. - -playervaults.amount.6
  168. - -playervaults.amount.7
  169. - -playervaults.amount.8
  170. - -playervaults.amount.9
  171. - -playervaults.amount.10
  172. - -playervaults.amount.11
  173. - -playervaults.amount.12
  174. - -playervaults.amount.13
  175. - -playervaults.amount.14
  176. - -playervaults.amount.15
  177.  
  178. # Here you can set if you want to use
  179. # sqlite DB or mysql DB
  180. db-type: sqlite
  181.  
  182. # Set MySQL address here
  183. # (only when db type set to mysql)
  184. db-host: localhost
  185.  
  186. # Set MySQL server port here
  187. # (only when db type set to mysql)
  188. db-port: '3306'
  189.  
  190. # Set the user login for mysql database
  191. # (only when db type set to mysql
  192. db-user: user
  193.  
  194. # Set user password
  195. # (only when db type set to mysql)
  196. db-password: password
  197.  
  198. # Set MySQL database name
  199. # (only when db type set to mysql)
  200. db-database: database
  201.  
  202. # Set tables prefix here
  203. # (only when db type set to mysql)
  204. db-prefix: cc_
  205.  
  206. # Set message prefix here (supports colors)
  207. message-prefix: '&8┃ &aKreativKontroll &8┃&c&o'
  208.  
  209. # Set to true to enable inventory switching
  210. # Set to false to disable it
  211. inventory-switching: true
  212.  
  213. # Set to true to enable automatic update checking
  214. # Set to false to disable it
  215. check-for-updates: true
  216.  
  217. # Here you can define time in seconds for
  218. # which will be all messages in cooldown
  219. # before sending them again to the player.
  220. # Set to 0 to disable.
  221. message-cooldown: 2
  222.  
  223. # Here you can define after how many creative
  224. # placed blocks should they be written to
  225. # database. If this limit is not reached
  226. # they will be logged after 5 minutes.
  227. logging-interval: 10
  228.  
  229. # Place here blocks you want to be
  230. # excluded from being tracked when
  231. # placed in creative.
  232. excluded-blocks:
  233. - TNT
  234. - BEDROCK
  235. - OBSIDIAN
  236. - SKULL
  237. - SKULL_ITEM
  238. - SPONGE
  239. - LAVA_BUCKET
  240. - WATER_BUCKET
  241. - CLOWNFISH
  242. - RAW_FISH
  243. - BAKED_POTATO
  244. - BREAD
  245. - MELON
  246. - MELON_SEEDS
  247. - PUMPKIN
  248. - PUMPKIN_SEEDS
  249. - CACTUS
  250. - GOLD_INGOT
  251. - GOLD_BLOCK
  252. - DIAMOND
  253. - DIAMOND_BLOCK
  254. - EMERALD
  255. - EMERALD_BLOCK
  256. - IRON_INGOT
  257. - IRON_BLOCK
  258. - GOLD_ORE
  259. - IRON_ORE
  260. - DIAMOND_ORE
  261. - EMERALD_ORE
  262. - GOLDEN_APPLE
  263. - EXPERIENCE_BOTTLE
  264. - SUGAR_CANE
  265. - SADDLE
  266. - NAME_TAG
  267. - DIAMOND_BARDING
  268. - GOLD_BARDING
  269. - IRON_BARDING
  270. - JUKEBOX
  271. - LEASH
  272. - NOTEBLOCK
  273. - CAKE
  274. - HOPPER
  275. - ANVIL
  276. - ENDER_CHEST
  277. - ENDER_PORTAL_FRAME
  278. - ENCHANTMENT_TABLE
  279. - TRIPWIRE_HOOK
  280. - TRIPWIRE
  281. - CHAINMAIL_BOOTS
  282. - CHAINMAIL_CHESTPLATE
  283. - CHAINMAIL_HELMET
  284. - CHAINMAIL_LEGGINGS
  285. - IRON_CHESTPLATE
  286. - IRON_BOOTS
  287. - IRON_HELMET
  288. - IRON_LEGGINGS
  289. - DIAMOND_CHESTPLATE
  290. - DIAMOND_LEGGINGS
  291. - DIAMOND_BOOTS
  292. - DIAMOND_HELMET
  293. - BARRIER
  294. - ARMOR_STAND
  295. - EXPLOSIVE_MINECART
  296. - BEACON
  297. - EXP_BOTTLE
  298. - BOOKSHELF
  299. - EYE_OF_ENDER
  300. - QUARTZ_ORE
  301. - REDSTONE_ORE
  302. - LAPIS_ORE
  303. - COAL_ORE
  304. - MELON_BLOCK
  305. - FLINT_AND_STEEL
  306. - FIREBALL
  307. - BREWING_STAND
  308. - WHEAT
  309. - HAY_BLOCK
  310.  
  311. # Set how many blocks can be stored
  312. # in memory and the others will
  313. # be stored in database.
  314. # set to 0 to disable this memory
  315. # set to -1 to use only memory.
  316. block-memory-limit: 0
  317.  
  318. # Set how many vehicles can be stored
  319. # in memory and the others will
  320. # be stored in database.
  321. # set to 0 to disable this memory
  322. # set to -1 to use only memory.
  323. vehicle-memory-limit: 1000
  324.  
  325. # Set how many hangings can be stored
  326. # in memory and the others will
  327. # be stored in database.
  328. # set to 0 to disable this memory
  329. # set to -1 to use only memory.
  330. hanging-memory-limit: 0
  331.  
  332. # Remove or comment out specific
  333. # features to disable them.
  334. enabled-features:
  335. - BlockBreak
  336. - BlockFall
  337. - BlockPlace
  338. - BlockExplode
  339. - BedrockBreak
  340. - HangingBreak
  341. - HangingPlace
  342. - VehicleCreate
  343. - VehicleDestroy
  344. - VehicleMove
  345. - PlayerArmorStandManipulate
  346. - PlayerCommandRestrict
  347. - PlayerBannedItemFromInventory
  348. - PlayerDamageEntity
  349. - PlayerDeathNoDrop
  350. - PlayerDropItem
  351. - PlayerGamemodeChange
  352. - PlayerJoin
  353. - PlayerOpenRestrictedInventory
  354. - PlayerPickupItem
  355. - PlayerQuit
  356. - SpawnerSpawnEntity
  357. - CreatureSpawn
  358. - PistonExtend
  359. - PistonRetract
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement