Is sounds good, but i can't use this plugin because i use PM 1.5 Can you Update this plugin for the New API Thank You :)
Advertisement
-
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Outdated EnderChests 1.3
Keep your stuffs anywhere !
-
Daniel123
- 5/5,
-
Mineblast
- 2/5,
Im Using API 12. It Crashes When You Try To Access A Chest After A Server Restart.
Code:
[72] $slots[] = array(AIR,0,0);
[73] }
[74] $this->enderchests->set($player->username,$slots);
[75] $this->enderchests->save();
[76] AchievementAPI::grantAchievement($player, "enderChest");
[77] }
[78]
[79] foreach ($slots as $key => $slot) {
[80] $item = $this->api->block->getItem($slot[0], $slot[2], $slot[1]);
[81] $tile->setSlot($key,$item);
[82] }
[83] break;
[84] } else {
[85] $player->sendChat("[ERROR] This Enderchest is already in use!");
[86] return false;
[87] break;
[88] }
[89] }
[90] break;
[91] -
Footballbeatsmc
- 5/5,
Can these be used as multiplayer chests? Meaning everyone can put things in it.
-
Author's Response
A normal chest, everyone can access to its content. The Enderchest, players ll see just his own stuffs !
-
-
Author's Response
Thank you but it's not my idea :P Enderchest really exist :P
-
-
RealRunSpace
- 5/5,
Hi! This is a nice plugin,but like all plugins,have some bugs.This is an important one because you can double your things,like if I put inside a diamond sword and five diamond blocks,I create a new ender chest and first I break the nether rack and them the chest is not an ender chest,but it still have the same things in one like in the other,so now if I pick up all the things on the normal chest and I take the things on the enderchest and now I have two diamond swords and ten diamond blocks.Please fix it!
Nice plugin and sorry for my English!!!-
Author's Response
Sure, I already saw that bug ! Don't worry, I just forgot to empty the Enderchest when the player close it. It's already fixed for the next update !
Thank you for your feedback and support ! If you find another bug or a suggestion, let me know !
-
-
Author's Response
Thank you but it's not my idea :P Enderchest really existe :P
-
-
MrXxDarkKilerxX
- 5/5,
Hi there this so awesome, I've been waiting for this for a very long time.
I have one request WHICH I REALLY NEED.
Can you make a option were you can decide to have one enderchest per world so if you have two worlds on each on both of the enderchest will have different inventories.-
Author's Response
Thank you for your review !
Because I like your avatar :P I can do a config file to put the option to turn on/off multiworld enderchest !
(and maybe a on/off option to Owner Properties that I deleted in the last update for those who liked them!)
Well thanks for the suggestion. I must thing about a way to update enderchests datas when the option is turned in-game;
Come back to see the next update ! :P
-
-
Author's Response
thanks to you to support me ;P
-
-
-
Author's Response
thank you, this is very appreciated !
-
-
-
Author's Response
Thank you ! In the next version a ll take off all owner restriction !
-
-
Bye
- 5/5,
Nice! So everyone can access this? But you'll only see the things you put in it last time?
-
Author's Response
There are only some trickies if/then/else conditions to make enderchest personnal, something like:
if($data["player"]->username == $this->enderchests->get($data["target"]->x . "," . $data["target"]->y . "," . $data["target"]->z,$data["player"]) {
...
}
Don't worry about that, and you ll not be able to open others players enderchest !
-
-
Author's Response
Thank you for the support !!
-
-
-
iJoshuaHD
- 5/5,
nice! it would be awesome if u could use like /enderchest then tap on the chest to make it as an enderchest. this is a great plugin ive been waiting for actually :D
-
Author's Response
i was to ask it in the forum plugin post;
- /enderchest, tap a chest to set it
- with a netherrack under like actualy
- with a sign close to the chest with text1 Enderchest
...
-or no use of chest... with command I can send packet to player ContainerOpenPacket and ContainerSetContentPacket. /enderchest will automaticly open a "chest window" !
well, leave me some suggestion or feedback !
-
Page 1 of 2
Advertisement