Disabling Potions with World Gaurd

Discussion in 'Bukkit Help' started by MrBumtart, Mar 12, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    MrBumtart

    I would like to disable all plugins with world gaurd. I need to disable the exp bottles and all potions, splash, and non splash.

    My Wg Config:
    regions:
    use-scheduler: true
    use-creature-spawn-event: true
    sql:
    use: false
    dsn: jdbc:mysql://localhost/worldguard
    username: worldguard
    password: worldguard
    enable: true
    invincibility-removes-mobs: false
    high-frequency-flags: false
    wand: 334
    max-claim-volume: 30000
    claim-only-inside-existing-regions: false
    max-region-count-per-player:
    default: 7
    auto-invincible: false
    use-player-move-event: true
    security:
    deop-everyone-on-join: false
    block-in-game-op-command: true
    host-keys: {}
    summary-on-start: true
    op-permissions: true
    protection:
    item-durability: true
    remove-infinite-stacks: false
    disable-xp-orb-drops: true
    disable-obsidian-generators: false
    gameplay:
    block-potions: [All]
    block-potions-overly-reliably: false
    simulation:
    sponge:
    enable: true
    radius: 3
    redstone: false
    default:
    pumpkin-scuba: false
    disable-health-regain: false
    physics:
    no-physics-gravel: false
    no-physics-sand: false
    vine-like-rope-ladders: false
    allow-portal-anywhere: false
    disable-water-damage-blocks: []
    ignition:
    block-tnt: true
    block-tnt-block-damage: false
    block-lighter: false
    fire:
    disable-lava-fire-spread: true
    disable-all-fire-spread: true
    disable-fire-spread-blocks: []
    lava-spread-blocks: []
    mobs:
    block-creeper-explosions: true
    block-creeper-block-damage: false
    block-wither-explosions: false
    block-wither-block-damage: false
    block-wither-skull-explosions: false
    block-wither-skull-block-damage: false
    block-enderdragon-block-damage: false
    block-enderdragon-portal-creation: false
    block-fireball-explosions: false
    block-fireball-block-damage: false
    anti-wolf-dumbness: false
    disable-enderman-griefing: false
    block-painting-destroy: false
    block-item-frame-destroy: false
    block-plugin-spawning: true
    block-above-ground-slimes: false
    block-other-explosions: false
    block-zombie-door-destruction: false
    block-creature-spawn: []
    player-damage:
    disable-fall-damage: false
    disable-lava-damage: false
    disable-fire-damage: false
    disable-lightning-damage: false
    disable-drowning-damage: false
    disable-suffocation-damage: false
    disable-contact-damage: false
    teleport-on-suffocation: false
    disable-void-damage: false
    teleport-on-void-falling: false
    disable-explosion-damage: false
    disable-mob-damage: false
    disable-death-messages: false
    chest-protection:
    enable: false
    disable-off-check: false
    crops:
    disable-creature-trampling: true
    disable-player-trampling: true
    weather:
    prevent-lightning-strike-blocks: []
    disable-lightning-strike-fire: false
    disable-thunderstorm: false
    disable-weather: false
    disable-pig-zombification: false
    disable-powered-creepers: false
    always-raining: false
    always-thundering: false
    dynamics:
    disable-mushroom-spread: true
    disable-ice-melting: true
    disable-snow-melting: true
    disable-snow-formation: true
    disable-ice-formation: true
    disable-leaf-decay: true
    disable-grass-growth: false
    disable-mycelium-spread: false
    disable-vine-growth: true
    blacklist:
    use-as-whitelist: false
    logging:
    console:
    enable: true
    database:
    enable: false
    dsn: jdbc:mysql://localhost:3306/minecraft
    user: root
    pass: ''
    table: blacklist_events
    file:
    enable: false
    path: worldguard/logs/%Y-%m-%d.log
    open-files: 10
     
  2. Offline

    Super User

    I believe WorldGuard does not have this feature, if anything you should be checking the dev page.
     
  3. Offline

    Lolmewn

    Doesn't WorldGuard have blocks blacklist? Could try and add XP bottles to there (not sure if that'll work though...)
     
  4. Offline

    Super User

    I know you can do it with ModifyWorld.
     
  5. Offline

    Iroh

    Noitem found here allows you to ban right click with certain items. Or you can just ban the holding of the item if that is simpler.
     
  6. WorldGuard Costum Flags
     
  7. Offline

    Super User

    There is no flags for potions


    You can do this with ModifyWorld. Also I believe he wants no potions in a certain region.
     
  8. Offline

    Iroh

    Oh hmmm that is not what I thought when I posted I will have to think about that...
     
  9. Offline

    frankomisko

    You can disable splash potions for the entire world with the "/region flag __global__ potion-splash deny" command... though theres no way to disable normal potion usage with world guard.
     
  10. Offline

    Super User

    Use that flag on your region not globally. If that is what you want. Also OP mark this thread solved if this is your final issue.
     
Thread Status:
Not open for further replies.

Share This Page