LuckyCrates
About
LuckyCrates is a crate plugin that allows server owners to reward their players. The plugin supports three types of crates, which are all fully customizable. The available crate types are an Ender Crystal, an Ender Chest and a chest. You can configure anything from the rewards that will be awarded to the display names of the crates.
The plugin comes with a detailed documentation file, providing you with permission nodes, commands, examples and developer documentations.
Features
LuckyCrates has many features ranging from administration commands to user interactions. The plugin itself works in a very comparable matter that TheHive's crates operate. The player has to interact with a "station" (crate), whereafter a head will rise from the ground. You can configure how many rewards a crate contains, and depending on how many rewards a player receives per play, up to three heads will rise from the ground. All the user interactions are fully customizable and are color coded supported.
You can add as many rewards and crates as you'd like. There's even a possibility to do this in-game by issuing the following commands:
How does the plugin work?
The plugin was designed to be very customizable and therefore suitable for any server. The plugin allows you to create a crate and add rewards per crate. You can create your own rewards with their own contents. For each content you can set a command the server will execute when the player receives the reward. The plugin also comes with an API that allows developers to customize the user experience of the plugin even more.
I'm currently selling the plugin for $10.00. This includes sample configuration files, the plugin JAR file, a debugged JAR file and the plugin documentation. If you would like more information feel free to send me a PM.
Kind regards,
Joysilvio.
About
LuckyCrates is a crate plugin that allows server owners to reward their players. The plugin supports three types of crates, which are all fully customizable. The available crate types are an Ender Crystal, an Ender Chest and a chest. You can configure anything from the rewards that will be awarded to the display names of the crates.
The plugin comes with a detailed documentation file, providing you with permission nodes, commands, examples and developer documentations.
Features
LuckyCrates has many features ranging from administration commands to user interactions. The plugin itself works in a very comparable matter that TheHive's crates operate. The player has to interact with a "station" (crate), whereafter a head will rise from the ground. You can configure how many rewards a crate contains, and depending on how many rewards a player receives per play, up to three heads will rise from the ground. All the user interactions are fully customizable and are color coded supported.
- Create Crates and Rewards in-game
- Edit Crates and Rewards in-game
- Create and edit Reward Contents in-game
- Comes with an API
- Detailed instructions for server owners
- Overview of Crates, Rewards and their contents
- 100% configurable
Code:
[
{
"id": "EXAMPLE_CRATE",
"name": "&a&lLucky Crate",
"x": 0,
"y": 5,
"z": 0,
"world": "world",
"blockFace": "NORTH",
"type": "ENDER_CRYSTAL",
"rewards": [
"REWARD_1",
"REWARD_2",
"REWARD_3"
],
"rewardCount": 3
}
]
Code:
[
{
"id": "REWARD_1",
"name": "&lREWARD_1",
"defaultSkullOwner": "Notch",
"chance": 50,
"rewards": [
{
"id": 0,
"name": "&bReward Content (1)",
"skullOwner": "Joysilvio",
"commands": [
"eco give {NAME} 1000"
]
},
{
"id": 1,
"name": "&bReward Content (2)",
"skullOwner": "Joysilvio",
"commands": [
"eco reset {NAME}"
]
}
]
}
]
You can add as many rewards and crates as you'd like. There's even a possibility to do this in-game by issuing the following commands:
- /lc create <TYPE> <ID>
- /lc reward create <ID>
- /lc content create <REWARD> <CONTENT ID>
How does the plugin work?
The plugin was designed to be very customizable and therefore suitable for any server. The plugin allows you to create a crate and add rewards per crate. You can create your own rewards with their own contents. For each content you can set a command the server will execute when the player receives the reward. The plugin also comes with an API that allows developers to customize the user experience of the plugin even more.
I'm currently selling the plugin for $10.00. This includes sample configuration files, the plugin JAR file, a debugged JAR file and the plugin documentation. If you would like more information feel free to send me a PM.
Kind regards,
Joysilvio.
Last edited:
