Skip to content

Plugin to reload chest with hologram, particles, and editing menu

License

Notifications You must be signed in to change notification settings

mrfdev/LootChest

 
 

Repository files navigation

How to build:

# this should be enough, but you can make an issue if there is any problem. I know that "it works on my computer" is not always a good answer
mvn clean install

How do I update the plugin at each minecraft version?

Tested Minecraft Versions:
1.7 - 1.21.X
Languages Supported:
Editable language file
Donation Link:
https://www.paypal.me/BlackEyes99
LootChest

Configurable chest reloader

Features:
  • Set particles for each chest (35 particles supported) (can be disabled for each chest)
  • BungeeCord messages on chest respawn/take
  • Timer on chest's hologram (can be disabled)
  • Give a chest content to a player (it allow you to create a kind of kit, since essentials kits doesn't store nbt tags)
  • 1.7 to 1.21.1 support (No holograms in 1.7)
  • Menu to create or edit everything
  • Editable inventory for each chest
  • Editable item chance for each item in each chest (default: 100% (editable))
  • Editable respawn time for each chest
  • Editable hologram for each chest (can be disabled for each chest)
  • Chest is deleted when empty (but will still respawn at defined time) (can be disabled)
  • Editable lang file, editable menu names
  • Editable general particle's speed, number, spawn rate and radius (can be disabled)
  • Make a copy of another lootChest by creating a chest then selecting the chest to copy in the editing menu
  • Broadcast on chest respawn (can be disabled for each chest)
  • Change a chest's position
  • Automatic config and lang update , so that you don't have to delete anything when you update this plugin
  • Random spawn within a radius around location where chest was created, or around a random player (editable radius for each chest) (can be disabled)
  • Awesome fall effect (fully editable) (can be disabled for each chest)
  • Broadcast on chest taken (can be disabled for each chest)

Commands:

-/lc create <name> : Creates a chest and opens creating menu
-/lc edit <name> : Open editing menu
-/lc help : Guess it
-/lc respawn <name> : respawn a chest
-/lc respawnall : respawn all chests
-/lc remove <name> : removes the given chest
-/lc setholo <name> <text> : set hologram of given chest. Setting holo to "" or " " or null will delete the holo
-/lc reload : reloads all chests
-/lc list : well... sorry to not have added that earlier
-/lc give <player> <chest> Allows u to give a chest's content to a player
-/lc setpos <name> : changes the position of a chest
-/lc settime <name> <seconds> : sets the respawn time of the chest without using the time menu
-/lc randomspawn <name> <radius> : sets the respawn radius of a chest
-/lc tp <name> : teleports you to a chest
-/lc togglefall <name>: enable/disable fall effect
-/lc getname : get name of targeted chest
-/lc locate : gives locations of all chests that haves natural respawn message enabled


Permissions:
for all commands: lootchest.<command>
for admins: lootchest.admin/lootchest.*

More infos:
Mail: valentin@girod.fr
Discord: Black_Eyes#5538

Using my code:
Don't sell copy of this thing, it will always stay open source. You can still use my code if you want to edit this plugin for yourself, or someone in needs, or you can use some function for your own plugin^^ (the fall effect class could be useful to some, and there's many menu in this, and also some config file functions)

About

Plugin to reload chest with hologram, particles, and editing menu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.6%
  • Other 0.4%