Separate names with a comma.
#BlameShoghi!!!!!!!!!
http://ess.khhq.net/mc/ take a look at that website, those are the colour codes for MC :) Note: &k and &m don't work on MCPE
Usually, in MCPC a & is used instead of §, and then the plugin will str_replace("&","§",$string); so colours would be &a, &b, &c etc. You may find...
Use this, written by Shoghicp :) [MEDIA] $task = new MarqueeTask($plugin, $player, "Welcome to BudinoCraft!");...
I looked there also, thats actually where i got the idea to do a fill task from. The strange thing is, it appears to put the contents there, because...
I tried it without the task, and doing it directly, which produced the same results. I also tried pre-defining the items in the Items enum. Also no...
Anyone?
Ok, so i spawn a chest with the following code: if ($block == 54) { // Populate Chest $items = array(); for ($x = 0; $x < 27; $x++) {...