LuckyCrates | Fully Customizable Animated Crates

Status
This thread has been locked.

Joysilvio

Feedback score
0
Posts
7
Reactions
0
Resources
0
LuckyCrates
giphy.gif

uMYEobd.png

euuFpa4.png




rfULXaz.png

iNJyMKG.png

mMjqqHS.png

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>
You will be prompted with instructions to configure the crates and/or rewards. All of the commands are documented in the documentation file combined with examples. Administrators can get an overview of all the settings in-game and conduct changes if needed.

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:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

EnchantBook

Premium
Feedback score
13
Posts
705
Reactions
108
Resources
0
LuckyCrates
giphy.gif

uMYEobd.png

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.

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>
You will be prompted with instructions to configure the crates and/or rewards. All of the commands are documented in the documentation file combined with examples. Administrators can get an overview of all the settings in-game and conduct changes if needed.

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.
Would i be able to get a vouch copy. Will write a detailed review :)
 

Joysilvio

Feedback score
0
Posts
7
Reactions
0
Resources
0
I am currently not interested in giving away vouch copies. I am aware that my reputation in this community is negligible, but I am confident that my products are of a very high standard.

This plugin is FULLY customizable, and you can access ALL features from in-game. So apart from the plugin being very easy to use for server owners, it also comes with an API for developers to hook into the plugin. In this video it becomes clear how easy to use this plugin is:


I can assure you that the $10,- is worth every cent.
 
Last edited:
Status
This thread has been locked.
Top