Advertisement
Guest User

LimitedCreative -> config.yml

a guest
Aug 21st, 2015
843
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.16 KB | None | 0 0
  1. ## Limited Creative (MCPE PLUGIN) ##
  2. # Allows you to give players on your server limited creative! #
  3.  
  4. # Reset the players inventory everytime the gamemode is changed?
  5. reset-inventory: false
  6.  
  7. #disabled-items:
  8. #    - 7
  9. #    - 46
  10. #    - 52
  11. #    - 247
  12. #    - 259
  13. #    - 325
  14. #    - 383
  15. disabled-items: []
  16.  
  17. # Prevent Creative blocks when broken in survival from dropping.
  18. disable-item-drop: true
  19.  
  20. # Prevent Creative Players from attacking players in Survival.
  21. disable-pvp-damage: true
  22.  
  23. # Prevent Creative Players from attacking entities, ex. Mobs. while in creative
  24. disable-entity-damage: true
  25.  
  26. # Prevent Creative Players from picking up items on the ground?
  27. disable-item-pickup: true
  28.  
  29. # Prevent blocks placed in creative from being destroyed by explosions, such as TNT.
  30. # If disabled explosions will bypass the item-drop setting.
  31. disable-explosion-damage: true
  32.  
  33. # This will disable the block update event from updating creative blocks.
  34. # ex. In creative you place a grass block and put a sand block over it,
  35. # When the bottom grass block is broken the sand will not fall.
  36. # This is to prevent bypassing the item-drop setting.
  37. disable-block-updates: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement