REMAKING

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

RamRanch

Feedback score
4
Posts
129
Reactions
26
Resources
0
BuT ItS ExcLusIVe
I really never asked for your hate.

All I did was offer a plugin, any one who feels the price is too high for his budget, may leave the thread.

But don't just simple trash my thread because you can't afford it.
 

RamRanch

Feedback score
4
Posts
129
Reactions
26
Resources
0
They are not saying it because they cant afford it there saying it because this is no where near $55 and yes the first guy was right you can make something like this for free.
Thanks everyone. I'll rethink the pricing.
 

RamRanch

Feedback score
4
Posts
129
Reactions
26
Resources
0
code snippets as well package explorer ss's
Sure. Give me 2 minutes.[DOUBLEPOST=1535843182][/DOUBLEPOST]
code snippets as well package explorer ss's
"@EventHandler
public void join(PlayerJoinEvent e){
Player p = e.getPlayer();

if(!p.hasPlayedBefore()){
Balance balance = new Balance(p, 500);
p.sendMessage(String.format("%sWelcome to Prison, we gave you " + second + "$500 §fto start off.", prefix));

PlayerBalanceManager.put(p, balance);
}
}"

&

"RankManager.put(player, this);

getMain().cfgm.playersDataConfig.set("playerdata." + player.getUniqueId() + ".rank", rank);
getMain().cfgm.playersDataConfig.set("playerdata." + player.getUniqueId() + ".prestige", prestige);
getMain().cfgm.savePlayersData();"


&


https://gyazo.com/e2260bbc8e2736e144b433248838c5f6


Is that enough proof, sir?[DOUBLEPOST=1535843585][/DOUBLEPOST]
code snippets as well package explorer ss's
I can provide classes aswell.
 
Last edited:

RamRanch

Feedback score
4
Posts
129
Reactions
26
Resources
0
take a screenshot of the code dont paste it in this
Sure. Give me a second.[DOUBLEPOST=1535844700][/DOUBLEPOST]
take a screenshot of the code dont paste it in this
https://gyazo.com/f7c7c3b91ec247010e223bfe083ab4e2[DOUBLEPOST=1535845273][/DOUBLEPOST]
take a screenshot of the code dont paste it in this
Just realized your rep is 41%...

Why did I waste my time? Seems like it's not the first time you trash a thread.

Next thing you do is ask me if you could take the plugin for a test drive. Pathetic.
 
Last edited:

TommyM

Feedback score
0
Posts
2
Reactions
2
Resources
0
Just letting you know it isn't pathetic, a guy with -100% reputation could still be right, alright a join listener?.

Just wanted to give a few suggestions:

Make the messages configurable: as shown in the proof you supplied that is hard coded, but guessing as it's exclusive you'd just be giving the source.
 
Status
This thread has been locked.
Top