Want a better Minecraft server? Read about SpigotMC here!
Separate names with a comma.
I want to execute all waiting tasks (in my minecraft spigot plugin) what should i add to this code...
Syanko submitted a new resource: [GappleDrop] - Bring a new feature to your Server! | 1.8 / 1.13 - Drops a Golden-Apple on player death!...
Syanko submitted a new resource: Salary - UNLIMITED REWARDS & Fully Configurable Reward Plugin! - Delayable Salary plugin which supports...
solved
Syanko submitted a new resource: HydraAntiBot - Simple Anti Bot - HydraAntiBot - It will kick away bots from your server forever! This plugin...
Syanko submitted a new resource: BuildUHC Map Reset - builduhc automatic regen arena This plugin is for BUILDUHC Servers It removes all...
dsa
ItemStack[] a = {new ItemStack(Material.DIAMOND_SWORD), new ItemStack(Material.WATER_BUCKET), new ItemStack(Material.FISHING_ROD), new...
Syanko submitted a new resource: EssentialsAntiBackOnKill - cant use /back if you killed by player It cancels /back when killed by a player and...
The first one: https://ibb.co/g087LU Second one: [IMG] https://ibb.co/bN3P0U i wanna learn which is better, store in variable using: Player p =...
I have issue e.getBlock().getType().getData says deprecated what is the other methods in 1.7.10
asdsa
i cant use p.getname in Bukkit.dispatchCommand(Bukkit.getConsoleSender(), "manuaddp p."); why ??...
i want execute command at least 1 player online how i check server online player
@EventHandler public void onPlaceFluid(PlayerInteractEvent event) { if (event.getAction() != Action.RIGHT_CLICK_BLOCK) return;...
i want to prevent cobblestone and obsidian generate like when merge lava and water
@SuppressWarnings("deprecation") @EventHandler public void onBreak(BlockBreakEvent e) { if(e.getBlock().getType() == null) {...