Advertisement
Guest User

Untitled

a guest
Jul 8th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.23 KB | None | 0 0
  1. # Put here all the commands you want to
  2. # disable in creative! If you want to
  3. # enable these commands for specific players
  4. # give them permission cc.cmd./command_here
  5. # (e.g. cc.cmd./command1)
  6. disabled-commands:
  7. # - /command1
  8. # - /command2
  9.  
  10. # Here you can define which gamemodes you
  11. # want to disable!
  12. # You can also create node disabled-gamemodes-worldname
  13. # and specify disabled gamemodes for each world.
  14. disabled-gamemodes:
  15. # - ADVENTURE
  16. # - SPECTATOR
  17.  
  18. # Here you can put blocks or items which you
  19. # want to disable in creative.
  20. # List of blocks you can disable can be
  21. # found on this website
  22. # https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  23. # Please pay attention to put the values
  24. # correctly with uppercase letters.
  25. # otherwise this feature won''t work
  26. # and may cause errors!
  27. disabled-items:
  28. - TNT
  29. - BEDROCK
  30. - GOLD_ORE
  31. - GOLD_BLOCK
  32. - IRON_ORE
  33. - IRON_BLOCK
  34. - COAL_ORE
  35. - COAL_BLOCK
  36. - DIAMOND_ORE
  37. - DIAMOND_BLOCK
  38. - EMERALD_ORE
  39. - EMERALD_BLOCK
  40. - LAPIS_ORE
  41. - LAPIS_BLOCK
  42. - ENDER_PORTAL_FRAME
  43. - SKULL
  44. - MONSTER_EGG
  45. - END_CRYSTAL
  46. - EXPLOSIVE_MINECART
  47. - BEACON
  48. - EYE_OF_ENDER
  49. - SPAWN_EGG
  50. - EXP_BOTTLE
  51. - FIREWORK_CHARGE
  52. - APPLE
  53. - MUSHROOM_STEW
  54. - BREAD
  55. - PORKCHOP
  56. - COOKED_PORKCHOP
  57. - GOLDEN_APPLE
  58. - FISH
  59. - COOKED_FISH
  60. - CAKE
  61. - COOKIE
  62. - MELON
  63. - BEEF
  64. - COOKED_BEEF
  65. - CHICKEN
  66. - COOKED_CHICKEN
  67. - ROTTEN_FLESH
  68. - SPIDER_EYE
  69. - CARROT
  70. - POTATO
  71. - BAKED_POTATO
  72. - POISONOUS_POTATO
  73. - PUMPKIN_PIE
  74. - RABBIT
  75. - COOKED_RABBIT
  76. - RABBIT_STEW
  77. - MUTTON
  78. - COOKED_MUTTON
  79. - BEETROOT
  80. - BEETROOT_STEW
  81. - ENCHANTED_BOOK
  82. - SHEARS
  83. - IRON_SHOVEL
  84. - GOLD_SPADE
  85. - DIAMOND_SHOVEL
  86. - IRON_PICKAXE
  87. - GOLD_PICKAXE
  88. - DIAMOND_PICKAXE
  89. - IRON_AXE
  90. - GOLD_AXE
  91. - DIAMOND_AXE
  92. - IRON_HOE
  93. - GOLD_HOE
  94. - DIAMOND_HOE
  95. - IRON_SWORD
  96. - GOLD_SWORD
  97. - DIAMOND_SWORD
  98. - LEATHER_HELMET
  99. - CHAINMAIL_HELMET
  100. - IRON_HELMET
  101. - GOLD_HELMET
  102. - DIAMOND_HELMET
  103. - LEATHER_CHESTPLATE
  104. - CHAINMAIL_CHESTPLATE
  105. - IRON_CHESTPLATE
  106. - GOLD_CHESTPLATE
  107. - DIAMOND_CHESTPLATE
  108. - LEATHER_LEGGINGS
  109. - CHAINMAIL_LEGGINGS
  110. - IRON_LEGGINGS
  111. - GOLD_LEGGINGS
  112. - DIAMOND_LEGGINGS
  113. - LEATHER_BOOTS
  114. - CHAINMAIL_BOOTS
  115. - IRON_BOOTS
  116. - GOLD_BOOTS
  117. - DIAMOND_BOOTS
  118. - SPECTRAL_ARROW
  119. - TIPPED_ARROW
  120. - GHAST_TEAR
  121. - GLASS_BOTTLE
  122. - POTION
  123. - SPLASH_POTION
  124. - LINGERING_POTION
  125. - FERMENTED_SPIDER_EYE
  126. - BLAZE_POWDER
  127. - MAGMA_CREAM
  128. - SPECKLED_MELON
  129. - GOLDEN_CARROT
  130. - RABBIT_FOOT
  131. - DRAGONS_BREATH
  132. - COAL
  133. - IRON_INGOT
  134. - GOLD_INGOT
  135. - DIAMOND
  136. - FEATHER
  137. - GUNPOWDER
  138. - WHEAT_SEEDS
  139. - WHEAT
  140. - FLINT
  141. - LEATHER
  142. - REEDS
  143. - EGG
  144. - GLOWSTONE_DUST
  145. - SUGAR
  146. - PUMPKIN_SEEDS
  147. - MELON_SEEDS
  148. - BLAZE_ROD
  149. - GOLD_NUGGET
  150. - NETHER_WART
  151. - EMERALD
  152. - NETHER_STAR
  153. - DIAMOND_BARDING
  154. - GOLD_BARDING
  155. - IRON_BARDING
  156.  
  157. # Here you can define worlds in which should
  158. # be the functions of this plugin disabled!
  159. disabled-worlds:
  160. # - world1
  161. # - world2
  162.  
  163. # Set to true if you want to prevent
  164. # creative placed spawners from spawning mobs.
  165. disable-creative-spawners: true
  166.  
  167. # Here you can define which permissions wil be'
  168. # taken when switched to creative mode. e.g essentials.tpa'
  169. remove-permissions:
  170. # - permissionnode1
  171. # - permission.node.2
  172.  
  173. # Here you can define which permissions wil be'
  174. # added when switched to creative mode. e.g essentials.tpa'
  175. add-permissions:
  176. # - permissionnode1
  177. # - permission.node.2
  178.  
  179. # Here you can set if you want to use
  180. # sqlite DB or mysql DB
  181. db-type: sqlite
  182.  
  183. # Set MySQL address here
  184. # (only when db type set to mysql)
  185. # db-host: localhost
  186.  
  187. # Set MySQL server port here
  188. # (only when db type set to mysql)
  189. # db-port: '3306'
  190.  
  191. # Set the user login for mysql database
  192. # (only when db type set to mysql
  193. # db-user: user
  194.  
  195. # Set user password
  196. # (only when db type set to mysql)
  197. # db-password: password
  198.  
  199. # Set MySQL database name
  200. # (only when db type set to mysql)
  201. # db-database: database
  202.  
  203. # Set tables prefix here
  204. # (only when db type set to mysql)
  205. # db-prefix: cc_
  206.  
  207. # Set message prefix here (supports colors)
  208. message-prefix: '&4[CC]&c'
  209.  
  210. # Set to true if you want to enable inventor switching'
  211. # Set to false to disable it
  212. inventory-switching: true
  213.  
  214. # Set to true to enable automatic update checking
  215. # Set to false to disable it
  216. check-for-updates: true
  217.  
  218. # Here you can define after how many creative
  219. # placed blocks should they be written to database.
  220. # If this limit is not reached they
  221. # will be logged after 5 minutes.
  222. logging-interval: 0
  223.  
  224. # Here you can define time in seconds for
  225. # which will be all messages in cooldown
  226. # before sending them again to the player.
  227. message-cooldown: 2
  228.  
  229. # Place here blocks you want to be
  230. # excluded from being tracked when
  231. # placed in creative.
  232. excluded-blocks:
  233. - ACACIA_DOOR
  234. - ACACIA_DOOR_ITEM
  235. - ACACIA_FENCE
  236. - ACACIA_FENCE_GATE
  237. - ACACIA_STAIRS
  238. - ACTIVATOR_RAIL
  239. — AIR
  240. - ANVIL
  241. - APPLE
  242. - ARMOR_STAND
  243. - ARROW
  244. - BAKED_POTATO
  245. - BANNER
  246. - BARRIER
  247. - BEACON
  248. - BED
  249. - BED_BLOCK
  250. - BEDROCK
  251. - BEETROOT
  252. - BEETROOT_BLOCK
  253. - BEETROOT_SEEDS
  254. - BEETROOT_SOUP
  255. - BIRCH_DOOR
  256. - BIRCH_DOOR_ITEM
  257. - BIRCH_FENCE
  258. - BIRCH_FENCE_GATE
  259. - BIRCH_WOOD_STAIRS
  260. - BLAZE_POWDER
  261. - BLAZE_ROD
  262. - BOAT
  263. - BOAT_ACACIA
  264. - BOAT_BIRCH
  265. - BOAT_DARK_OAK
  266. - BOAT_JUNGLE
  267. - BOAT_SPRUCE
  268. - BONE
  269. - BONE_BLOCK
  270. - BOOK
  271. - BOOK_AND_QUILL
  272. - BOOKSHELF
  273. - BOW
  274. - BOWL
  275. - BREAD
  276. - BREWING_STAND
  277. - BREWING_STAND_ITEM
  278. - BRICK
  279. - BRICK_STAIRS
  280. - BROWN_MUSHROOM
  281. - BUCKET
  282. - BURNING_FURNACE
  283. - CACTUS
  284. - CAKE
  285. - CAKE_BLOCK
  286. - CARPET
  287. - CARROT
  288. - CARROT_ITEM
  289. - CARROT_STICK
  290. - CAULDRON
  291. - CAULDRON_ITEM
  292. - CHAINMAIL_BOOTS
  293. - CHAINMAIL_CHESTPLATE
  294. - CHAINMAIL_HELMET
  295. - CHAINMAIL_LEGGINGS
  296. - CHEST
  297. - CHORUS_FLOWER
  298. - CHORUS_FRUIT
  299. - CHORUS_FRUIT_POPPED
  300. - CHORUS_PLANT
  301. — CLAY
  302. - CLAY_BALL
  303. - CLAY_BRICK
  304. - COAL
  305. - COAL_BLOCK
  306. - COAL_ORE
  307. - COBBLE_WALL
  308. - COBBLESTONE
  309. - COBBLESTONE_STAIRS
  310. - COCOA
  311. - COMMAND
  312. - COMMAND_CHAIN
  313. - COMMAND_MINECART
  314. - COMMAND_REPEATING
  315. - COMPASS
  316. - COOKED_BEEF
  317. - COOKED_CHICKEN
  318. - COOKED_FISH
  319. - COOKED_MUTTON
  320. - COOKED_RABBIT
  321. - COOKIE
  322. - CROPS
  323. - DARK_OAK_DOOR
  324. - DARK_OAK_DOOR_ITEM
  325. - DARK_OAK_FENCE
  326. - DARK_OAK_FENCE_GATE
  327. - DARK_OAK_STAIRS
  328. - DAYLIGHT_DETECTOR
  329. - DAYLIGHT_DETECTOR_INVERTED
  330. - DEAD_BUSH
  331. - DETECTOR_RAIL
  332. - DIAMOND
  333. - DIAMOND_AXE
  334. - DIAMOND_BARDING
  335. - DIAMOND_BLOCK
  336. - DIAMOND_BOOTS
  337. - DIAMOND_CHESTPLATE
  338. - DIAMOND_HELMET
  339. - DIAMOND_HOE
  340. - DIAMOND_LEGGINGS
  341. - DIAMOND_ORE
  342. - DIAMOND_PICKAXE
  343. - DIAMOND_SPADE
  344. - DIAMOND_SWORD
  345. - DIODE
  346. - DIODE_BLOCK_OFF
  347. - DIODE_BLOCK_ON
  348. - DIRT
  349. - DISPENSER
  350. - DOUBLE_PLANT
  351. - DOUBLE_STEP
  352. - DOUBLE_STONE_SLAB2
  353. - DRAGON_EGG
  354. - DRAGONS_BREATH
  355. - DROPPER
  356. - EGG
  357. - ELYTRA
  358. - EMERALD
  359. - EMERALD_BLOCK
  360. - EMERALD_ORE
  361. - EMPTY_MAP
  362. - ENCHANTED_BOOK
  363. - ENCHANTMENT_TABLE
  364. - END_BRICKS
  365. - END_CRYSTAL
  366. - END_GATEWAY
  367. - END_ROD
  368. - ENDER_CHEST
  369. - ENDER_PEARL
  370. - ENDER_PORTAL
  371. - ENDER_PORTAL_FRAME
  372. - ENDER_STONE
  373. - EXP_BOTTLE
  374. - EXPLOSIVE_MINECART
  375. - EYE_OF_ENDER
  376. - FEATHER
  377. - FENCE
  378. - FENCE_GATE
  379. - FERMENTED_SPIDER_EYE
  380. - FIRE
  381. - FIREBALL
  382. - FIREWORK
  383. - FIREWORK_CHARGE
  384. - FISHING_ROD
  385. - FLINT
  386. - FLINT_AND_STEEL
  387. - FLOWER_POT
  388. - FLOWER_POT_ITEM
  389. - FROSTED_ICE
  390. — GHAST_TEAR
  391. - GLASS
  392. - GLASS_BOTTLE
  393. - GLOWING_REDSTONE_ORE
  394. - GLOWSTONE
  395. - GLOWSTONE_DUST
  396. - GOLD_AXE
  397. - GOLD_BARDING
  398. - GOLD_BLOCK
  399. - GOLD_BOOTS
  400. - GOLD_CHESTPLATE
  401. - GOLD_HELMET
  402. - GOLD_HOE
  403. - GOLD_INGOT
  404. - GOLD_LEGGINGS
  405. - GOLD_NUGGET
  406. - GOLD_ORE
  407. - GOLD_PICKAXE
  408. - GOLD_PLATE
  409. - GOLD_RECORD
  410. - GOLD_SPADE
  411. - GOLD_SWORD
  412. - GOLDEN_APPLE
  413. - GOLDEN_CARROT
  414. - GRASS
  415. - GRASS_PATH
  416. - GRAVEL
  417. - GREEN_RECORD
  418. - GRILLED_PORK
  419. - HARD_CLAY
  420. - HAY_BLOCK
  421. - HOPPER
  422. - HOPPER_MINECART
  423. - HUGE_MUSHROOM_1
  424. - HUGE_MUSHROOM_2
  425. - ICE
  426. - INK_SACK
  427. - IRON_AXE
  428. - IRON_BARDING
  429. - IRON_BLOCK
  430. - IRON_BOOTS
  431. - IRON_CHESTPLATE
  432. - IRON_DOOR
  433. - IRON_DOOR_BLOCK
  434. - IRON_FENCE
  435. - IRON_HELMET
  436. - IRON_HOE
  437. - IRON_INGOT
  438. - IRON_LEGGINGS
  439. - IRON_ORE
  440. - IRON_PICKAXE
  441. - IRON_PLATE
  442. - IRON_SPADE
  443. - IRON_SWORD
  444. - IRON_TRAPDOOR
  445. - ITEM_FRAME
  446. - JACK_O_LANTERN
  447. - JUKEBOX
  448. - JUNGLE_DOOR
  449. - JUNGLE_DOOR_ITEM
  450. - JUNGLE_FENCE
  451. - JUNGLE_FENCE_GATE
  452. - JUNGLE_WOOD_STAIRS
  453. - LADDER
  454. - LAPIS_BLOCK
  455. - LAPIS_ORE
  456. - LAVA
  457. - LAVA_BUCKET
  458. - LEASH
  459. - LEATHER
  460. - LEATHER_BOOTS
  461. - LEATHER_CHESTPLATE
  462. - LEATHER_HELMET
  463. - LEATHER_LEGGINGS
  464. - LEAVES
  465. - LEAVES_2
  466. - LEVER
  467. - LINGERING_POTION
  468. - LOG
  469. - LOG_2
  470. - LONG_GRASS
  471. - MAGMA
  472. - MAGMA_CREAM
  473. - MAP
  474. - MELON
  475. - MELON_BLOCK
  476. - MELON_SEEDS
  477. - MELON_STEM
  478. - MILK_BUCKET
  479. - MINECART
  480. - MOB_SPAWNER
  481. - MONSTER_EGG
  482. - MONSTER_EGGS
  483. - MOSSY_COBBLESTONE
  484. - MUSHROOM_SOUP
  485. - MUTTON
  486. - MYCEL
  487. - NAME_TAG
  488. - NETHER_BRICK
  489. - NETHER_BRICK_ITEM
  490. - NETHER_BRICK_STAIRS
  491. - NETHER_FENCE
  492. - NETHER_STALK
  493. - NETHER_STAR
  494. - NETHER_WART_BLOCK
  495. - NETHER_WARTS
  496. - NETHERRACK
  497. - NOTE_BLOCK
  498. - OBSIDIAN
  499. - PACKED_ICE
  500. - PAINTING
  501. - PAPER
  502. - PISTON_BASE
  503. - PISTON_EXTENSION
  504. - PISTON_MOVING_PIECE
  505. - PISTON_STICKY_BASE
  506. - POISONOUS_POTATO
  507. - PORK
  508. - PORTAL
  509. - POTATO
  510. - POTATO_ITEM
  511. - POTION
  512. - POWERED_MINECART
  513. - POWERED_RAIL
  514. - PRISMARINE
  515. - PRISMARINE_CRYSTALS
  516. - PRISMARINE_SHARD
  517. — PUMPKIN
  518. — PUMPKIN_PIE
  519. - PUMPKIN_SEEDS
  520. - PUMPKIN_STEM
  521. - PURPUR_BLOCK
  522. - PURPUR_DOUBLE_SLAB
  523. - PURPUR_PILLAR
  524. - PURPUR_SLAB
  525. - PURPUR_STAIRS
  526. - QUARTZ
  527. - QUARTZ_BLOCK
  528. - QUARTZ_ORE
  529. - QUARTZ_STAIRS
  530. - RABBIT
  531. - RABBIT_FOOT
  532. - RABBIT_HIDE
  533. - RABBIT_STEW
  534. - RAILS
  535. - RAW_BEEF
  536. - RAW_CHICKEN
  537. - RAW_FISH
  538. - RECORD_10
  539. - RECORD_11
  540. — RECORD_12
  541. - RECORD_3
  542. - RECORD_4
  543. - RECORD_5
  544. - RECORD_6
  545. - RECORD_7
  546. - RECORD_8
  547. - RECORD_9
  548. - RED_MUSHROOM
  549. - RED_NETHER_BRICK
  550. - RED_ROSE
  551. - RED_SANDSTONE
  552. - RED_SANDSTONE_STAIRS
  553. - REDSTONE
  554. - REDSTONE_BLOCK
  555. - REDSTONE_COMPARATOR
  556. - REDSTONE_COMPARATOR_OFF
  557. - REDSTONE_COMPARATOR_ON
  558. - REDSTONE_LAMP_OFF
  559. - REDSTONE_LAMP_ON
  560. - REDSTONE_ORE
  561. - REDSTONE_TORCH_OFF
  562. - REDSTONE_TORCH_ON
  563. - REDSTONE_WIRE
  564. - ROTTEN_FLESH
  565. - SADDLE
  566. - SAND
  567. - SANDSTONE
  568. - SANDSTONE_STAIRS
  569. - SAPLING
  570. - SEA_LANTERN
  571. - SEEDS
  572. - SHEARS
  573. - SHIELD
  574. - SIGN
  575. - SIGN_POST
  576. - SKULL
  577. - SKULL_ITEM
  578. - SLIME_BALL
  579. - SLIME_BLOCK
  580. - SMOOTH_BRICK
  581. - SMOOTH_STAIRS
  582. - SNOW
  583. - SNOW_BALL
  584. - SNOW_BLOCK
  585. - SOIL
  586. - SOUL_SAND
  587. - SPECKLED_MELON
  588. - SPECTRAL_ARROW
  589. - SPIDER_EYE
  590. - SPLASH_POTION
  591. - SPONGE
  592. - SPRUCE_DOOR
  593. - SPRUCE_DOOR_ITEM
  594. - SPRUCE_FENCE
  595. - SPRUCE_FENCE_GATE
  596. - SPRUCE_WOOD_STAIRS
  597. - STAINED_CLAY
  598. - STAINED_GLASS
  599. - STAINED_GLASS_PANE
  600. - STANDING_BANNER
  601. - STATIONARY_LAVA
  602. - STATIONARY_WATER
  603. - STEP
  604. - STICK
  605. - STONE
  606. - STONE_AXE
  607. - STONE_BUTTON
  608. - STONE_HOE
  609. - STONE_PICKAXE
  610. - STONE_PLATE
  611. - STONE_SLAB2
  612. - STONE_SPADE
  613. - STONE_SWORD
  614. - STORAGE_MINECART
  615. - STRING
  616. - STRUCTURE_BLOCK
  617. - STRUCTURE_VOID
  618. - SUGAR
  619. - SUGAR_CANE
  620. - SUGAR_CANE_BLOCK
  621. - SULPHUR
  622. - THIN_GLASS
  623. - TIPPED_ARROW
  624. - TNT
  625. - TORCH
  626. - TRAP_DOOR
  627. - TRAPPED_CHEST
  628. - TRIPWIRE
  629. - TRIPWIRE_HOOK
  630. - VINE
  631. - WALL_BANNER
  632. - WALL_SIGN
  633. - WATCH
  634. - WATER
  635. - WATER_BUCKET
  636. - WATER_LILY
  637. - WEB
  638. - WHEAT
  639. - WOOD
  640. - WOOD_AXE
  641. - WOOD_BUTTON
  642. - WOOD_DOOR
  643. - WOOD_DOUBLE_STEP
  644. - WOOD_HOE
  645. - WOOD_PICKAXE
  646. - WOOD_PLATE
  647. - WOOD_SPADE
  648. - WOOD_STAIRS
  649. - WOOD_STEP
  650. - WOOD_SWORD
  651. - WOODEN_DOOR
  652. - WOOL
  653. - WORKBENCH
  654. - WRITTEN_BOOK
  655. - YELLOW_FLOWER
  656.  
  657. # Set how many blocks can be stored
  658. # in memory and the others will
  659. # be stored in database.
  660. # set to 0 to disable this memory
  661. # set to -1 to use only memory.
  662. block-memory-limit: 0
  663.  
  664. # Set how many vehicles can be stored
  665. # in memory and the others will
  666. # be stored in database.
  667. # set to 0 to disable this memory
  668. # set to -1 to use only memory.
  669. vehicle-memory-limit: 0
  670.  
  671. # Set how many hangings can be stored
  672. # in memory and the others will
  673. # be stored in database.
  674. # set to 0 to disable this memory
  675. # set to -1 to use only memory.
  676. hanging-memory-limit: 0
  677.  
  678. # Remove or comment out specific
  679. # features to disable them.
  680. enabled-features:
  681. - BlockBreak
  682. - BlockFall
  683. - BlockPlace
  684. - BlockExplode
  685. - BedrockBreak
  686. - HangingBreak
  687. - HangingPlace
  688. - VehicleCreate
  689. - VehicleDestroy
  690. - VehicleMove
  691. - PlayerArmorStandManipulate
  692. - PlayerCommandRestrict
  693. - PlayerBannedItemFromInventory
  694. - PlayerDamageEntity
  695. - PlayerDeathNoDrop
  696. - PlayerDropItem
  697. - PlayerGamemodeChange
  698. - PlayerJoin
  699. - PlayerOpenRestrictedInventory
  700. - PlayerPickupItem
  701. - PlayerQuit
  702. - SpawnerSpawnEntity
  703. - CreatureSpawn
  704. - PistonExtend
  705. - PistonRetract
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement