Koth Key Plugin

Status
This thread has been locked.
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Dab

Feedback score
0
Posts
8
Reactions
1
Resources
0
Vouch copy? I will review it for you
 

Obey

♣MinePots Developer♣
Banned
Feedback score
0
Posts
95
Reactions
32
Resources
0
Vouch copy? I will review it for you
Sorry your Rep is to low[DOUBLEPOST=1460821916][/DOUBLEPOST]I can add other keys etc if need price will be hired a tiny bit :p
 
Banned forever. Reason: Ban Evading (Snapchat(Snapchat, https://builtbybit.com/members/snapchat.35400/))

creeperbottom

Premium
Feedback score
0
Posts
1,057
Reactions
298
Resources
0
I.think a bit to expensive but thats' just me.
 

Obey

♣MinePots Developer♣
Banned
Feedback score
0
Posts
95
Reactions
32
Resources
0
Banned forever. Reason: Ban Evading (Snapchat(Snapchat, https://builtbybit.com/members/snapchat.35400/))

Handsito

Premium
Feedback score
7
Posts
96
Reactions
32
Resources
0
2 thing, check if sender is player (assuming you want it to be player since you didn't check,if,it was console) also don't name your main class Main.

Lol it is true, Obey put this code on your command class to prevent crash in the console.

if (!(sender instanceof Player))
{
sender.sendMessage(ChatColor.translateAlternateColorCodes('&', "&cCommand only executable by players!"));
return false;
}
 
Last edited:

Obey

♣MinePots Developer♣
Banned
Feedback score
0
Posts
95
Reactions
32
Resources
0
2 thing, check if sender is player (assuming you want it to be player since you didn't check,if,it was console) also don't name your main class Main.


I have done if(!(sender instanceof Player)) {
sender.sendMessage(ChatColor. ...)
}[DOUBLEPOST=1460917157][/DOUBLEPOST]UpDate added to the code making it more effective

If you want a code snipet pm me
 
Last edited:
Banned forever. Reason: Ban Evading (Snapchat(Snapchat, https://builtbybit.com/members/snapchat.35400/))

Irantwomiles

Check my signature for a new Practice plugin
Premium
Feedback score
3
Posts
1,263
Reactions
570
Resources
0
I have done if(!(sender instanceof Player)) {
sender.sendMessage(ChatColor. ...)
}[DOUBLEPOST=1460917157][/DOUBLEPOST]UpDate added to the code making it more effective

If you want a code snipet pm me
If you want to send it to me via pm or just put a screenshot that will be fine.
 
Status
This thread has been locked.
Top