404thread
i like whatever broonie likes and i hate whatever broonie hates.
Best start saving up that gold!
beagrie
Side note: 404thread's avatar disturbs me in a way I can't quite put my finger on.
DavH27
Broonie please offer a pre-release teaser! This is killin' me! Screenies?? Anything?!!
DavH27
Broonie please offer a pre-release teaser! This is killin' me! Screenies?? Anything?!!
if(!properties.containsKey("colour")) {
// Prepare Wave 3 Update
properties.setProperty("gold", "0");
properties.setProperty("Tag", "");
properties.setProperty("colour", "f");
}
if (user has no wave3-related data) then: add filler data for: economy balance clan tag chosen name colour end
public void onPlayerInteract(PlayerInteractEvent player) {
if(player.getAction() == Action.RIGHT_CLICK_BLOCK && player.getClickedBlock().getType() == Material.SIGN_POST) {
Block SignPost = player.getClickedBlock();
Sign SignData = (Sign)SignPost.getState();
if(SignData.getLine(0).equalsIgnoreCase("[ATM]")) {
}
PlayerName(DavH27){
if(playerGold.Property < 100
PlayerName(DavH27) = "GET GOLD IMMEDIATELY!"
}
Is that a personal nagging thing? Sure, I'll put that in.
DavH27PlayerName(DavH27){
if(playerGold.Property < 100
PlayerName(DavH27) = "GET GOLD IMMEDIATELY!"
}
I might do this more oftenpublic void onPlayerInteract(PlayerInteractEvent player) {BRooNiE
if(player.getAction() == Action.RIGHT_CLICK_BLOCK && player.getClickedBlock().getType() == Material.SIGN_POST) {
Block SignPost = player.getClickedBlock();
Sign SignData = (Sign)SignPost.getState();
if(SignData.getLine(0).equalsIgnoreCase("[ATM]")) {
}
When player clicks on a block: if (player is right clicking AND player is clicking on a sign) then: if (first line of sign says '[ATM]') then: Do absolutely nothing (yet) end end end