Configuration example

# Plugin is enabled
enabled: true
# Language (must coincide with the file name in the folder /lang)
language: ru 
block-containers:
  # Disallow to open containers
  enabled: true
  # List of disallowed containers
  list:
    - DISPENSER
    - DROPPER
attack:
  # Damage is applied only if a player has in his hands a weapon (from weapon slot)
  require-weapon: true
  # When you deal damage, your hand automatically switches to weapon slot
  force-weapon: true
  # When you picked up the weapons, your hand automatically switches to weapon slot
  auto-held: true
  #  Allow to damage own pet
  own-pet: false
slots:
  # Slot buying
  enabled: true
  # Texture of locked slot
  locked: STAINED_GLASS_PANE:14
  # Texture of buyable slot
  buyable: STAINED_GLASS_PANE:1
  # Initially available (free) slots
  free: 2 
  money:
    # Whether to take the money for the purchase of slots
    enabled: true
    # Costs for the different inventory lines
    cost:
      line1: 1000 # Цена слота в первой линии инвентаря
      line2: 2000 # Цена слота во второй линии инвентаря
      line3: 3000 # Цена слота в третей линии инвентаря
  level:
    # Whether to take the lvl for the purchase of slots
    enabled: true
    # Spend levels for the purchase of slots
    spend: false
    # Costs for the different inventory lines
    required:
      line1: 20
      line2: 30
      line3: 40

Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes