- Hologram in the cubelet
- Reward system
- Very easy config
- Support MySQL
- Support local file data
- API where you set/add/remove/get cubelets and you can get the last player that have clicked or last name of reward/rarity/itemid the cubelet
- 2 animation very beautiful when is used
- /cubelets - You can see the cubelets that you have
- /cubeletsadmin - Get help of commands
- /cubeletsadmin set {player} {type} {number of cubelets} - Set the cubelets to a player
- /cubeletsadmin remove {player} {type} {number of cubelets} - Remove cubelets to a player
- /cubeletsadmin add {player} {type} {number of cubelets} - Add cubelets to a player
- /cubeletsadmin getitem - Get the item for set the cubelet location
- epiccubelets.place - For set the cubelet location
- cubelets.admin - For have permission to /cubeletsadmin
- Install EpicCubelets in your server, when you're in the server just use /cubeletsadmin getitem, you will get a item for set the cubelet location, you set it wherever you want and restart. (For 1.8 - 1.12)
- If you are using the version 1.13 you must put in the config.yml in the part of "ServerVersion" to 1.13, when you do that the CONFIGS CHANGES and doesn't work the rewards with id, now will work with the name of the material, here a example of a config.yml for the version 1.13
- HolographicDisplays Download here
- MySQL API (Optional, only if you will use MySQL option) Download here
- ParticleAPI Download here
Code (Text):
Get cubelets: EpicCubelets.getCubelets(p);
Add cubelets: EpicCubelets.addCubelets(p, 5);
Remove cubelets: EpicCubelets.removeCubelets(p, 5);
Set cubelets: EpicCubelets.setCubelets(p, 5);
Get SuperCubelets: EpicCubelets.getSuperCubelets(p);
Add SuperCubelets: EpicCubelets.addSuperCubelets(p, 5);
Remove SuperCubelets: EpicCubelets.removeSuperCubelets(p, 5);
Set SuperCubelets: EpicCubelets.setSuperCubelets(p, 5);
Get the last player that have use the cubelet: EpicCubelets.getLastPlayer();
Get the last name of reward: EpicCubelets.getLastRewardName();
Get the last rarity: EpicCubelets.getLastRewardRarity();
Get the last ID Item: EpicCubelets.getLastItemID();
PlaceHolderAPI Extension Download here
Variables:
%epiccubelets_cubelets%
%epiccubelets_supercubelets%
%epiccubelets_lastplayer%
%epiccubelets_lastrewardname%
%epiccubelets_lastrarity%
%epiccubelets_lastitemid%