Want a better Minecraft server? Read about SpigotMC here!
Separate names with a comma.
If you're using ViaVersion you might have some packets being lost, also anti-cheats might be detecting something by mistake especially if you're...
Hello. this is something you'd want to ask on Spigot Help. not Spigot discussion.
Not a specific way to directly detect lag machines and stop them, the only real option I know about would be to disable redstone.
It really depends on what you're doing. For something like duels, if the entire server is only duels then it would be better to use separate...
public static boolean isPlaying(Player player) { for (Arena arena : arenas) { if...
PixieVice updated PixieGrapplingHook with a new update entry: Added Features Read the rest of this update entry...
[ATTACH] Added a custom crafting recipe to create the grappling hook. Recipe can be customized in the config file. Please reset your config.yml...
[ATTACH] Features Added: - Added a settings GUI so you can edit the grappling hook speed and cooldown directly from in-game! If you find a bug...
PixieVice updated PixieGrapplingHook with a new update entry: Small Altercations Read the rest of this update entry...
[ATTACH] - Added hide attributes to the grappling. (Removed the Unbreaking text from the grappling hook)
PixieVice updated PixieJumpPads with a new update entry: Improvements & Features Read the rest of this update entry...
[ATTACH] Fixed fall damage not working properly. Fixed Jump Pads config not reloading when plugin reloads. Fixed the no permission message, please...
PixieVice updated PixieGrapplingHook with a new update entry: Improvements Read the rest of this update entry...
[ATTACH] - Fixed small durability issue. - Code clean up We have a docs in the works! Come check it out if you need some help with this plugin!...
If you are using a command, this might help. if (sender instanceof Player) { Player opPlayer = (Player) sender; if (opPlayer.isOp()) {...
Hey there. It says it’s longer than the 16 character limit. That’s because %localtime_timezone_Asia/Seoul% Is longer than 16 characters. If it’s...
Steps index: 1 - 5: Changing player's skin in 1.8 - 1.16 6: Changing player's skin in 1.17 7: Re-spawn packet 1.8 - 1.13 8: Re-spawn packet 1.14...
Hey, if you'd like to look at some tutorials I've used luck perms before and here are some of my personal picks for tutorials how it use it. They...