main/Locale/English

English Plugin Configuration

Default Config Locales:

English - French - Italian

Note:

Config file will be automatically created on first server start after install of the plugin .jar to the plugin folder.

Configuration File Sample:

fart:
  enable: true
  mobs:
    kill:
      zombie: true
      spider: true
      cavespider: true
      skeleton: true
      creeper: true
      slime: true
      enderman: true
    damage:
      enderdragon: true
  broadcast:
    farter: true
    victim: true
  messages:
    nether: has learnt not to fart in the nether!
    nopermission: you have no permission to fart!
    nogas: run out of gas!
    immune: Bet your glad your immune to gas?
    isimmune: is immune to your gas attack!
    nearyou: farted near you!
    found: Found
    turnon: Setting config to 'enabled' for fart plugin.
    turnoff: Setting config to 'disabled' for fart plugin.
    fartoff: You don't have permission to fart!
    addimmunity: added to the fart immunity list
    alreadyimmune: already listed!
    removeimmunity: removed from the fart immunity list
    noadminperm: Sorry you do not have permission for this command.
    nofindplayer: Could not find player
    noplayerstonuke: Such power... but no victims to feel the wrath!
    omg: O.M.F.G! - What have I done!
    unrecognisedparams: Sorry, unrecognised parameter entered!
    secondparamneeded: Second parameter required.
    tomanyparams: Sorry, to many parameters entered!
  propel:
    enable: true
  cooldown:
    enable: true
    delay: 60000
  damage:
    enable: true
  immunity:
  - Notch
  small:
    announcement: did a botty burp!
    notification:
    - did a botty burp!
    - pfffft!
    - farted!
    responses:
    - O.O
    - eeeeewwww....!
    - someone squeezed cheese!
    - OMG!
    distance: 5
    confused: 200
    damage: 0
    propel: 0
  medium:
    announcement: floated an air biscuit!
    notification:
    - floated an air biscuit!
    - trumped!
    - blew off!
    - played a bum note!
    responses:
    - cough, splutter!
    - I think I stood in something?
    - I smell burnt rubber!
    - '&$%%@*&!'
    distance: 10
    confused: 500
    damage: 1
    propel: 2
  large:
    announcement: is a gusty windflap!
    notification:
    - is a gusty windflap!
    - let rip
    - dropped one!
    - i'll blame that one on the dog!
    responses:
    - OMG! that stinks!
    - Nooooooooo...
    - chokes
    - faints
    - barfs!
    distance: 20
    confused: 800
    damage: 2
    propel: 4
  epic:
    announcement: dropped a nucular gas bomb!
    notification:
    - dropped nucular grade gas!
    - is expecting a fallout zone!
    - is glad they're wearing a gas mask!
    responses:
    - my eyes!... the burning!
    - gas.. gas.. gas..!
    - run for your life!!
    - has lost the will to live
    distance: 50
    confused: 1500
    damage: 3
    propel: 8

Configuration Notes:

Plugin config:
  • enable - enables plugin use in game (Also cofigurable from ingame with ./farts o|off )
fart:
  enable: true
Broadcast config
  • farter - enables use of /me command to make farters messages public or not
  • victim - enables use of /me command to make victim messages public or not
broadcast:
    farter: true
    victim: true
Message config
  • message list of nodes that correspond to numerous messages used within the plugin (Add new page here that will explain each node)
  messages:
    nether: has learnt not to fart in the nether!
    nopermission: has learnt not to fart in the nether!
    nogas: has learnt not to fart in the nether!
    immune: Bet your glad your immune to gas?
    isimmune: is immune to your gas attack!
    nearyou: farted near you!
    found: Found
    turnon: Setting config to 'enabled' for fart plugin.
    turnoff: Setting config to 'disabled' for fart plugin.
    fartoff: You don't have permission to fart!
    addimmunity: added to the fart immunity list
    alreadyimmune: already listed!
    removeimmunity: removed from the fart immunity list
    noadminperm: Sorry you do not have permission for this command.
    nofindplayer: Could not find player
    noplayerstonuke: Such power... but no victims to feel the wrath!
    omg: O.M.F.G! - What have I done!
    unrecognisedparams: Sorry, unrecognised parameter entered!
    secondparamneeded: Second parameter required.
    tomanyparams: Sorry, to many parameters entered!
Propel config
  • enable - enables whether player who farts gets propelled forward on farting (warning can kick players on some server for moving to fast)
  propel:
    enable: true
  • propel - value to propel player (approx. equals to max blocks to push player forward depending on angle the player is looking)
  small:
    ...other params...
    propel: 0

  medium:
    ...other params...
    propel: 2

  large:
    ...other params...
    propel: 4

  epic:
    ...other params...
    propel: 8
Cool down config:
  • enable - enables cooldown option
  • delay - time in milliseconds to delay repeat use of /fart command (1000 = 1 second)
  cooldown:
    enable: true
    delay: 60000
Damage config:
  • enable - enables damage to players using the /fart command
  damage:
    enable: true
  • damage - specific amount of damage (per player affected by the command) to give player initiating the /fart command (2 = 1 heart)
  small:
    ...other params...
    damage: 0
  medium:
    ...other params...
    damage: 1
  large:
    ...other params...
    damage: 2
  epic:
    ...other params...
    damage: 3
Immunity config:
  • immunity - String list of player names to give immunity to the fart command (also configurable from in game with ./farts add|remove player)
  immunity:
  - Notch
Announcements config
  • announcement - String value that announces that a player has farted.
   small:
    announcement: did a botty burp!

  medium:
    announcement: floated an air biscuit!

  large:
    announcement: is a gusty windflap!

  epic:
    announcement: dropped a nucular gas bomb!
Notification config:
  • notification - String list of randomly selected comments for player initiating the /fart command
  • responses - String list of randomly selected comments for player affected by the /fart command
  small:
    notification:
    - did a botty burp!
    - pfffft!
    - farted!
    responses:
    - O.O
    - eeeeewwww....!
    - someone squeezed cheese!
    - OMG!
Distance config:
  • distance - distance in blocks to affect player
  small:
    ...other params...
    distance: 5
  medium:
    ...other params...
    distance: 10
  large:
    ...other params...
    distance: 20
  epic:
    ...other params...
    distance: 50
Confusion config:
  • confused - time in ticks for affected players to be confused with potion effects (2 ticks = 1 second)
  small:
    ...other params...
    confused: 200
  medium:
    ...other params...
    confused: 500
  large:
    ...other params...
    confused: 800
  epic:
    ...other params...
    confused: 1500

Comments

Posts Quoted:
Reply
Clear All Quotes