Config

You can download default config.yml here.

In-game-settings:
  Disable-Ranged: true
  Disable-Ranged-Message: §cYou cannot purchase any items in the ranged category in this mode!
  Use-exp-bar:
    #This add-on will use level to display ammo, turn of those options
    #if you don't like it, or if you suspect that this will conflict
    #other plugins.
    Level-number: true
    Level-progress: true
  #Turn off this will prevent players from buy a gun if they have a
  #same gun in their inventory. In fact: this doesn't make too much
  #sense!
  Allow-Multiple-Guns: false
  Particle-Display-Range: 32
  #Damage will be multiply by x% on headshot! (This value must be an integer).
  #Example: Normal shot: 2 damage and this value is 150. Therefore
  #headshot damage will be 3.
  #You can set range x1 to x2 by using "~"
  Headshot-Damage-Multiply: 150
  Send-Headshot-Message: true
  Headshot-Message: §cHEADSHOT
#This item will show up as a new category in the bedwars store.
#You can either use "&" or "§".
Shop-category:
  title: §8Guns
  item:
    Material: WOOD_HOE
    Name: §aGuns
    Lore:
    - §eClick to view!
    Flags:
    - HIDE_ATTRIBUTES
  #For 1.8.8 users: https://helpch.at/docs/1.8.8/index.html?org/bukkit/Sound.html
  #For 1.12.2 users: https://helpch.at/docs/1.12.2/org/bukkit/Sound.html
  shop-bought:
    sound: NOTE_PLING
    yaw: 1
    pitch: 100
  shop-insuff-money:
    sound: ENDERMAN_TELEPORT
    yaw: 1
    pitch: 1
You can decide which groups will be affected by this add-on.
Enable-group:
- Armed

Last updated