wich error?
@EventHandler public void Aceitar(InventoryClickEvent e) { Player p = (Player) e.getWhoClicked(); if...
Profan @EventHandler public void Aceitar(InventoryClickEvent e) { Player p = (Player) e.getWhoClicked(); if...
im afraid thats a client-side feature for security/virus-protection, cannot be changed
@Override public void onEnable() { List<String> s = getConfig().getStringList("legionsPlayer"); for (String str : s) { String[] words...
LordVakar i did implement the listener, an thats the only class i have :P
LordVakar [19:52:02 INFO]: CONSOLE: Reload complete. [19:52:08 INFO]: UUID of player Kyozum0 is 77de1649-8f11-406a-9283-a29e286e88c6 [19:52:08...
package me.teambacon.legions; import java.util.ArrayList; import java.util.HashMap; import org.bukkit.Bukkit; import org.bukkit.ChatColor;...
So, im trying to make a system where players can make groups within themselves, with restrictions such as: a player cant be in 2 groups at once,...
Hey, how do i make so people spawn in different places, im making a free for ll plugin, i want them to spawn in setted locations on the map! can...
Hey guys, how do i save Hashmaps on a Config file? i have the hachmap coinsmap >> HashMap<String, Integer> coinsmap = new HashMap<String,...
THANKS! SAVED ME!
still, when he joins, he gains no item ;-; public class Main extends JavaPlugin implements Listener { HashMap<Player, Integer> coinsmap =...
i made a basic economy system on my server, but, it dosnt works HashMap<Player, Integer> coinsmap = new HashMap<Player, Integer>(); @EventHandler...
Thanks, i DO know how to code AND that helped me ALOT! and BTW i dont need to save the inventory, it will be the same in all hub worlds and after...
Separate names with a comma.