config files

config.yml

# FlyNCreative configuration file

# Configuration for creative mode
Creative:

  # Put here the list of world that this plugin should be active
  # Do not put creative and adventure worlds
  ActiveInWorlds:
    - "world"
    - "world_nether"
    - "world_the_end"

  # Save a separate inventory to file?
  # Override permission: flyncreative.override.separateinventory
  SeparateInventory: true
  
  # Disallow to drop any item?
  # Override permission: flyncreative.override.nodrop
  NoDrop: true
  
  # Disallow to open a chest, furnace, ender chest, ...
  # Override permission: flyncreative.override.noopenchest
  NoOpenChest: true

  # Disallow to build outside a cuboid if the player is near the border
  # Override permission: flyncreative.override.nobuildoutside
  NoBuildOutside: true
  
  # List of banned items in creative mode
  # Override permission: flyncreative.override.allowbanneditems
  # You have a list of material names here: 
  # http://jd.bukkit.org/dev/apidocs/org/bukkit/Material.html
  bannedItems:
    - EXP_BOTTLE
    - DIAMOND_BLOCK
    - DIAMOND_ORE
    - DIAMOND
    - IRON_BLOCK
    - IRON_ORE
    - IRON_INGOT
    - GOLD_BLOCK
    - GOLD_ORE
    - GOLD_INGOT
    - EMERALD_BLOCK
    - EMERALD_ORE
    - EMERALD

Comments

Posts Quoted:
Reply
Clear All Quotes