Configuration

Basic configuration, or atleast the default one.

# Messages, pretty self explainatory.

messages:
  prefix: '&c[MC-RP] '
  broadcast: '&4[&9Broadcast&4] &a'
  adprefix: '&2[Ad]&a '
  adminchat-prefix: '&b[&cAdmin&b]&9 '
  newPlayer: '&a%player% &eis new to the server! '
  noPermission: '&cSorry, you do not have permission for this command.'
  notEnoughArguments: '&cInvalid arguments..'
  all-muted: '&eGlobal mute, EVERYONE has been muted.'
  all-unmuted: '&eGlobal mute has been revoked.'
  globalMute: '&eYou can''t speak because the global mute has been activated!'
  join: '&e%player% &3has joined the server!'
  leave: '&e%player% &3has left the server!'
  shout: '&4&l<&r&9MCRP Shout&4&l>&r '
  report-message: '&e[&4player&e]&2&o %msg% '

# This is the Rules for the server, customizable
# though you must keep it in quotation marks.

rules:
  - '&8&l|&a&l1&8&l| &rBe nice!'
  - '&8&l|&a&l2&8&l| &rBe responsible!'
  - '&8&l|&a&l3&8&l| &rDon''t curse!'

# This is the MOTD for the server, customizable
# though you must keep it in quotation marks.

motd:
  - '&5This can be configured in the folder in MinecraftRP.'
  - '&5Look for this directory: &aplugins/MinecraftRP/config.yml&5!'

# Giftbox use amount, before it disappears.

times_used: 10

# Cooldown timer for /ad.

cooldownTimer: 60

# Cooldown timer for /powerup

cooldown: 600

#---------------------------------#
#-------------=Drugs=-------------#
#---------------------------------#
# Drugs is the little add on, with extra
# uses for items. See below for the drugs
# available.
DrugsEnabled: true
Drugs:
  SugarCane: true
  Sugar: true
  BlazePowder: true
  Paper: true

#---------------------------------#
#------------=Economy=------------#
#---------------------------------#
# Economy stuff: Starting balance default
# is $100, you can edit this via Starting
# -Balance below.
Economy:
  Starting-Balance: 100
  Money-Symbol: '$'
#---------------------------------#
#------------=Chat=---------------#
#---------------------------------#
# Tag name, for when a player uses /tag
TagName: '&c[&9MCRP&c]&r '

#---------------------------------#
#------------=Kits=---------------#
#---------------------------------#
# The Kits you can use with /kit
# Delay goes in seconds for how long the kit
# Can be used again. Items is where you can add
# Items to the kit we show an example of two kits
# So you can get started. It first starts with the
# ItemID then the Amount then (optional) enchantment
# Here is an example:
# Without Enchantment:
# - 276 1
# With enchantment:
# - 276 1 enchantment:fireaspect 1

Kits:
  tools:
    Delay: 100
    Items:
    - 272 1
    - 274 1
    - 275 1 enchantment:efficiency 1

#---------------------------------#
#-------=SignConfiguration=-------#
#---------------------------------#
# This is where you can configure
# The sign system
SignConfig:
  Buy: true
  Sell: true
  Balance: true


Comments

Posts Quoted:
Reply
Clear All Quotes