Configuration

This configuration file is for V1.0.5

# Omega Config
# Please remember that anything with a # infront of it will not be read by the plugin
# if you need to place notes etc do that and you wont get a corrupted config
#
# Commands by omega automatically have omega. infront of the node.
# To add a permissions from anything related in omega its
# omega.<rest of the permission node>
# for example, default players will have omega.kit.starter(default) for the starter kit.
# even tho the permission only says kit.starter
#
# Kits
# The KitName can be what ever you want it to be but must be lowercase.
# The ItemID is the ItemsID. The ItemMetaID it the ID for RedWool for example, wool:14.
# Cooldowns are measured in seconds.
# As of Omega version 1.0.5 and Minecraft 1.8 Ahead, Omega no longer supports ids.
# Here is a Example on how to use this:
# kits:
#     <kitName>:
#         items:
#         - <ItemName> <ItemMetaID> <Amount>
#         - wool 14 64
#         - grass 0 64
#         cooldown: 60
#         permission: kit.<kitName>
#     starter:
#         items:
#         - stone_sword 0 1
#         - stone_pickaxe 0 1
#         - stone_axe 0 1
#         - stone_spade 0 1
#         - stone_hoe 0 5
#         cooldown: 1200
#         permission: kit.starter
# The First Join Kit is case sensitive. leave blank for no kit
FirstJoinKitName: starter

kits:
  starter:
    items:
    - stone_sword 0 1
    - stone_pickaxe 0 1
    - stone_axe 0 1
    - stone_spade 0 1
    - stone_hoe 0 5
    cooldown: 7200
    permission: kit.starter

warps: {}

# When players die, should they respawn at their first home or bed, instead of the spawnpoint?
respawnAtHome: true

#Seconds before a player can use another command. omega.commanddelay.bypass
commandDelay: 0

#Enables some maintenance settings, omega.maintenance.bypass
maintenance: false

#Time in which the requested player has to accept, -1 to disable
tpaRequestTime: 60

#Supports aliases
socialspy-commands:
   - msg
   - r
   - reply

# Set the max amount of homes a player can have
# Players need omega.sethome.<rank-below> for x amount of homes
# Give players omega.sethome.infinite for infinite homes
sethome-multiple:
  default: 1
  vip: 5
  admin: 10

disabled-commands:
   - ?
   - plugins

# Defines the balance a new player has
starting-balance: 0

# When enabled does its best to figure out what is causing lag if any.(In testing)
logger: true

# Metrics.
metrics: true

# This will enable certain debug features and may cause a lot of messages or unwanted lag.
debug: false