The next update will be available on Wednesday, December 18, in the early evening (GMT+1).
This update will not yet replace the Java version, instead it is the actual content update. We'll provide more information about the transition together with the update.
-
I would like to see the game go through the ages. So mounts first for me.
Its Kind of hard to do that when there are modern things alredy in the game... Eg.. Mining Drill, Flouesent lights, modern clothes.. moderm weaponms. maybye there wil be a mod that restricts what you can make, then progress
-
as long as they can fly I'm all for it LOL
-
Could somneoen post an example on hopw to use WorldArea?
i have no idea on to do make the Box Appeaer
-
I'm STILL waiting for Birds, Gnats, mosquitoes, Bats, Dumbo the Flying Elephant, anything thay flies.
-
are the Firweworks Supposed to Despawn? I put some out, RE-logged intot the server and they were all gone.
-
The Firworks are Awesome... Simple to use and some have the Whistle!!
-
-
How about a Screen printing machine?
like for custom T-shirts, Banners, Flags, Etc...
have Pre-made Shapes, or be able to Upload logos or designs like the Posters.
and we need
Zubaz
-
I don't think NPCs are coming just yet, Its too soon... I'm thinkng january for NPCs
-
I think red told us that is not Possible its too much for servers to handle..
-
if we had the source code I am sure it is just a matter of changing 2-3 numbers to get it working again, but we don't
Too bad I'm not a programmer. I would adopt this project.
I'm Barely getting My economy Plugin to work, oh well
-
it seems lkei this plugin is abandoned, i havent seen mirwari in the fourums in two months, still waiting on the nw AP plugin, too
-
-
thank you red, It works, this has beemn driving every one NUTS for two days.. just have to igure out how to make it update automatically,
-
I have no poblem with a separate element, thats lkinda like what I was getting at'..
-
Its STILL giving Null exemtiona
-
public void PlayerInventoryToChestEvent(PlayerInventoryToChestEvent event){
Player player = event.getPlayer();
final int infoId = event.getChestID();
String Pname = player.getName();
Chest chest = getWorld().getChest(infoId);
Item[] Items = chest.getItems();
//Item item = event.getItem();
// player.sendTextMessage("yes"+NameofItem);
if (Items.getName() != null && Items.getName().equals("bandage")){
player.sendTextMessage("[#FF0000]BootyBux: ");
Display More
What i Evetually want this to do is check Weather an item is "Sellable" and the Sell Price (the Prices will change and be Written to a databse )
right now this is just to get the man code working,
Im using a chest to "eat"the item and give the correct amout of money for it.
-
It Has to be the limitatons of the API, I know what you are getting at at and
Item item = chest.getItem(); cannot be done.
Item item = chest.getItem(1); this is the Correct Syntax.
-
public void PlayerInventoryToChestEvent(PlayerInventoryToChestEvent event){
Player player = event.getPlayer();
final int infoId = event.getChestID();
String Pname = player.getName();
Chest chest = getWorld().getChest(infoId);
Item[] Items = chest.getItems();
// player.sendTextMessage("yes"+NameofItem);
if (items.getName() != null && item.getName().equals("bandage")){
ive Tried all Three Methods and get "Cannot Find Symbol"
if i use getitem without (1) i get "Found no Arguments"
this CANNOT be done
Maybe Red can explain why we need an argument for getItem();
-
ive Tried everythng, Either the API is severly bugged or I''m a horrble coder..
if you want to help, Join my discord channel