If you're running a Spigot server with WorldEdit, WorldGuard and GroupManager plugins together, you'll likely eventually have problems with your tickrate dropping after your server has been on for a while with many players. Here's what timings should show.
# [-] Minecraft::Minecraft Scheduler
# WorldEdit::Event: c.s.w.b.WorldEditListener (PlayerInteractEvent)
# [+] WorldGuard::Event: c.s.w.b.l.EventAbstractionListener (BlockBreakEvent)
The "WorldEditListener (PlayerInteractEvent) should typically be around 50-100% of the tick. Go into your wepif.yml and disable the GroupManager resolver then save. This will make it so it will default to dinnerperms resolver directly instead of GroupManager. The downside of this is that Bukkit permissions system doesn't have groups, so you'll need to give the permission "group.<groupname>" to each of your groups so that wepif cqan detect it through Bukkit permissions.
Or, you could just use a different permissions plugin. Most people including us recommend PermissionsEx.
Most Popular Articles
"Failed to start Minecraft server" getLogger error
If you're getting errors when starting your Minecraft server, mainly KCauldron, and have the...
Minecraft "java.security.AccessControlException: access denied"
Some plugins (Such as ExecuteEverywhere) sometimes can require specific java security policies to...
Minecraft client connection delay / lag
Some people have issues with a three to six second connection delay in the vanilla Minecraft...
Minecraft Server Plugin - Establishing SSL connection without server's identity verification is not recommended.
Some servers may run versions of MySQL that have different SSL requirements/settings, without SSL...
EVMIPBlock - Spigot Plugin to block datacenter and VPN networks (customizable)
EVMIPBlock.jarMinecraft server (Spigot, Paper, etc.) plugin to block most large datacenter and...