ProPackages [1.7 - 1.12.2] - The best crate/reward plugin!

 ProPackages [1.7 - 1.12.2] - The best crate/reward plugin! 1.2.2

ProPackages [1.7 - 1.12.2] - The best crate/reward plugin!
Original Link: https://www.spigotmc.org/resources/propackages-1-7-1-12-2-the-best-crate-reward-plugin.40894/


Full documentation with config , permissions and more pictures!

Updates for this resource will be frequent on blackspigot
VDWwYZB.gif

Couldn't upload sorry :(
FwoObVY.png


ProPackages gives server owners the opportunity to create new ways to engage their users with packages which can be used in a number of situations. One of the better examples would be grouping together multiple items in their store to offer a truly unique purchase while also allowing for the element of randomization to the rewards they will receive! There are an endless amount of ways this plugin can be truly utilized to enhance your server!

************* REQUIRES JAVA 8 *************
Compiled and tested for Spigot 1.7.10 and above, support for earlier versions will not be provided.


er38csG.png


You may be asking yourself what specific features does this plugin have that makes it worth it, and the answer is plenty!

  • Completely customizable package system
  • Create an unlimited amount of packages/rewards
  • (7) Unique package opening animations
  • Package animations sound effects
  • Animation specific settings
  • In-Game package items
  • Reward randomization
  • Guaranteed rewards
  • In-Game package block locations
  • Action based rewards
  • JavaScript action integration
  • Message customization
  • Additional placeholders
  • Developer event API
  • And much more!

With all of these features the sky is the limit for what you can achieve and the number of different uses for this resource!

jLXYWET.png

Couldn't upload sorry :(

In the plugin there are few commands as of now which are mainly used for administration purposes such as giving players packages and reloading the plugin.

Main command: /propackages
Aliases: [ppackages, packages]


GDVmxqu.png

Couldn't upload sorry :(

In the plugin there are very few permissions due to the design and functionality itself. The plugin has the following permissions:


dty9Hqw.png

Couldn't upload sorry :(

In the plugin there are different animations you can choose from which will make package openings more appealing to the users. Each animation also has unique settings which you can modify to make each more unique.



0iy5Jdg.png

Couldn't upload sorry :(

Packages
There are a few important things to note when creating packages and the functionality of the customization.

  • The total is the maximum rewards which will be given to the player regardless if there are a number of guaranteed rewards which exceed the total.
  • Chances are a chance of the cumulative total of all the chances. This means that it will be (chance/total) so if the combined total of all chances was 1000 and one of the chances was 20 it would have a 20/1000 chance or 2%.
Materials:
If there are any specific sections that ask for a material you must use a valid value and it does not support numeric ids. A list of valid materials can be found at the following link (some may be different/unique per spigot version):
https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html

Sounds:
If there are sections that require a sound value you can use the list of valid sounds that can be found at the following link (some may be different/unique per spigot version):
https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html

Actions
Actions are how players are rewarded when opening packages, they can be commands, items, sounds, etc. There is an extensive list of actions that can be performed.


JavaScript Actions:
You can also use JavaScript in your actions to further enhance what you can do with your rewards and other parts of the plugin.

Objects:
  • BukkitPlayer - The player who the action is being executed for
  • ProPackages - The instance of the plugin

Example:
Code (Text):
[ConsoleCommand] eco give %player% [JavaScript=%player_health% * 20]
Placeholders
Throughout the plugin there are a bunch of placeholders that can be used in menu items, messages, and even completion actions that allow just that extra bit of functionality.


R8YxdoJ.png


Event API
In the plugin there are 2 different events that can be listened through another plugin. Each event has methods to get the packages which are being used during the event.

PackageOpenEvent - Called once a player opens a package
PackageReceiveEvent - Called once a player receives a package

VES5NPt.png

Couldn't upload sorry :(


LJs11wW.png


By purchasing this plugin you are in acceptance and agree to adhere to the following terms and conditions stated.

If you have any issues with the plugin you will contact me via PM and I will help you with your issue before you post a negative review stating something like "The plugin doesn't work".

I am under no obligation to provide support and do so at my own discretion.


You may not decompile and/or edit the source code without written permission from JC_Plays_MC.

You also acknowledge that there will be NO REFUNDS issued and you will not file a chargeback, dispute, or claim through PayPal.

Finally you will not -Redacted- the ProPackages plugin or any of its source code publicly or privately.

By purchasing this plugin you are entitled to run it on as many of YOUR own servers that you wish, however this does not mean share it with your friends!

Latest updates

  1. 1.2.2

    1.2.2
  2. 1.13.1 Support

    This update adds support for 1.13.1. Additionally this update adds support for
  3. Added Link

    Added Link

Latest reviews

[ProPackages] Task #71 for ProPackages v1.2.2 generated an exception
java.lang.NullPointerException
at com.culleystudios.spigot.lib.listener.CSListener.register(CSListener.java:13) ~[?:?]
at com.culleystudios.spigot.lib.menu.Menus.<init>(Menus.java:24) ~[?:?]
at com.culleystudios.spigot.lib.CSRegistry.menus(CSRegistry.java:174) ~[?:?]
at com.culleystudios.spigot.lib.CSRegistry.disableRegistry(CSRegistry.java:75) ~[?:?]
at com.culleystudios.spigot.lib.CSRegistry.lambda$unregister$0(CSRegistry.java:63) ~[?:?]
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot.jar:git-Spigot-db6de12-18fbb24]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_321]



Its not working now :(

Similar resources

ProPackages [1.7 - 1.12.2] [30% OFF SUMMER SALE] - The best crate/reward plugin! BlackSpigot.com
0.00 star(s) 0 ratings
Downloads
160
Updated
ProPackages [1.7 - 1.14] - The best crate/reward plugin! BlackSpigot.com
Package together various rewards/actions! Better than any other crate plugin!
0.00 star(s) 0 ratings
Downloads
261
Updated
#1 ✔️ BEST ☄️ SHOPGUIPLUS CONFIG PACK ☄️ 1.8-1.14 ☄️ OVER 5 STYLES ☄️ 20 CATEGORIES ☄️ 600 ITEMS☄️ V S
#1 ✔️ BEST ☄️ SHOPGUIPLUS CONFIG PACK ☄️ 1.8-1.14 ☄️ OVER 5 STYLES ☄️ 20 CATEGORIES ☄️ 600 ITEMS☄️ V
3.67 star(s) 3 ratings
Downloads
3,254
Updated
BlackSpigot General Chat
Rules Help Users
    C @ CzechHelper: leak of czech minecraft server litehub.eu...
    Top