ModsJava
» Cubelet Machine ● Make Rewards in an Easy Way | Custom Animations and Rewards.
|El skript fue testeado en 1.8 solamente|
FEATURES:
Permissions:
- Cubelets Commands and Help: cubelets.admin
Commands:
- /cubelets (Description of plugin)
- /cubelets createmachine <id> (Create a Cubelet Machine)
- /cubelets deletemachine <id> (Delete a Cubelet Machine)
- /cubelets addcubelets <amount> <type> <player> (Add Cubelets to a player)
- /cubelets removecubelets <amount> <type> <player (Remove Cubelets from a player)
- /cubelets addpoints<amount> <player> (Add Loot Points to a player)
- /cubelets removepoints <amount> <player> (Remove Loot Points from a player)
- /cubelets reload (Reload Plugin)
- /cubelets craft (Open Menu of Crafting)
COMO INSTALAR / HOW TO INSTALL:
1. Descarga el skript y las dependencias del plugin / Download skript and dependences of the plugin.
2. Os recomiendo descargar el spigot con el que trabajo para que no haya errores y con el ser la base del servidor: Spigot
Dependencias:
LINK-1
LINK-2
I recommend you to download the spigot that I used to work and avoid any type of errors: Spigot
Dependencies:
LINK-1
LINK-2
3. Iniciar el servidor con el Spigot.jar / Start the server with Spigot.jar.
4. Coloca las dependencias dentro de la carpeta plugins / Put the dependencies in plugins folder (Skript, SKQuery, SkRayFall...)
5. Reinicia tu server o ejecuta el comando "/sk reload Cubelets" / Restart the server or use "/sk reload Cubelets "
6. Para crear un nuevo reward solo tendreis que ir al apartado de Rewards en el archivo Cubelets.sk y para añadir uno deben de copiar desde "if {_random} is ..." y pones el siguiente numero a este
hasta "set {reward.%{_p}%.command} to ... " y lo pegas debajo
y despues debes de ir a la linea 2 " set {_random} to a random integer between 1 and 2 " y poner en vez de 2 la cantidad de rewards que haya.
➠ Not resubmit the skript and less say you created.
➠ Do not give stupid opinions and less without asking for support.
➠ You agree that these terms may change at any time
➠ For suppor you can contact me via discord : ManuGooX#9868
FEATURES:
- Infinite Cubelet Machines ✔
- Custom Rewards (Commands, Rarity, Custom Icon, ect...) ✔
- Custom Menus like Cub3Craft ✔
- Animations like Cub3Craft ✔
- Custom Store Link ✔
- Notify on new updates. ✔
- Crafting Cubelets with Loot Points ✔
- Duplicate Rewards Points ✔
- Language System ✘ 75%
- BungeeCord System ✘ 50%
- 2 Cubelet Types (Common and Super)
- More Cubelets █ Working on it... █
Permissions:
- Cubelets Commands and Help: cubelets.admin
Commands:
- /cubelets (Description of plugin)
- /cubelets createmachine <id> (Create a Cubelet Machine)
- /cubelets deletemachine <id> (Delete a Cubelet Machine)
- /cubelets addcubelets <amount> <type> <player> (Add Cubelets to a player)
- /cubelets removecubelets <amount> <type> <player (Remove Cubelets from a player)
- /cubelets addpoints<amount> <player> (Add Loot Points to a player)
- /cubelets removepoints <amount> <player> (Remove Loot Points from a player)
- /cubelets reload (Reload Plugin)
- /cubelets craft (Open Menu of Crafting)
Spoiler: Images
COMO INSTALAR / HOW TO INSTALL:
1. Descarga el skript y las dependencias del plugin / Download skript and dependences of the plugin.
2. Os recomiendo descargar el spigot con el que trabajo para que no haya errores y con el ser la base del servidor: Spigot
Dependencias:
LINK-1
LINK-2
I recommend you to download the spigot that I used to work and avoid any type of errors: Spigot
Dependencies:
LINK-1
LINK-2
3. Iniciar el servidor con el Spigot.jar / Start the server with Spigot.jar.
4. Coloca las dependencias dentro de la carpeta plugins / Put the dependencies in plugins folder (Skript, SKQuery, SkRayFall...)
5. Reinicia tu server o ejecuta el comando "/sk reload Cubelets" / Restart the server or use "/sk reload Cubelets "
6. Para crear un nuevo reward solo tendreis que ir al apartado de Rewards en el archivo Cubelets.sk y para añadir uno deben de copiar desde "if {_random} is ..." y pones el siguiente numero a este
hasta "set {reward.%{_p}%.command} to ... " y lo pegas debajo
y despues debes de ir a la linea 2 " set {_random} to a random integer between 1 and 2 " y poner en vez de 2 la cantidad de rewards que haya.
Code (Text):
# EN VEZ DE %player% deben de poner %{_p}%
function randomreward(p: player):
set {_random} to a random integer between 1 and 2
if {_random} is 1:
set {reward.%{_p}%} to "SkyWars Kit SwordMan"
set {reward.%{_p}%.rarity} to "&6Legendary"
set {reward.%{_p}%.item} to "iron_sword"
set {reward.%{_p}%.command} to "pex %{_p}% add skywars.kit.swordman"
stop
if {_random} is 2:
set {reward.%{_p}%} to "SkyWars Nether Cage"
set {reward.%{_p}%.rarity} to "&bCommon"
set {reward.%{_p}%.item} to "netherrack"
set {reward.%{_p}%.command} to "pex user %{_p}% add sw.glass.nether"
stop
function randomreward(p: player):
set {_random} to a random integer between 1 and 2
if {_random} is 1:
set {reward.%{_p}%} to "SkyWars Kit SwordMan"
set {reward.%{_p}%.rarity} to "&6Legendary"
set {reward.%{_p}%.item} to "iron_sword"
set {reward.%{_p}%.command} to "pex %{_p}% add skywars.kit.swordman"
stop
if {_random} is 2:
set {reward.%{_p}%} to "SkyWars Nether Cage"
set {reward.%{_p}%.rarity} to "&bCommon"
set {reward.%{_p}%.item} to "netherrack"
set {reward.%{_p}%.command} to "pex user %{_p}% add sw.glass.nether"
stop
➠ Not resubmit the skript and less say you created.
➠ Do not give stupid opinions and less without asking for support.
➠ You agree that these terms may change at any time
➠ For suppor you can contact me via discord : ManuGooX#9868
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.8
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
» Cubelet Machine ● Make Rewards in an Easy Way | Custom Animations and Rewards. is a free Minecraft Java mod. Compatible with Minecraft 1.8. Downloaded 511 times (via Spigot). Download it and open it directly in the game.