Evening, I'm looking for a plugin that SPECIFICALLY implements the following job mechanism: Let's imagine that i am a miner, my mining is at...
Hi, i'm using http://dev.bukkit.org/bukkit-plugins/quests/ for quests. Is there anyway to complete the quest by checking if the user has (for...
nope, it didn't ahah Adriani6
Well then and how to? :P Adriani6
Evening, I'm currently building a server and i'd like to know that if with this plugin http://dev.bukkit.org/bukkit-plugins/jobs/ we could be...
Maurdekye are you sure that the getConfig().containsKey() exists? I can only find the contains. Cheers EDIT: Nevermind, got it! Parsed the...
Thanks Maurdekye So the correct way to do this on a online server with for example 10 people online on it would be right after each send of the...
Maurdekye So if i have an onCommand with the command "more" do i mention the setMoney method like this? public int onCommand(CommandSender...
Hello Maurdekye Let's imagine that my name is ratedam and i have a amount of 3. In the: getConfig().set(ply.getName() + ".money", amount); <- This...
Evening to you all! I'd like to develop a simple economy plugin system but there's one problem. I don't have too much knowledge in developing...
xize well this might seem a dumb question from myself, when i remove the player or the player names from the hashmap, when the user relogs on the...
I now have in my main class public boolean load(){ saveDefaultConfig(); List<String> s = getConfig().getStringList("scores");...
Evening, so i'm trying to load the user hashmap on login and save on loggout. Here's my main class: package com.angelo.armazena; import...
gomeow do you think that a free vps might be able to held a simple 20 slots server?
So if i only want to show a scoreboard with "Hello player" I only do this? ScoreboardManager manager = Bukkit.getScoreboardManager();...
Separate names with a comma.