Essentials icon

Essentials -----

Provides Economy, Homes, etc.



Code (YAML):
levels:
  example-1
:
    chance
: -1.0
    health
: 20.0
    scale
:
      min
: 1.0
      max
: 1.25
    exp
:
      min
: 1
      max
: 2
  example-2
:
    chance
: -1.0
    health
: 20.0
    scale
: 1.0
    exp
: 1
    main-hand
:
      type
: diamond_sword
      amount
: 1
      enchantments
:
        unbreaking
: 1
      drop-chance
: 0.25
    off-hand
:
      type
: enchanted_book
      amount
: 1
      enchantments
:
        unbreaking
: 1
      drop-chance
: 0.25
    helmet
:
      type
: diamond_helmet
      amount
: 1
      enchantments
:
        unbreaking
: 1
      drop-chance
: 0.25
    chestplate
:
      type
: diamond_chestplate
      amount
: 1
      enchantments
:
        unbreaking
: 1
      drop-chance
: 0.25
    leggings
:
      type
: diamond_leggings
      amount
: 1
      enchantments
:
        unbreaking
: 1
      drop-chance
: 0.25
    boots
:
      type
: diamond_boots
      amount
: 1
      enchantments
:
        unbreaking
: 1
      drop-chance
: 0.25
settings
:
  hostile
: false
  chunk-limit
: -1
  disable-spawn
: false
  disable-block-form
: false
  disable-change-block
: false
  disable-entity-damage
:
    ITEM
: true
    ITEM_FRAME
: true
    GLOW_ITEM_FRAME
: true
    PAINTING
: true
    LEASH_KNOT
: true
    ARMOR_STAND
: true
  disable-explode
: false
  disable-interact
:
    FARMLAND
: true
    TURTLE_EGG
: true
    SNIFFER_EGG
: true
  disable-target
:
    VILLAGER
: false
  disable-hanging-break
:
    ITEM_FRAME
: true
    GLOW_ITEM_FRAME
: true
    PAINTING
: true
    LEASH_KNOT
: true
    ARMOR_STAND
: true
  disable-spawn-reason
:
    BEEHIVE
: false
    BREEDING
: false
    BUILD_IRONGOLEM
: false
    BUILD_SNOWMAN
: false
    BUILD_WITHER
: false
    CHUNK_GEN
: false
    COMMAND
: false
    CURED
: false
    CUSTOM
: false
    DEFAULT
: false
    DISPENSE_EGG
: false
    DROWNED
: false
    DUPLICATION
: false
    EGG
: false
    ENCHANTMENT
: false
    ENDER_PEARL
: false
    EXPLOSION
: false
    FROZEN
: false
    INFECTION
: false
    JOCKEY
: false
    LIGHTING
: false
    METAMORPHOSIS
: false
    MOUNT
: false
    NATURAL
: false
    NETHER_PORTAL
: false
    OCELOT_BABY
: false
    PATROL
: false
    PIGLIN_ZOMBIFIED
: false
    POTION_EFFECT
: false
    RAID
: false
    REINFORCEMENTS
: false
    SHEARED
: false
    SHOULDER_ENTITY
: false
    SILVERFISH_BLOCK
: false
    SLIME_SPLIT
: false
    SPAWNER
: false
    SPAWNER_EGG
: false
    SPELL
: false
    TRAP
: false
    TRIAL_SPAWNER
: false
    VILLAGE_DEFENSE
: false
    VILLAGE_INVASION
: false

Code (YAML):
notify-update : true
server
:
  motd
:
    enable
: false
    line-1
: "Minecraft Server"
    line-2
: ""
spawner
:
  display
: "&dSpawner:&f %entity_type%"
  lore
:
   - "&9Obtained by:"
    - "&fSilk Touch"
chat
:
  format
:
    default
: "%vault_prefix%%essentials_display_name%%vault_suffix%&f: "
    vip
: "%vault_prefix%%essentials_display_name%%vault_suffix%&f: "
    staff
: "%vault_prefix%%essentials_display_name%%vault_suffix%&f: "
    vanished
: "&d%essentials_display_name%&f: "
    op
: "%vault_prefix%&c%essentials_display_name%%vault_suffix%&f: "
  censor
:
   - nigga
    - fuck
    - penis
    - porn
    - cum
    - pussy
    - vagina
    - faggot
    - gay
commands
:
  rtp
:
    world
: world
    spread
: 1250
  cooldown
:
    feed
: 120
    heal
: 120
    repair
: 3600
    rtp
: 3600
  disable
:
   - plugins
    - icanhasbukkit
    - version
    - about
    - me
    - stop
    - reload
connection
:
  login
:
    full
: "Server is currently full please try again later."
    whitelisted
: "Server is currently under maintenance."
  join
:
    # if false permission: 'essentials.event.join.message'
    enable
: true
    message
: "%essentials_display_name%&e has joined the server [&a+&e]"
    sound
:
      enable
: true
      type
: ENTITY_FOX_AMBIENT
      volume
: 0.75
      pitch
: 1.0
  quit
:
    # if false permission: 'essentials.event.quit.message'
    enable
: true
    message
: "%essentials_display_name%&e has left the server [&c-&e]"
    sound
:
      enable
: true
      type
: ENTITY_FOX_AMBIENT
      volume
: 0.75
      pitch
: 1.0
date
:
  format
: "MM-dd-yyyy"
deaths
:
  # if false permission: 'essentials.event.death.location'
  send-location
: true
  drop-economy
:
    enable
: false
    min
: 1.0
    max
: 5.0
  drop-player-head
:
    # enable drop player heads
    enable
: false
    # chance of the drop
    chance
: 0.025
economy
:
  enable
: true
  currency
: "€"
  format
: "#,##0"
  starting-balance
: 0.0
  minimum-payment
: 1.00
  bank
:
    enable
: true
    starting-balance
: 0.0
    minimum-withdraw
: 1.00
    minimum-deposit
: 1.00
homes
:
  # if player has permission: 'essentials.command.sethome.multiple.default'
  default
: 3
  vip
: 6
  staff
: 12
  op
: 9999
levels
:
  # if player has the permission 'essentials.event.level_change'
  # the player will receive particle and sound effects
  level-up
:
    particle
:
      enable
: true
      type
: SOUL
      offsetX
: 0.3
      offsetY
: 0.7
      offsetZ
: 0.3
      count
: 25
    sound
:
      enable
: true
      type
: ENTITY_VEX_AMBIENT
      volume
: 2.5
      pitch
: 1.0
  level-down
:
    particle
:
      enable
: true
      type
: SOUL
      offsetX
: 0.3
      offsetY
: 0.7
      offsetZ
: 0.3
      count
: 25
    sound
:
      enable
: true
      type
: ENTITY_VEX_AMBIENT
      volume
: 2.5
      pitch
: 1.0
message-of-the-day
:
  welcome
:
   - "&6Welcome&f %essentials_display_name%&6 to the server!"
  welcome-back
:
   - "&6Welcome back&f %essentials_display_name%&6!"
    - "&6We missed you!"
  store
:
   - "&6Store:"
    -   "- https://store.your-server.org"
  rules
:
   - "&6Rules:"
    - "&61.&f No server crashing"
    - "&62.&f No griefing"
    - "&63.&f No Monkieng around! uhh?"
  help
:
   - "&6Help:"
    - "- https://store.your-server.org/help"
teleport
:
  delay
: 3
  cancel-on-move
: true
  cancel-on-damage
: true
crops
:
  disable-tramping-farmland
: true
eggs
:
  disable-tramping-turtle-egg
: true
  disable-tramping-sniffer-egg
: true
fire
:
  disable-fire-spread
: true
  disable-lava-fire-spread
: true
physics
:
  disable-redstone
: false
  disable-sculk
: false
  disable-vault
: false
attack
:
  cooldown
:
    enable
: true
    wooden_sword
: 5
    stone_sword
: 5
    iron_sword
: 5
    golden_sword
: 5
    diamond_sword
: 5
    netherite_sword
: 5
    wooden_axe
: 5
    stone_axe
: 5
    iron_axe
: 5
    golden_axe
: 5
    diamond_axe
: 5
    netherite_axe
: 5
projectile
:
  creative
:
    # instant remove on hit if creative
    instant-remove
:
      arrow
: true
      egg
: false
      ender_pearl
: false
      snowball
: false
      spectral_arrow
: true
      potion
: false
      wind_charge
: false
  removal-timer
:
    # if 0 or under it is disabled
    player
:
      arrow
: 30
      egg
: 30
      ender_pearl
: 30
      snowball
: 30
      spectral_arrow
: 30
      potion
: 30
      wind_charge
: 30
    snowman
:
      snowball
: 15
    skeleton
:
      arrow
: 15
    stray
:
      arrow
: 15
    breeze
:
      breeze_wind_charge
: 15
    ghast
:
      fireball
: 15
    ender_dragon
:
      dragon_fireball
: 15
    wither
:
      wither_skull
: 15
  cooldown
:
    # if 0 or under it is disabled
    egg
: 10
    snowball
: 10
    bow
: 5
vanish
:
  # vanished can pick items if sneaking
  sneaking-picks-item
: true
notification
:
  # Permissions
  # essentials.event.block_break.notify
  # essentials.event.bucket_empty.notify
  # essentials.event.block_place.notify
  #
  # Placeholders
  # Player %player%, Material %material%
  # World %world%, X %x%, Y %y%, Z %z%
  enable
: false
  block-break
:
   - DIAMOND_ORE
    - DEEPSLATE_DIAMOND_ORE
    - EMERALD_ORE
    - DEEPSLATE_EMERALD_ORE
    - ANCIENT_DEBRIS
  bucket-empty
:
   - LAVA_BUCKET
  block-place
:
   - TNT
  message
:
   - "&7---------------"
    - "&cDetected
: &f%player%"
    - "&cMaterial
: &f%material%"
    - "&cLocation:"
    - "&cWorld:&f %world% &cX: &f%x% &cY: &f%y% &cZ: &f%z%"
    - "&7---------------"

Code (YAML):
starter:
  price
: 75.0
  cooldown
: 3600
  items
:
    sword
:
      type
: STONE_SWORD
      amount
: 1
      name
: '&6Stone Sword'
      lore
:
       - '&9Kit'
        - '&7- &6Starter'
      enchantments
:
        unbreaking
: 1
    pickaxe
:
      type
: STONE_PICKAXE
      amount
: 1
      name
: '&6Stone Pickaxe'
      lore
:
       - '&9Kit'
        - '&7- &6Starter'
      enchantments
:
        unbreaking
: 1
    axe
:
      type
: STONE_AXE
      amount
: 1
      name
: '&6Stone Axe'
      lore
:
       - '&9Kit'
        - '&7- &6Starter'
      enchantments
:
        unbreaking
: 1
    shovel
:
      type
: STONE_SHOVEL
      amount
: 1
      name
: '&6Stone Shovel'
      lore
:
       - '&9Kit'
        - '&7- &6Starter'
      enchantments
:
        unbreaking
: 1
    steak
:
      type
: COOKED_BEEF
      amount
: 16
food
:
  price
: 25.0
  cooldown
: 1800
  items
:
    steak
:
      type
: COOKED_BEEF
      amount
: 16

Code (YAML):

error
:
  file
:
    exception
: '&cUnable to save&f {0 }&c please try again!'
  target
:
    offline
: ' {0 }&c is currently offline'
    invalid
: ' {0 }&c has never joined'
  world
:
    invalid
: ' {0 }&c does not exists'
  item
:
    invalid
: '&cYou have to hold an item'
  enchantment
:
    invalid
: ' {0 }&c is not an enchantment'
  bank
:
    exists
: ' {0 }&c already exists'
    has
: '&cYou are already in&f {0 }&c bank'
    empty
: '&cYou do not have a bank'
    invalid
: ' {0 }&c does not exist'
  invalid
: '&cServer does not provide this function'
enable
: '&aEnable'
disable
: '&cDisable'
gamemode
:
  adventure
: Adventure
  creative
: Creative
  spectator
: Spectator
  survival
: Survival
  change
: '&6Gamemode&f : {0 }'
  invalid
: ' {0 }&c is not a gamemode'
time
:
  morning
: Morning
  day
: Day
  noon
: Noon
  night
: Night
  midnight
: Midnight
weather
:
  clear
: Clear
  rain
: Rain
  reset
: Default
commands
:
  announcement
: '&6Server&f : {0 }'
  anvil
:
    sender
: '&6You opened anvil for&f {0 }'
    exempt
: '&cYou are not allowed to open anvil for&f {0 }'
  back
:
    exempt
: '&cYou are not allowed to teleport&f {0 }&c back'
  balance
:
    self
: '&6Balance&f:&a {0 }'
    top
:
      title
: '&6Top 10 Balance:'
      listed
: '&6 {0 }&f {1 }&a {2 }'
  ban
:
    success
: '&6You banned&f {0 }&6 for&f {1 } {2 }&6 reason&f : {3 }'
    exempt
: '&cYou are not allowed to ban&f {0 }'
    banned
: ' {0 }&c is already banned'
  bank
:
    accept
:
      target
: ' {0 }&6 accepted bank request'
      sender
: '&6You accepted&f {1 }&6 bank request from&f {0 }'
    cancel
:
      target
: ' {0 }&6 cancelled bank request'
      sender
: '&6You cancelled bank request'
    create
: '&6You created a bank named&f {0 }'
    delete
:
      success
: '&6Your bank has been removed'
      sufficient-funds
: '&cYour bank has&a {0 }&c be sure to withdraw before deleting'
    deny
:
      target
: ' {0 }&6 denied bank request'
      sender
: '&6You denied&f {1 }&6 bank request from&f {0 }'
    deposit
:
      success
: '&6You deposit&a {0 }&6 to bank'
      left
: '&6You now have&a {0 }&6 left in the bank'
      insufficient-funds
: '&cYou do not have&a {0 }&c to deposit'
      minimum
: '&cYou have to deposit at least&a {0 }'
    info
:
      title
: '&6Bank Info:'
      owner
: '&6owner&f : {0 }'
      name
: '&6name&f : {0 }'
      account
: '&6account&f:&a {0 }'
      member
:
        title
: '&6members:'
        listed
: '- {0 } &7 {1 }'
    invite
:
      expired
: '&cBank request has been expired'
      target
:
        notify
: ' {0 }&6 has sent you a bank invite'
        decide
: '&6You can type&a /bank accept&6 or&c /bank deny'
      sender
:
        notify
: '&6You sent a bank invite to&f {0 }'
        decide
: '&6You can type&c /bank cancel&6 to cancel the invite'
      occupied
: '&cYou already sent a bank invite please wait'
      already-has
: ' {0 }&c already has a bank'
    leave
: '&6You left&f {0 }&6 bank'
    rank
:
      set
: ' {0 }&6 bank rank is now&f {1 }'
    remove
: ' {0 }&6 has been removed from bank&f {1 }'
    rename
: '&6Your bank has been renamed to&f {0 }'
    self
: '&6 {0 }&f:&a {1 }'
    top
:
      title
: '&6Top 10 Bank:'
      listed
: '&6 {0 } &f {1 } &a {2 }'
    withdraw
:
      success
: '&6You withdrew&a {0 }&6 from bank'
      left
: '&6You now have&a {0 }&6 left in the bank'
      insufficient-funds
: '&cYou do not have&a {0 }&c to withdraw from bank'
      minimum
: '&cYou have to withdraw at least&a {0 }'
  board
:
    self
: '&6Board is now {0 }'
    other
: ' {0 }&6 board is now {1 }'
    exempt
: '&cYou are not allowed to toggle board for&f {0 }'
  cartography
:
    sender
: '&6You opened cartography table for&f {0 }'
    exempt
: '&cYou are not allowed to open cartography table for&f {0 }'
  color
:
    title
: '&6Minecraft colors:'
    exempt
: '&cYou are not allowed to send color codes for&f {0 }'
  delhome
:
    success
: ' {0 }&6 has been deleted'
    invalid
: ' {0 }&c does not exists'
  delwarp
:
    success
: ' {0 }&6 has been deleted'
    invalid
: ' {0 }&c does not exists'
  eco
:
    reset
: '&6You reset&f {0 }&6 account to&a {1 }'
    add
: '&6You added&a {0 }&6 to&f {1 }'
    remove
:
      success
: '&6You removed&a {0 }&6 from&f {1 }'
      insufficient-funds
: ' {0 }&c does not have&a {1 }'
    set
: '&6You set&a {0 }&6 to&f {1 }'
  enchant
:
    add
: '&6You added&f {0 }&6 with lvl&f {1 }'
    remove
: '&6You removed&f {0 }'
  enchanting
:
    sender
: '&6You opened enchanting table for&f {0 }'
    exempt
: '&cYou are not allowed to open enchanting table for&f {0 }'
  enderchest
:
    title
: ' {0 } Ender Chest'
    exempt
: '&cYou are not allowed to open enderchest from&f {0 }'
  entity
:
    hostile
: ' {0 }&6 hostile is now&f {1 }'
    chunk-limit
: ' {0 }&6 chunk-limit is now&f {1 }'
    disable-spawn
: ' {0 }&6 disable-spawn is now&f {1 }'
    disable-block-form
: ' {0 }&6 disable-block-form is now&f {1 }'
    disable-explode
: ' {0 }&6 disable-explode is now&f {1 }'
    disable-change-block
: ' {0 }&6 disable-change-block is now&f {1 }'
    disable-interact
: ' {0 }&6 disable-interact&f {1 }&6 is now&f {2 }'
    disable-target
: ' {0 }&6 disable-target&f {1 }&6 is now&f {2 }'
    disable-entity-damage
: ' {0 }&6 disable-damage&f {1 }&6 is now&f {2 }'
    disable-hanging-break
: ' {0 }&6 disable-hanging-break&f {1 }&6 is now&f {2 }'
    disable-spawn-reason
: ' {0 }&6 disable-spawn-reason&f {1 }&6 is now&f {2 }'
  exp
:
    self
: '&6Your exp is&f {0 }'
    other
: ' {0 }&6 exp is&f {1 }'
    add
: '&6You added&f {0 }&6 exp to&f {1 }'
    remove
: '&6You removed&f {0 }&6 exp to&f {1 }'
    set
: '&6You set&f {0 }&6 exp to&f {1 }'
  feed
:
    cooldown
: '&cYou have to wait&f {0 }&c seconds'
    success
: '&6Your starvation has been satisfied'
    sender
: '&6You satisfied&f {0 }&6 starvation'
    exempt
: '&cYou are not allowed to satisfy&f {0 }&6 starvation'
  fly
:
    self
: '&6&lFly : {0 }'
    sender
: '&6You {1 } fly for&f {0 }'
    exempt
: '&cYou are not allowed to toggle fly for&f {0 }'
  flyspeed
:
    self
: '&6Your fly speed has changed to&f {0 }'
    target
: ' {0 }&6 changed your flyspeed to&f {1 }'
    sender
: '&6You changed&f {0 }&6 flyspeed to&f {1 }'
    exempt
: '&cYou are not allowed to change flyspeed for&f {1 }'
  freeze
:
    enable
: '&6You froze&f {0 }'
    disable
: '&6You unfroze&f {0 }'
    exempt
: '&cYou are not allowed to freeze&f {0 }'
  gamemode
:
    sender
: '&6You changed&f {0 }&6 gamemode to&f {1 }'
    invalid
: ' {0 }&c is not a gamemode'
    exempt
: '&cYou are not allowed to change gamemode for&f {0 }'
  give
: '&6You gave&f {0 } {1 } {2 }'
  grindstone
:
    sender
: '&6You opened grindstone for&f {0 }'
    exempt
: '&cYou are not allowed to open grindstone for&f {0 }'
  hat
:
    success
: '&6You are now wearing&f {0 }'
    occupied
: '&6You are already wearing&f {0 }'
    target
:
      success
: ' {0 }&6 is now wearing&f {1 }'
      occupied
: ' {0 }&c is already wearing&f {1 }'
    exempt
: '&cYou are not allowed to change hat for&f {0 }'
  heal
:
    cooldown
: '&cYou have to wait&f {0 }&c seconds'
    success
: '&6Your health has been satisfied'
    sender
: '&6You satisfied&f {0 }&6 health'
    exempt
: '&cYou are not allowed to satisfy&f {0 }&6 health'
  help
:
    sender
: '&6You sent help message to&f {0 }'
    exempt
: '&cYou are not allowed to send help message to&f {0 }'
  home
:
    invalid
: ' {0 }&c does not exists'
  homes
:
    empty
: '&cYou do not have any homes yet'
    title
: '&6Homes:'
    listed
: '- {0 }'
    delete
: '&6You deleted&f {0 }&6 of&f {1 }'
    invalid
: ' {0 }&c does not have&f {1 }&c as home'
    teleport
: '&6Teleporting to&f {0 }&6 of&f {1 }'
  information
:
    title
: '&6Information:'
    name
: '&6name&f : {0 }'
    account
: '&6account&f:&a {0 }'
    bank
:
      name
: '&6bank-name&f : {0 }'
      owner
: '&6bank-owner&f : {0 }'
      account
: '&6bank-account&f:&a {0 }'
      member
:
        title
: '&6bank-member:'
        listed
: '- {0 }'
    homes
: '&6homes&f : {0 }'
    listed
: '- {0 }'
    muted
: '&6muted&f : {0 }'
    frozen
: '&6frozen&f : {0 }'
    jailed
: '&6jailed&f : {0 }'
    pvp
: '&6pvp&f : {0 }'
    banned
: '&6banned&f : {0 }'
    ban-reason
: '&6ban-reason&f : {0 }'
    ban-expire
: '&6ban-expire&f : {0 }'
    vanished
: '&6vanished&f : {0 }'
    last-online
: '&6last-online&f : {0 }'
    join-location
: '&6join-location&f:&7 World:&f {0 }&7 X:&f {1 }&7 Y:&f {2 }&7 Z:&f {3 }'
    quit-location
: '&6quit-location&f:&7 World:&f {0 }&7 X:&f {1 }&7 Y:&f {2 }&7 Z:&f {3 }'
    uuid
: '&6uuid&f : {0 }'
  inventory
:
    self
: '&cYou can not open an inventory of your own'
    exempt
: '&cYou are not allowed to open&f {0 }&6 inventory'
    title
: ' {0 } inventory'
  jail
:
    toggle
: ' {0 }&6 jailed is now {1 }'
    invalid
: '&cJail has not been set'
    exempt
: '&cYou are not allowed to jail&f {0 }'
  kit
:
    title
: '&6Kits:'
    listed
: '- {0 }'
    empty
: '&cKits are currently empty'
    received
: '&6You received&f {0 }&6 kit'
    insufficient-funds
: '&cYou do not have&a {0 }&c to receive the&f {1 }&c kit'
    cooldown
: '&cYou have to wait&f {0 }&c seconds'
    invalid
: ' {0 }&c does not exists'
    sender
: '&6You gave&f {0 }&6 kit to&f {1 }'
    exempt
: '&cYou are not allowed to give kits to&f {0 }'
  loom
:
    sender
: '&6You opened loom for&f {0 }'
    exempt
: '&cYou are not allowed to open loom for&f {0 }'
  lvl
:
    self
: '&6Your lvl is&f {0 }'
    other
: ' {0 }&6 lvl is&f {1 }'
    add
: '&6You added&f {0 }&6 lvl to&f {1 }'
    remove
: '&6You removed&f {0 }&6 lvl to&f {1 }'
    set
: '&6You set&f {0 }&6 lvl to&f {1 }'
  motd
:
    invalid
: ' {0 }&c does not exist'
    exempt
: '&cYou are not allowed to send motd to&f {0 }'
  mute
:
    enable
: '&6You muted&f {0 }'
    disable
: '&6You unmuted&f {0 }'
    exempt
: '&cYou are not allowed to mute&f {0 }'
  nickname
:
    self
: '&6You changed your nickname to&f {0 }'
    sender
: '&6You changed&f {0 }&6 nickname to&f {1 }'
    exempt
: '&cYou are not allowed to change nickname for&f {0 }'
  pay
:
    target
: '&6You received&a {0 }&6 from&f {1 }'
    sender
: '&6You paid&f {0 }&a {1 }'
    insufficient-funds
: '&cYou do not have&a {0 }&c to pay&f {1 }'
    minimum-payment
: '&cYou have to at least pay&a {0 }'
    self
: '&cYou can not pay your self'
  points
:
    self
: '&6Points&f:&b {0 }'
    top
:
      title
: '&6Top 10 Points:'
      listed
: '&6 {0 }&f {1 }&b {2 }'
    check
: ' {0 }&6 has&b {1 }&6 points'
    add
: '&6You added&b {0 }&6 points to&f {1 }'
    remove
:
      success
: '&6You removed&b {0 }&6 points from&f {1 }'
      insufficient-points
: ' {0 }&c does not have&b {1 }&c points'
    set
: '&6You set&b {0 }&6 points to&f {1 }'
    pay
:
      success
: '&6You paid&f {0 }&b {1 }&6 points'
      insufficient-points
: '&cYou do not have&b {0 }&c points'
  pvp
:
    self
: '&6&lPVP : {0 }'
    sender
: '&6You {1 } pvp for&f {0 }'
    exempt
: '&cYou are not allowed to toggle pvp for&f {0 }'
  repair
:
    damaged
: '&6You repaired&f {0 }'
    non-damaged
: ' {0 }&c is already fully repaired'
    cooldown
: '&cYou have to wait&f {0 }&c seconds'
  respond
:
    target
: '&7 {0 } > You&f : {1 }'
    sender
: '&7You > {0 }&f : {1 }'
    notify
: '&7 {0 } > {1 }&f : {2 }'
    invalid
: '&cYou do not have a recent whisper'
  rtp
:
    cooldown
: '&cYou have to wait&f {0 }&c seconds'
    sender
: '&6You teleported&f {0 }&6 to a random location'
    exempt
: '&cYou are not allowed to rtp&f {0 }'
    post-teleport
: '&6Finding locations ...'
    liquid
: '&cFinding new location due to liquid block'
    teleport
: '&6Teleporting to&f random'
  rules
:
    sender
: '&6You sent rules message to&f {0 }'
    exempt
: '&cYou are not allowed to send rules to&f {0 }'
  sell
:
    sellable
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    unsellable
: ' {0 }&c is not able to sell'
    insufficient
: '&cYou do not have enough&f {0 }'
  sethome
:
    success
: ' {0 }&6 has been set'
    limit-reached
: '&cYou have reached your limit of&f {0 }&c homes'
    bed
: '&cYou can not sethome for&f bed'
  setjail
:
    relocated
: '&6Jail has been relocated'
    set
: '&6Jail has been set'
  setspawn
:
    relocated
: '&6Spawn has been relocated'
    set
: '&6Spawn has been set'
  setwarp
:
    relocated
: ' {0 }&6 has been relocated'
    set
: ' {0 }&6 has been set'
  setworth
:
    enable
: ' {0 }&6 is now&a {1 }'
    disable
: ' {0 }&6 is now worthless'
  skull
:
    received
: '&6You received&f {0 }&6 skull'
    sender
: '&6You gave&f {0 }&6 a&f {1 }&6 skull'
    invalid
: ' {0 }&c does not exist'
  smithing
:
    sender
: '&6You opened smithing table for&f {0 }'
  spawn
:
    invalid
: '&cSpawn has not been set'
    exempt
: '&cYou are not allowed to tp&f {0 }&c to spawn'
  spawner
:
    info
:
      title
: '&6Spawner info:'
      entity-type
: '&6entity-type&f : {0 }'
      spawn-count
: '&6spawn-count&f : {0 }'
      delay
: '&6delay&f : {0 }'
      max-spawn-delay
: '&6max-spawn-delay&f : {0 }'
      min-spawn-delay
: '&6min-spawn-delay&f : {0 }'
      spawn-range
: '&6spawn-range&f : {0 }'
      non-spawner
: '&cYou have to look at a&f Spawner'
      invalid
: '&cYou have to look at a block at least 1 block away'
    set
:
      entity-type
: '&6Spawner entity type is now set to&f {0 }'
      spawn-count
: '&6Spawner spawn count is now set to&f {0 }'
      max-spawn-delay
: '&6Spawner max spawn delay is now set to&f {0 }'
      min-spawn-delay
: '&6Spawner min spawn delay is now set to&f {0 }'
      spawn-range
: '&6Spawner spawn range is now set to&f {0 }'
    give
: '&6You gave&f {0 } {1 } {2 }&6 spawner'
  stonecutter
:
    sender
: '&6You opened stonecutter for&f {0 }'
    exempt
: '&cYou are not allowed to open stonecutter for&f {0 }'
  store
:
    sender
: '&6You sent store message to&f {0 }'
    exempt
: '&cYou are not allowed to send store to&f {0 }'
  time
:
    set
: '&6Your time is set to&f {0 }'
    add
: '&6Your time has added&f {0 }'
    remove
: '&6Your time has removed&f {0 }'
    reset
: '&6Your time has been reset'
    other
:
      set
: ' {0 }&6 set time to&f {1 }'
      add
: ' {0 }&6 added&f {1 } time'
      remove
: ' {0 }&6 removed&f {1 }&6 time'
      reset
: ' {0 }&6 time has been reset'
    exempt
: '&cYou are not allowed to change time for&f {0 }'
  tpaccept
:
    tpa
:
      target
: ' {0 }&6 accepted tpa request'
      sender
: '&6You accepted tpa request from&f {0 }'
    tpahere
:
      target
: ' {0 }&6 accepted tpahere request'
      sender
: '&6You accepted tpahere request from&f {0 }'
    invalid
: '&cYou do not have any tpa requests'
  tpa
:
    expired
: '&cTeleport request has been expired'
    target
:
      notify
: ' {0 }&6 has sent you a tpa request'
      decide
: '&6You can type&a /tpaccept&6 or&c /tpdeny'
    sender
:
      notify
: '&6You sent a tpa request to&f {0 }'
      decide
: '&6You can type&c /tpcancel&6 to cancel tpa request'
    occupied
: '&cYou already sent a tpa request please wait'
    request-self
: '&cYou can not send tpa request to your self'
  tpahere
:
    expired
: '&cTeleport request has been expired'
    target
:
      notify
: ' {0 }&6 has sent you a tpahere request'
      decide
: '&6You can type&a /tpaccept&6 or&c /tpdeny'
    sender
:
      notify
: '&6You have sent a tpahere request to&f {0 }'
      decide
: '&6You can type&c /tpcancel&6 to cancel the request'
    occupied
: '&cYou already sent a tpahere request please wait'
    request-self
: '&cYou can not send tpahere request to your self'
  tpcancel
:
    target
: ' {0 }&6 cancelled teleport request'
    sender
: '&6You cancelled teleport request'
    invalid
: '&cYou have not sent any teleport request'
  tp
:
    exempt
: '&cYou are not allowed to teleport to&f {0 }'
  tpdeny
:
    target
: ' {0 }&6 denied teleport request'
    sender
: '&6You denied teleport request from&f {0 }'
    invalid
: '&cYou do not have any teleport request'
  tphere
:
    sender
: '&6Teleporting&f {0 }&6 to you'
    exempt
: '&cYou are not allowed to teleport&f {0 }'
  unban
:
    banned
: ' {0 }&6 is no longer banned'
    unbanned
: ' {0 }&c is not banned'
  vanish
:
    sender
: ' {0 }&6 vanish is now {1 }'
    exempt
: '&cYou are not allowed to toggle vanish for&f {0 }'
  walkspeed
:
    changed
: '&6You changed your walkspeed to&f {0 }'
    sender
: '&6You changed&f {0 }&6 walkspeed to&f {1 }'
    exempt
: '&cYou are not allowed to change walkspeed for&f {0 }'
  warp
:
    title
: '&6Warps:'
    listed
: '- {0 }'
    empty
: '&cWarps are currently empty'
    sender
: '&6You warped&f {0 }&6 to&f {1 }'
    invalid
: ' {0 }&c does not exists'
    exempt
: '&cYou are not allowed to warp&f {0 }'
  weather
:
    self
: '&6Your weather is set to&f {0 }'
    other
: ' {0 }&6 weather is set to&f {1 }'
    exempt
: '&cYou are not allowed to change weather for&f {0 }'
  whisper
:
    target
: '&7 {0 } > You&f : {1 }'
    sender
: '&7You > {0 }&f : {1 }'
    notify
: '&7 {0 } > {1 }&f : {2 }'
  workbench
:
    sender
: '&6You opened workbench for&f {0 }'
    exempt
: '&cYou are not allowed to open workbench for&f {0 }'
  worth
:
    listed
: ' {0 }&6 is worth&a {1 }'
    unlisted
: ' {0 }&c is not sellable'
events
:
  vanish
: '&6&lVanish&f : {0 }'
  breed
: ' {0 }&c has reached chunk limit of&f {1 }'
  entity-place
: ' {0 }&c has reached chunk limit of&f {1 }'
  teleport
:
    post
: '&6Teleporting in&f {0 }&6 seconds'
    success
: '&6Teleporting to&f {0 }'
    has-task
: '&cYou can not teleport twice you have to wait'
  pvp
:
    self
: '&cYour PVP is Disabled'
    target
: ' {0 }&c PVP is Disabled'
  death
: '&cYou lost&a {0 }&c {1 }'
  gamemode
:
    change
: '&6Your gamemode has changed to&f {0 }'
    notify
: ' {0 }&6 changed gamemode to&f {1 }'
  move
: '&cYou moved before teleporting!'
  damage
: '&cYou got damaged before teleporting!'
  respawn
:
    title
: '&6Death location&f:'
    location
: '&6World&f : {0 }&6 X&f : {1 }&6 Y&f : {2 }&6 Z&f : {3 }'
  quit
:
    notify
: ' {0 }&7 left the Server'
  join
:
    notify
: ' {0 }&7 joined the Server'
    vanished
: ' {0 }&6 joined while vanished'
  login
:
    banned
: '&cReason&f : {0 }&c, Expires&f : {1 }'

 

Code (YAML):
enable : false
tick
: 20
title
: '&6&lStats'
lines
:
- '&ename&f
: %essentials_display_name%'
- '&erank&f
: %vault_prefix%%vault_rank%%vault_suffix%'
- '&ecoins&f:&a € %vault_eco_balance_formatted%'
worlds
:
  world
:
    tick
: 20
    title
: '&6&lStats'
    lines
:
    - '&ename&f
: %essentials_display_name%'
    - '&erank&f
: %vault_prefix%%vault_rank%%vault_suffix%'
    - '&ecoins&f:&a € %vault_eco_balance_formatted%'
  test
:
    tick
: 20
    title
: '&6&lStats'
    lines
:
    - '&ename&f
: %essentials_display_name%'
    - '&erank&f
: %vault_prefix%%vault_rank%%vault_suffix%'
    - '&ecoins&f:&a € %vault_eco_balance_formatted%'

Code (YAML):
enable : false
tick
: 20
name
: ' %vault_prefix%%essentials_display_name%%vault_suffix%'
header
:
  lines
:
 - '&6 --------&l [&e&lplay.yourserver.org&6&l ]&6 --------'
footer
:
  lines
:
 - '&6 --------&l [&f %essentials_online_players%&e/&f%server_max_players%&6&l]&6--------'
worlds
:
  world
:
    tick
: 20
    name
: ' %vault_prefix%%essentials_display_name%%vault_suffix%'
    header
:
      lines
:
     - '&6 --------&l [&e&lplay.yourserver.org&6&l ]&6 --------'
    footer
:
      lines
:
     - '&6 --------&l [&f %essentials_online_players%&e/&f%server_max_players%&6&l]&6--------'
  test
:
    tick
: 20
    name
: ' %vault_prefix%%essentials_display_name%%vault_suffix%'
    header
:
      lines
:
     - '&6 --------&l [&e&lplay.yourserver.org&6&l ]&6 --------'
      - '&etime&f
: %server_time_hh mm ss%&e, date&f: %server_time_dd MM yyyy%'
      - '&etps&f
: %server_tps%&f'
    footer
:
      lines
:
      - '&echunks&f
: %server_total_chunks%&e, entities&f: %server_total_living_entities%&e/&f%server_total_entities%'
      - '&eram&f
: %server_ram_used%&e/&f%server_ram_max%'
      - '&euptime&f
: %server_uptime%'
      - '&6 --------&l [&f %essentials_online_players%&e/&f%server_max_players%&6&l]&6--------'

Code (YAML):
Chest : eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDliMjk4M2MwMWI4ZGE3ZGMxYzBmMTJkMDJjNGFiMjBjZDhlNjg3NWU4ZGY2OWVhZTJhODY3YmFlZTYyMzZkNCJ9fX0=
Barrel
: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmE1MDIwY2VjYjAzODg0NzQ2ZWNlNzE2N2E2YWVlOWNiOGM3Y2U1ZDNkYzlkZWNiYzM2OTBiMjIyYzZlMjEyZSJ9fX0=
Raw_Copper
: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDY3YzVlOGMzYTIwOGRhN2Y3ODBiMzQwY2VmMjI2NDJkNTVlMDA0NzJkMzY5M2IzNDg2ZDcxNDVkNDk5NzBiYiJ9fX0=
Raw_Iron
: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODE0MmU3ODgyNzU3ZTBmMzNiZjc0NGI2ZTJhYzdlN2I4NWY1ZjFlNmYyZTJjZDY1NThlZjA4NzNiYTQ2YThmMSJ9fX0=
Raw_Gold
: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWI2OTk2NzE2M2M3NDNkZGIxZjA4MzU2Njc1NzU3NmI5ZTYzYWMzODBjYzE1MGY1MThiMzNkYzRlOTFlZjcxMiJ9fX0=
Deep_Diamond_Ore
: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTgyODUyMmU4NjgwYzU1YjJmZTViOWJjZmM4YWQwNmUzMzIzZjk3ODNkODM1MWNhNTBlZGViNDMxZTYzMTkwZiJ9fX0=
Deep_Emerald_Ore
: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTE4ZGZjYTY2ZTQ5N2Y2MjQxZGI2YjFmMmRmZTEzNTMwOWE1NjZjZDZjMDc3NWE5Y2E1NWU1ZmFlZTBjNjA1YSJ9fX0=
Resource Information
Author:
----------
Total Downloads: 2,789
First Release: Oct 28, 2024
Last Update: Feb 13, 2025
Category: ---------------
All-Time Rating:
6 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings