GWMCrates - Universal crates plugin

This is a discussion topic for the Ore project, GWMCrates. View the full project on Ore for downloads and more information.


GWMCrates

Wiki | Telegram | Translations | Examples

Description

The plugin allows you to create a lot of different crates on your server,
also it provides a simple API to developers for creating addons.

The plugin officially supports the following languages:

  1. English
  2. Russian
    unofficially (translation may be outdated):
  3. French
  4. Portuguese
  5. Chinese
    And you can easily translate it yourself.

Features

  1. Configurability. The main and the biggest feature of the plugin. Do you want to make a crate which can be opened only at midnight/dawn/day/sunset? Only during the storm/rain? Only in some biome(s)? Only having some level of experience/health/food? Only in some location(s)? Only after collecting 7 key fragments? Maybe you want to combine a few conditions? Yep, all of these is possible! Make your crates as unique as your imagination allows you!
  2. JavaScriptable crates! Gives you the maximum possible control on your crates.
  3. Designed for the latest stable (7.1.0 currently) Sponge version.
  4. Sale cases, keys and drop for game money;
  5. Preview drops in the case by Left-Click;
  6. Creating a custom GUI menu;
  7. Convenient permissions management;
  8. 6 types of Cases, 15 types of Keys, 6 types of Open Managers, 3 types of Preview and 6 types of Drops;
  9. Sounds support;
  10. Permissions, Economy, Holograms and PlaceholderAPI integration;
  11. Works with any mods (including Pixelmon);
  12. and many more…

Dependencies

Media



3 Likes

A new version has been released for GWMCrates, it is available for download here.


Universal crates plugin for your server!

A new version has been released for GWMCrates, it is available for download here.


New keys: MULTI, MULTIPLE-AMOUNT.
New parameter DECORATIVE_ITEMS_CHANGE_MODE added to First Gui Open Manager (at the moment has 2 implentations: RANDOM, ORDERED).
Added update checker.

A new version has been released for GWMCrates, it is available for download here.


Added DECORATIVE_ITEMS_CHANGE_MODE option to First Gui Preview!

A new version has been released for GWMCrates, it is available for download here.


This Ore is really bugged I think…
Reuploading v1.51.

A new version has been released for GWMCrates, it is available for download here.


Universal crates plugin for your server!

Will be soon, it is in development currently

A new version has been released for GWMCrates, it is available for download here.


MAJOR Update.
Added GUI configurator!
Other changes can be found in patchnotes.txt file.
WARNING: It may not be safe upgrade to this version from older version, MAKE A BACKUP first.
Also, Holograms plugin is now needed to enable holograms.

A new version has been released for GWMCrates, it is available for download here.


Few bug-fixes!

A new version has been released for GWMCrates, it is available for download here.


Few bug-fixes!

A new version has been released for GWMCrates, it is available for download here.


Few bug-fixes

A new version has been released for GWMCrates, it is available for download here.


Few bug-fixes.

A new version has been released for GWMCrates, it is available for download here.


Universal crates plugin for your server!

A new version has been released for GWMCrates, it is available for download here.


Universal crates plugin for your server!

A new version has been released for GWMCrates, it is available for download here.


Big-fixes

A new version has been released for GWMCrates, it is available for download here.


Bug-fixes

java.lang.NumberFormatException: multiple points at sun.misc.FloatingDecimal.r - Pastebin.com know why this is thrown?

Yeah, Im sure this exception is happen on server start/plugin reload, right?
It is safe to ignore it.
It happens because you have outdated version (probably <2.0), which has other version format, and dont understand new version formats.

so it has nothing to do with a crash? ---- Minecraft Crash Report ----WARNING: coremods are present: SpongeCore - Pastebin.com this crash is what im referring to.

I dont sure that this crash related to exception above or even my plugin.
I think, plugin successfully executes command in your COMMANDS drop, but after this, another plugin throws an exception:

    at com.pixelmon.pokesash.config.UserSashConfig.addSashItem(UserSashConfig.java:132)
    at com.pixelmon.pokesash.commands.PokeSashGiveCommand.onCommand(PokeSashGiveCommand.java:60)
    at org.spongepowered.common.event.listener.SendCommandEventListener_PokeSashGiveCommand_onCommand243.handle(Unknown Source)