Skip to content

Instantly share code, notes, and snippets.

@Vitoldik
Created November 19, 2020 01:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vitoldik/fa4b00ef9ed47a3ae9397096798d6390 to your computer and use it in GitHub Desktop.
Save Vitoldik/fa4b00ef9ed47a3ae9397096798d6390 to your computer and use it in GitHub Desktop.
EssentialsAddon
# Author: https://www.spigotmc.org/members/vitold.473269/
# admin permissions: essentials.warp.admin
#
default-max-warps: 0 #Default value for the maximum number of warps
default-max-homes: 0 #Default value for the maximum number of homes
max-warn-msg: "&cYou've exceeded the warps limit. Limit: {limit}"
max-home-msg: "&cYou've exceeded the homes limit. Limit: {limit}"
warp_not_your: "&cYou can't delete someone else's warp"
#Groups with higher priority should be placed higher than others
groups:
admin:
permission: "test.admin"
max-warp-count: 8
home-limits:
world: 1
world_nether: 2
world_the_end: 2
moder:
permission: "test.moder"
max-warp-count: 3
home-limits:
world: 5
world_nether: 2
world_the_end: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment