Guest User

Untitled

a guest
Apr 20th, 2016
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.23 KB | None | 0 0
  1. armor: true
  2. debug: false
  3. dont_spam_chat: false
  4. enderchest: true
  5. no_drops: true
  6. no_falling_drops: false
  7. no_pickups: true
  8. remove_potions: true
  9. restrict_creative: true
  10. save_on_death: false
  11. survival_on_world_change: false
  12. xp: true
  13. track_creative_place:
  14.   enabled: false
  15.   break_no_drop: true
  16.   no_piston_move: true
  17.   attached_block: false
  18.   worlds:
  19.  - world
  20.   - town
  21.   - world_nether
  22.   - world_the_end
  23.   dont_track:
  24.  - STONE
  25.   - DIRT
  26. creative_blacklist: true
  27. blacklist:
  28. - BEDROCK
  29. - LAVA_BUCKET
  30. - SKULL_ITEM
  31. - MOB_SPAWNER
  32. - DRAGON_EGG
  33. - ANVIL
  34. - MINECART
  35. - STORAGE_MINECART
  36. - POWERED_MINECART
  37. - EXPLOSIVE_MINECART
  38. - HOPPER_MINECART
  39. - COMMAND_MINECART
  40. - REDSTONE
  41. - REDSTONE_TORCH_ON
  42. - DIODE
  43. - REDSTONE_COMPARATOR
  44. - POWERED_RAIL
  45. - DETECTOR_RAIL
  46. - RAILS
  47. - ACTIVATOR_RAIL
  48. - LEVER
  49. - SAPLING
  50. - POTION
  51. - MONSTER_EGG
  52. - CARPET
  53. command_blacklist: true
  54. commands:
  55. - give
  56. - i
  57. - buy
  58. - sell
  59. uuid_conversion_done: true
  60. storage:
  61.   mysql:
  62.     url: mysql://localhost:3306/survival
  63.     password: xxxxxxxxxxxx
  64.     user: survival
  65.   database: mysql
  66. custom_attributes: false
  67. break_bedrock: true
  68. bypass:
  69.   inventories: true
  70.   items: true
  71.   blacklist: true
  72.   survival: false
  73.   commands: true
  74. restrict_spectator: true
Add Comment
Please, Sign In to add comment