############################################################ # +------------------------------------------------------+ # # | Introduction | # # +------------------------------------------------------+ # ############################################################ # This is the config file for Server Essentials. # This config was generated for version 2.4.7<br /> # If you experience any issues please make sure that:- # - Numeric values don't include any quotation marks or apostrophes. # - All words that change text in game include quotation marks. # - Don't change any words present before the ':'. ############################################################ # +------------------------------------------------------+ # # + Server Essentials (Global) + # # +------------------------------------------------------+ # ############################################################ # Changes the prefix that appears at the start of every message and command. prefix: "[Server Essentials]" # Enable or Disable the Update Checker Messages that appear in-game # Default: true update-checker: true # Enable or Disable the Join Message # Default: true enable-join-message: true # Enable or Disable the Leave Message # Default: true enable-leave-message: true # Enable or Disable the First Time Join Message # Default: true enable-first-time-join-message: true # Enable or Disable the Staff Join Message # Default: true enable-staff-join-message: true # Enable or Disable the Staff Leave Message # Default: true enable-staff-leave-message: true # Enable to send players to the Newbie Spawn upon Joining for the First Time # If a Newbie Spawn isn't set, this will send players to the main Spawn # Default: true spawn-on-first-join: true # Enable to send players to the Spawn upon Joining # Default: false spawn-on-join: false # Enable to send players to the Spawn upon Dying # Default: true spawn-on-death: true # Remove all Potion Effects when using /heal # Default: false remove-effects-on-heal: false # Feed Player when using /heal # Default: false feed-on-heal: false # Enter a name in between the quotations to enable or leave empty to disable # This will be used to send a message in the 'staff-chat-channel-name', 'report-user-channel-name' and 'report-bug-channel-name' on Discord server-name: "" # How long Players have to wait until they can use the Repair Command again # Set to 0 to Disable # Restart Required # Default: 30 repair-cooldown: 30 # How long Players have to wait until they can use the Heal Command again # Set to 0 to Disable # Restart Required # Default: 30 heal-cooldown: 30 # How long Players have to wait until they can use the Feed Command again # Set to 0 to Disable # Restart Required # Default: 30 feed-cooldown: 30 # How Long Players have to be inactive before automatically turning AFK # Default: 300 (5 Minutes in Seconds) afk-timer: 300; # Near Range # How many Blocks the /near command should search for nearby players # Default: 200 Blocks near-range: 200 # Determine the amount of slots inside the Trash GUI # Minimum: '9' # Default: 27 trash-gui-size: 27 # Determine whether you'd like messages to play a sound, and if so, which sound. # Default: true # msgsoundName: block.note_block.bell # msgsoundVolume: 1.0 # msgsoundPitch: 2.0 msgsound: true msgsoundName: block.note_block.bell msgsoundVolume: 1.0 msgsoundPitch: 2.0 # List Commands Below that you would like to be Disabled # Make sure each command is on a new line with - at the start # See example below: # - message disabled-commands: - empty ############################################################ # +------------------------------------------------------+ # # + Server Essentials (Broadcast) + # # +------------------------------------------------------+ # ############################################################ # Enable the Broadcasting function. # Default: false broadcast: false # Add Broadcast Messages Here # Make sure to use the Format [- "(messagehere)"] on each line to add a new message into the cycle. broadcast-messages: - "Test Broadcast" - "Test Broadcast 2" # Ticks Between Each Message # 20 Ticks = 1 Second # Default: 1000 broadcast-delay: 1000 # Change the Minimum Amount Of Players Online for the Broadcast System to run # Can be useful to reduce spamming console with no one online # Default: 1 broadcast-min-players: 1 ############################################################ # +------------------------------------------------------+ # # + Server Essentials (MOTD) + # # +------------------------------------------------------+ # ############################################################ # Enable the MOTD Message Upon Joining # Default: true enable-motd: true # How long the Plugin will wait until the MOTD is sent to the player after joining (in Seconds) # Default: 5 motd-delay: 5 # Change the Messaging for the MOTD motd-message: - "-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-" - "&bThis Server uses Server Essentials!" - "&aDownload the Plugin Today!" - "-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-" ############################################################ # +------------------------------------------------------+ # # + Server Essentials (Discord) + # # +------------------------------------------------------+ # ############################################################ # Enable Discord Integration for the Report Commands. # Default: false enable-report-discord-integration: false # Enable Discord Integration for Staff Chat. # Default: false enable-staff-discord-integration: false # Change the name of the Discord Channel where staff chat messages are sent. # This name will have to be entered into the DiscordSRV config.yml File. # ["staff-chat": "000000000000000000"] as an example. staff-chat-channel-name: staff-chat # Change the name of the Discord Channel where report notifications are sent. # This name will have to be entered into the DiscordSRV config.yml File. # ["report-user": "000000000000000000"] as an example. report-user-channel-name: report-user # Change the name of the Discord Channel where report notifications are sent. # This name will have to be entered into the DiscordSRV config.yml File. # ["report-bug": "000000000000000000"] as an example. report-bug-channel-name: report-bug # Adds a message that is pasted before the Report Command Embed Message is sent # Useful for pinging a group with all Staff Members inside when a Report is sent # Please make sure to paste the Group ID into the quotations for this to work correctly # To disable this leave the contents within the "" blank # Make sure to go to the DiscordSRV config.yml file and change 'DiscordChatChannelAllowedMentions' to include 'role' within the [] group-id: "" ############################################################ # +------------------------------------------------------+ # # + Server Essentials (Spawn) + # # +------------------------------------------------------+ # ############################################################ # How many Seconds the Player has to wait before they are teleported to Spawn # Set to '0' to Disable # Default: 5 spawn-teleport: 5 # Enable or Disable the ability to stop Teleportation when the Player Moves # Only works if 'spawn-teleport' is higher than 0 # Default: true spawn-movement-cancel: true ############################################################ # +------------------------------------------------------+ # # + Server Essentials (Warp) + # # +------------------------------------------------------+ # ############################################################ # Enable or Disable the Warp GUI # Default: true enable-warp-gui: true # Determine the amount of slots inside the Warp GUI # Minimum: '9' # Default: 9 warp-gui-size: 9 # Change the Item that shows for Warps in the Warp GUI warp-item: DIAMOND_BLOCK # Change the Colour of Warp Names in the Warp GUI # Please use Colour Codes warp-name-colour: "&a" # Enable Subtitle Text on screen when teleporting to a Warp # Default: false enable-warp-subtitle: false # How many Seconds the Player has to wait before they are teleported to a Warp (in Seconds) # Set to '0' to Disable # Default: 5 warp-teleport: 5 # Enable or Disable the ability to stop Warping when the Player Moves # Only works if 'warp-teleport' is higher than 0 # Default: true warp-movement-cancel: true # Enable Blacklisted World Feature for Warps # Default: False enable-warp-blacklist: false # Blacklist Worlds where Player's cannot create Warps warp-blacklist: - world ############################################################ # +------------------------------------------------------+ # # + Server Essentials (Home) + # # +------------------------------------------------------+ # ############################################################ # Enable or Disable the Home GUI # Default: true enable-home-gui: true # Determine the amount of slots inside the Home GUI # Minimum: '9' # Default: 9 home-gui-size: 9 # Change the Item that shows for Homes in the Home GUI home-item: RED_BED # Change the Colour of Home Names in the Home GUI # Please use Colour Codes home-name-colour: "&a" # Enable Subtitle Text on screen when teleporting to Home # Default: false enable-home-subtitle: false # Default Home Count # Default: 3 default-home-count: 3 # How many Seconds the Player has to wait before they are teleported to Home (in Seconds) # Set to '0' to Disable # Default: 5 home-teleport: 5 # Enable or Disable the ability to stop Teleportation when the Player Moves # Only works if 'home-teleport' is higher than 0 # Default: true home-movement-cancel: true # Enable Blacklisted World Feature for Homes # Default: false enable-home-blacklist: false # Blacklist Worlds where Player's cannot set homes # Default: False home-blacklist: - world ############################################################ # +------------------------------------------------------+ # # + Server Essentials (Teleport) + # # +------------------------------------------------------+ # ############################################################ # Enable Blacklisted World Feature for Teleporting to Players # Default: False enable-teleport-blacklist: false # Blacklist Worlds where Player's cannot teleport to other Players teleport-blacklist: - world # Enable Teleporting in Blacklisted World if both players are in the world # Default: False enable-teleport-in-world: false # How long until Teleport Requests Timeout (in Seconds) # Default: 30 teleport-cancel: 30 # How many Seconds the Player has to wait before they are teleported to someone (in Seconds) # Set to '0' to Disable # Default: 5 teleport-wait: 5 # Enable or Disable the ability to stop Teleportation when the Player Moves # Only works if 'teleport-wait' is higher than 0 # Default: true teleport-movement-cancel: true # Choose whether Player should teleport to location after 'teleport-wait' timer has finished # or if the Player should teleport to location as soon as the Teleport Request was accepted # Only works if `teleport-wait` is higher than 0 # Default: true teleport-after-wait-location: true # How long Players have to wait until they can use the Teleport Command again (in Seconds) # Set to 0 to Disable # Restart Required # Default: 30 tp-cooldown: 30 ############################################################ # +------------------------------------------------------+ # # + Server Essentials (Back) + # # +------------------------------------------------------+ # ############################################################ # Enable or Disable Saving Location when teleporting to someone # Default: true teleport-save: true # Enable or Disable Saving Location when teleport to your Home # Default: true home-save: true # Enable or Disable Saving Location when warping to a Warp # Default: true warp-save: true # Enable or Disable Saving Location when teleporting to Spawn # Default: true spawn-save: true # Enable or Disable Saving Location upon Death # Default: true death-save: true # Enable or Disable Saving Location upon changing World # Default: true world-save: true # Enable Blacklisted World Feature for the Back Command # Default: False enable-back-blacklist: false # Blacklist Worlds where Player's cannot use /back back-blacklist: - world # How long Players have to wait until they can use the Back Command again (in Seconds) # Set to 0 to Disable # Restart Required # Default: 30 back-cooldown: 30 # How many Seconds the Player has to wait before they are returned to their previous location (in Seconds) # Set to '0' to Disable # Default: 5 back-teleport: 5 # Enable or Disable the ability to stop Teleportation when the Player Moves # Only works if 'back-teleport' is higher than 0 # Default: true back-movement-cancel: true ############################################################ # +------------------------------------------------------+ # # + Server Essentials (Fly) + # # +------------------------------------------------------+ # ############################################################ # Enable Blacklisted World Feature for the Fly Command # Default: False enable-fly-blacklist: false # Blacklist Worlds where Player's cannot use /fly fly-blacklist: - world ############################################################ # +------------------------------------------------------+ # # + Server Essentials (Eco) + # # +------------------------------------------------------+ # ############################################################ # Enable or Disable the ServerEssentials Economy Implementation (Requires Restart) # Requires Vault # Default: true enable-eco: true # The Balance that all Players will have upon joining the server, also affecting the </eco reset> command. # Default: 0 start-balance: 0 # Set this to the Currency Symbol you would like to use. # Default: $ currency-symbol: '$' # Set this to the Plural Name you would like for your currency. # Default: Dollars currency-name-plural: "Dollars" # Set this to the Singular Name you would like for your currency. # Default: Dollar currency-name-singular: "Dollar"
no-permission-message: You do not have the required permission (<permission>) to run this command. plugins-command: Hah! Nice try... command-timeout: You cannot use this command for another <time> Seconds player-offline: Player does not exist! target-offline: Target is offline all-offline: There are no players online console-invalid: You cannot execute this command in Console invalid-player: You are not a player invalid-time: '&cThis duration is invalid' incorrect-format: Incorrect format! Please use &6<command> target-self: You cannot target yourself. first-time-join: Welcome <player> to the Server! join-symbol: '&6[&a+&6] &f<player>' leave-symbol: '&6[&c-&6] &f<player>' staff-join-message: '&d(&5&lStaff&d) <player> &7has joined the game' staff-leave-message: '&d(&5&lStaff&d) <player> &7has quit the game' website-command: Website Command discord-command: Discord Command youtube-command: YouTube Command twitch-command: Twitch Command gui-confirm-name: '&aYes' gui-deny-name: '&cNo' afk-active: You are now AFK afk-inactive: You are no longer AFK back-previous-location: Teleported to previous location back-no-location: You have no location to return to back-blacklisted-world: Cannot use Back Command in a Blacklisted World back-movement-cancel: Teleportation to previous location cancelled due to Movement back-wait-message: Teleporting to previous location in <time> Seconds clear-chat: |- &6|-------------------+====+-------------------| &cThe chat has been cleared by a staff member. &6|-------------------+====+-------------------| clear-success: Inventory cleared clear-target-success: <target>(s) inventory has been cleared clear-entity: '&cCleared <amount> entities!' pay-toggle-enabled: Players can no longer pay you pay-toggle-disabled: Players can now pay you pay-disabled: That player has paying disabled hidebalance-toggle-enabled: Players can no longer see your balance hidebalance-toggle-disabled: Players can now see your balance hidebalance-view: That player's balance cannot be viewed eco-receive: '&aYou have received &e<amount> &afrom &b<player>. &aYou now have: &e<balance>' eco-insufficient: '&cYou do not have enough money to send.' eco-invalid: '&cAmount is &60 or less.' eco-balance: '&aBalance: &e<balance>' eco-balance-target: '&b<player>''s &aBalance: &e<balance>' eco-pay: '&aPaid &b<player> &e<amount>. &aThey now have: &e<balance>' eco-baltop: '&6---- Top Balances ----' eco-baltop-empty: '&6No player balances can be found.' eco-baltop-player: '&e<number>. <player>: &a<balance>' eco-give: '&aDeposited &e<amount> &ainto &b<player>''s &abalance. New Balance: &e<balance>' eco-give-all: '&aDeposited &e<amount> &ainto &beveryone''s &abalance.' eco-take: '&aTaken &e<amount> &afrom &b<player>''s &abalance. New Balance: &e<balance>' eco-take-all: '&aTaken &e<amount> &afrom &beveryone''s &abalance.' eco-take-target: '&b<player> &ahas taken &e<amount>. New Balance: &e<balance>' eco-set: '&aSet &b<player>''s &abalance to &e<balance>' eco-set-all: '&aSet &beveryone''s &abalance to &e<balance>' eco-set-target: '&aYour balance has been set to &e<balance> &aby &b<player>' eco-reset: '&aReset &b<player>''s &abalance to &e<balance>' eco-reset-all: '&aReset everyone''s &abalance to &e<balance>' eco-reset-target: '&aYour balance has been reset by &b<player> &ato &e<balance>' enderchest-target-is-sender: Do /ec to access your own Enderchest enderchest-open-success: Opened <target>(s) Enderchest freeze-target: <player> has been frozen unfreeze-target: <player> has been unfrozen freeze-message: You cannot move as you are frozen feed-sender-message: You have fed <target> feed-target-message: You have been fed by <sender> feed-self: You have fed yourself fly-enabled: Flying enabled fly-disabled: Flying disabled fly-target-enabled: <target> can now fly fly-target-disabled: <target> can no longer fly fly-blacklisted-world: Cannot use Fly Command in a Blacklisted World fire-success-self: '&6You have set yourself on fire for &c<time> seconds' fire-success-target: '&6You have set &c<target> &6on fire for &c<time> seconds' fire-receive-target: '&6You have been set on fire by &c<player> &6for &c<time> seconds' gamemode-creative-self: You are now in Creative gamemode-creative-target: Set <target> into Creative gamemode-survival-self: You are now in Survival gamemode-survival-target: Set <target> into Survival gamemode-spectator-self: You are now in Spectator gamemode-spectator-target: Set <target> into Spectator gamemode-adventure-self: You are now in Adventure gamemode-adventure-target: Set <target> into Adventure god-enabled: Godmode Enabled god-disabled: Godmode Disabled god-enabled-target: Godmode Enabled for <target> god-disabled-target: Godmode Disabled for <target> god-target-is-sender: Use /god to set yourself into Godmode hat-success: You are now wearing <hat> hat-invalid: You can't wear that! heal-self: You have healed yourself heal-target: You have healed <target> heal-target-message: You have been healed by <sender> home-deletion-success: Home <home> has been successfully deleted target-home-deletion-success: <target>(s) Home has been successfully deleted home-set-success: Successfully set home location home-blacklisted-world: You cannot set a Home in a Blacklisted World home-world-invalid: World isn't loaded! home-max-homes: 'You cannot set any more homes (Max Homes: <max>)' home-subtitle: Successfully teleported to <home> home-message: Successfully teleported to <home> home-wait-message: Teleporting to <home> in <time> Seconds target-home-wait-message: Teleporting to <target>(s) Home in <time> Seconds home-invalid: Home &6<home> &fdoesn't exist or is invalid home-file-error: home.yml file is empty or null home-gui-name: Home GUI target-home-gui-name: <target>(s) Home List delete-home-gui-name: Delete Home &6<home>? target-delete-home-gui-name: Delete <target>(s) Home &6<home>? home-gui-left-click: Click to teleport to <home> home-gui-right-click: Right Click to Delete Home no-homes-set: No Homes have been set no-homes-set-target: <target> hasn't set any Homes home-gui-error: GUI Size is too small, increase the value in Config! home-teleport-target: You have teleported to <target>(s) home home-movement-cancel: Teleportation to Home cancelled due to Movement listhomes-self: To check your Homes, type /home sendhome-target: You have been teleported to your home sendhome-player: Teleported <target> to their home hurt-target: <target> was hurt for <damage> damage points hurt-invalid-number: <damage> is not a valid number invsee-target-is-sender: You cannot open your own inventory invsee-armor-gui: Equipped Armor kill-self: You just killed yourself kill-target: You just killed <target> list-message: '&6There are &c<amount> &6out of a maximum &c<total> &6players online.' lore-invalid-item: Please hold a valid item to set the lore lore-reset-invalid-item: Please hold a valid item to reset the lore lore-successful: Successfully set item lore as <lore> lore-reset-successful: Successfully reset item lore mute-sender: '&7You just &cmuted &e<target> &7for &6<time>' mute-target: '&7You just got &cmuted &7by &e<target> &7for &6<time>' mute-bypass: '&7This player cannot be muted.' unmute-sender: '&7You just &aunmuted &e<target>' unmute-target: '&7You just got &aunmuted &7by &e<target>' mute-message: '&cYou are muted! Time left: <time>' message-self: You cannot message yourself message-disabled: That person has messaging disabled message-toggle-enabled: Incoming Messages have been Disabled message-toggle-disabled: Incoming Messages have been Enabled message-sender: '&eme &6>> &f<target> &7: <message>' message-recipient: '&f<sender> &6>> &eme &7: <message>' message-recipient-console: '&fConsole &6>> &eme &7: <message>' reply-sender: '&eme &6>> &f<target> &7: <message>' reply-recipient: '&f<sender> &6>> &eme &7: <message>' reply-no-message: There is no message to reply to near-message: '&6Players nearby:' near-invalid: '&6No players found within &e<range> blocks:' playtime-self: You have played for <days> Days <hours> Hours <minutes> Minutes <seconds> Seconds playtime-target: <target> has played for <days> Days <hours> Hours <minutes> Minutes <seconds> Seconds rename-invalid-item: Please hold a valid item to rename rename-reset-invalid-item: Please hold a valid item to clear the name rename-successful: Successfully set item name as <name> rename-reset-successful: Successfully reset item name repair-durability-max: Durability is max repair-successful: <item> has been repaired repair-invalid-item: You cannot repair that item repair-all-items: Repaired all item(s) report-self: You cannot report yourself report-successful: Report sent successfully report-user-message: |- &b--------- &cNEW REPORT &b--------- &cReporter &7>> &f<player> &cReported User &7>> &f<target> &cReason &7>> &f<message> &b----------------------------- report-bug-message: |- &b--------- &cBUG REPORT &b--------- &cReporter &7>> &f<player> &cBug &7>> &f<message> &b----------------------------- newbies-spawn-deletion-success: Newbie Spawn Deleted spawn-deletion-success: Spawn Deleted spawn-not-found: Spawn doesn't exist spawn-world-invalid: World isn't loaded! newbies-spawn-set-successful: Successfully set newbie spawn location in <world> spawn-set-successful: Successfully set spawn location in <world> newbies-spawn-successful: Successfully teleported to Newbies Spawn spawn-successful: Successfully teleported to Spawn newbies-spawn-wait-message: Teleporting to Newbies Spawn in <time> Seconds spawn-wait-message: Teleporting to Spawn in <time> Seconds newbies-spawn-teleport-target: You have teleported <target> to Newbies Spawn newbies-spawn-teleport-target-success: You have been teleported to Newbies Spawn spawn-teleport-target: You have teleported <target> to Spawn spawn-teleport-target-success: You have been teleported to Spawn newbies-spawn-invalid: Newbies Spawn hasn't been set spawn-invalid: Spawn hasn't been set spawn-movement-cancel: Teleportation to Spawn cancelled due to Movement warp-deletion-success: Warp <warp> has been successfully deleted warp-not-found: Warp <warp> doesn't exist warp-set-successful: Successfully set Warp location warp-set-block-successful: Successfully set <warp> Warp to <block> warp-block-invalid: You cannot set Warp Block as <item> warp-blacklisted-world: You cannot set a Warp in a Blacklisted World warp-world-invalid: World isn't loaded! warp-subtitle: Warped to <warp> warp-message: Successfully warped to <warp> warp-wait-message: Warping to <warp> in <time> Seconds warp-gui-name: Warp GUI delete-warp-gui-name: Delete Warp &6<warp>? warp-gui-left-click: Click to teleport to <warp> warp-gui-right-click: Right click to Delete Warp warp-gui-invalid: GUI Size is too small, increase the value in Config warp-file-error: warp.yml file is empty or null warp-movement-cancel: Warping cancelled due to Movement no-warps-set: No Warps have been set sendwarp-target: Successfully warped to <warp> sendwarp-player: Successfully sent <target> to <warp> silentjoin-enabled: SilentJoin has been Enabled silentjoin-disabled: SilentJoin has been Disabled socialspy-enabled: SocialSpy has been Enabled socialspy-disabled: SocialSpy has been Disabled socialspy-message: '&c[SocialSpy] &f<sender> &6>> &f<target> &7: <message>' jump-message: '&6You have been teleported to the block you''re looking at!' jump-error-message: '&6No block in sight or too far away!' jumpboost-message: '&6Bounce like a Bunny!' jumpboost-remove-message: '&6You can &cno longer &6Bounce like a Bunny' thor-message: '&6You have been &cstruck &6by lightning' thor-location: '&6Striked lightning at location' thor-invalid: '&6Location is too far away' speed-invalid-number: Please provide a speed from 1-10 speed-fly-success: Flying speed is now <speed> speed-walk-success: Walking speed is now <speed> speed-reset-success: Fly and Walk Speed is now reset speed-reset-fly-succes