Configuration

Below on this page you can find everything you need to know on how to configure this plugin!

LWRPG:
  ServerName: LWRPG       #Name of your server
  Settings:
    SpawnAtRPGSpawn: true     #Whether to spawn players at RPG spawn upon death
    DeathXpLose: 5      #Percentage of XP to lose on death
    DeathMoneyLose: 5      #Amount of money to lose on death
  RPG:
    Lobby:   #Lobby and Spawn Coords. Use /rpg set (lobby/spawn) to set these
      x: 0
      y: 64
      z: 0
    Spawn:
      x: 0
      y: 64
      z: 0
  Races:
    Race1:
      Name: Dwarf
      Health: 30
    Race2:
      Name: Org
      Health: 40
    Race3:
      Name: Human
      Health: 30
    Race4:
      Name: Elf
      Health: 25
    Race5:
      Name: Hellbringer
      Health: 40
  Classes:   #You can not configure the class names! Only their items and so on!
    Mage:
      InventorySize: 27      #Size of player inventory. NOT YET ADDED
      DefaultWeapon: 268      #Weapon to give player upon /rpg kit command. ID ONLY
      DefaultArmor: Leather  #Armor Type to give player upon /rpg kit command. Leather, Iron, Chain, Gold, Diamond
      DefaultExtra:                         #ID of an extra item to give them upon /rpg kit
      DefaultExtraAmount: 0           #Amount of that extra item to give them upon /rpg kit
  Rewards:
    Enabled: true     #Whether or not to enable mob rewards
    Creeper:    #Do not edit mob name!
      Money: 5    #Amount of money to give them for killing that mob!
      XP: 3    #Amount of XP to give them for killing that mob!
  Shops:
    VillagerShop:
      Enabled: true  #Whether the villager shops are enabled or not
      Slots:
        Slot1:
          Enabled: true  #Whether to use this slot
          Name: The Stone  #Custom item name to be displayed
          ItemId: 1  #ID of item in shop
          Amount: 3  #Amount of the item in shop
          Price: 2  #Price of item in shop
  Mounts:
    Enabled: true  #Whether or not to enabled mounts
  Pets:
    Enabled: false  #Whether or not to enabled pets (NOT RECOMMENDED!)
  Banks:
    Enabled: true    #Whether or not to enable the bank function
  Partys:
    Enabled: true    #Whether or not to enable the partys function. NOT YET ADDED
  ChatChannels:
    Channels:
      Global:
      Local:
      Trade:
      Quest:
  Users:    #User Info Is Stored Below. WORKING ON PER USER FILES