Advertisement
Guest User

Untitled

a guest
Dec 31st, 2011
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 4.02 KB | None | 0 0
  1. #I would recommend taking a decent look over the isafe configuration file and managing your wanted features.
  2. Flow:
  3.     Disable-water-flow: false
  4.     Disable-lava-flow: false
  5. Weather:
  6.     Disable-LightningStrike: false
  7.     Disable-Storm: false
  8.     Disable-Thunder: false
  9. Drops:
  10.     Allow-Bedrock-drop: false
  11.     Allow-GoldBlock-drop: true
  12.     Allow-IronBlock-drop: true
  13.     Allow-Diamondingot-drop: true
  14.     Allow-DiamonBlock-drop: true
  15.     Allow-un_natural_portal-drop: false
  16.     Allow-TNT-drop: true
  17.     Allow-droping: true
  18.     Allow-ExpirienceOrbs-drop: true
  19.     Allow-Dimondore-drop: true
  20. Player:
  21.     Allow-Teleporting-without-iSafe-permissions: true
  22.     Allow-Sneaking: true
  23.     Allow-creative-gamemode-on-player-quit: true
  24.     Enable-Chat-permissions: false
  25.     Allow-Hunger: true
  26.     Allow-Sprinting: true
  27.     Enable-fishing-permissions: false
  28.     Only-let-OPs-join: false
  29.     Enable-Bed-permissions: false
  30.     Broadcast-to-player-on-join: false
  31.     Disable-Hunger: false
  32. Misc:
  33.     Prevent-portal-creation: false
  34.     Enable-kick-messages: true
  35.     Disable-LeavesDecay: false
  36. Piston:
  37.     Prevent-piston-Retract: false
  38.     Prevent-piston-Extend: false
  39. Breaking:
  40.     Allow-SoulSand-breaking: true
  41.     Allow-Obsidian-breaking: true
  42.     Allow-MobSpawner-breaking: true
  43.     Allow-Sponge-breaking: true
  44.     Allow-TNT-breaking: true
  45.     Allow-Ice-breaking: true
  46.     Allow-Pistons-breaking: true
  47. Placement:
  48.     Allow-Ice-placement: true
  49.     Allow-Bedrock-placement: false
  50.     Allow-Water-blocks: true
  51.     Allow-MobSpawner-placement: true
  52.     Allow-Sponge-placement: false
  53.     Allow-FireBlock-placement: true
  54.     Allow-Lava-blocks: true
  55.     Allow-Obsidian-placement: true
  56.     Allow-SoulSand-placement: true
  57.     Allow-un_natural_portal-placement: false
  58.     Allow-Pistons-placement: true
  59.     Allow-TNT-placement: true
  60. Entity-Damage:
  61.     Disable-Contact-damage: false
  62.     Disable-Fall-damage: false
  63.     Disable-Lightning-damage: false
  64.     Disable-Suffocation-damage: false
  65.     Disable-Lava-damage: false
  66.     Disable-Drowning-damage: false
  67.     Disable-Suicide-damage: false
  68.     Disable-Projectile-damage: false
  69.     Disable-Custom-damage: false
  70.     Disable-Entity_Attack-damage: false
  71.     Disable-Void-damage: false
  72.     Disable-Starvation-damage: false
  73. Enviroment-Damage:
  74.     Allow-Fire-spread: true
  75.     Allow-Flint_and_steel-usage: false
  76.     Allow-Explosions: true
  77.     Allow-Enviroment-ignition: true
  78.     Allow-Fire-damage: true
  79. Furnace:
  80.     Disable-furnace-burning: false
  81.     Disable-furnace-smelting: false
  82. Mobs:
  83.     Allow-Pig-spawn: true
  84.     Allow-EnderDragon-spawn: true
  85.     Allow-PigZombie-spawn: true
  86.     Allow-Slime-spawn: true
  87.     Allow-Zombie-spawn: true
  88.     Allow-Skeleton-spawn: true
  89.     Allow-Silverfish-spawn: true
  90.     Enderman-grief:
  91.         Allow-Enderman-Pickup: false
  92.         Allow-Enderman-Place: false
  93.     Allow-Sheep-spawn: true
  94.     Allow-Ghast-spawn: true
  95.     Allow-SlimeSplit: true
  96.     Allow-Spider-spawn: true
  97.     Allow-Squid-spawn: true
  98.     EntityTarget:
  99.         Disable-pig_zombie_target-target: false
  100.         Disable-target_died-target: false
  101.         Disable-owner_attacked_target-target: false
  102.         Disable-random_target-target: false
  103.         Disable-closest_player-target: false
  104.         Disable-target_attacked_owner-target: false
  105.         Disable-custom-target: false
  106.         Disable-forgot_target-target: false
  107.         Disable-target_attacked_entity-target: false
  108.     Allow-Enderman-spawn: true
  109.     Allow-Giant-spawn: true
  110.     Allow-Cow-spawn: true
  111.     Allow-Wolf-spawn: true
  112.     Allow-Creeper-spawn: true
  113.     Allow-Monster'Human'-spawn: true
  114. Buckets:
  115.     Allow-WaterBucket-empty: true
  116.     Allow-LavaBucket-empty: false
  117. Player-Interact:
  118.     Allow-Buttons-Interact: true
  119.     Allow-IronDoors-Interact: true
  120.     Allow-WoodenPressurePlate-Interact: true
  121.     Allow-Levers-Interact: true
  122.     Allow-Chest-Interact: true
  123.     Allow-WoodenFenceGate-Interact: true
  124.     Allow-TrapDoor-Interact: true
  125.     Allow-StonePressurePlate-Interact: true
  126.     Allow-WoodenDoors-Interact: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement