DropParty
What is Drop Party?
Drop Party is a simple, easy to use plugin that lets you create drop parties on your server.
Latest version: 3.2. Compatible with Craftbukkit and Spigot 1.11.2.
Features
- Set chests that items will be taken from for chest parties
- Set item spawn points for each drop party
- Set firework spawn points for each drop party, where fireworks will be shot at the end of the party
- Set each drop party's item drop delay, maximum length, and maximum stack size
- Set each drop party's firework spawn delay and amount. Fireworks will spawn at the end of a Drop Party
- Enable vote to start on a drop party, and set the required amount of votes to start it
- Enable votifier for a party and let players vote through votifier (currently disabled in v3.2)
- Enable periodic start on a drop party, and set the length of time between each automatic start
- Set a party to not empty a chest, so the party can be run repeatedly without refilling chests.
- Announces when drop parties are started/stopped
- Let players teleport to drop parties
- All messages are configurable and can be easily changed
Commands
- If /dp conflicts with another plugin, /dropparty may be used as well.
- <Angle brackets signify a required parameter>
- [Square brackets signify an optional parameter]
| Command | Description | Usage | Permission |
|---|---|---|---|
| About | Lists some information about drop party | /dp | dropparty.about |
| Help | Lists all of the drop party commands | /dp help [page] | dropparty.help |
| Create | Creates a drop party | /dp create <party> | dropparty.create |
| Delete | Deletes a drop party | /dp delete <party> | dropparty.delete |
| Start | Starts a drop party | /dp start <party> | dropparty.start |
| Stop | Stops a drop party | /dp stop <party> | dropparty.stop |
| Reload | Reloads the drop party plugin | /dp reload | dropparty.reload |
| Teleport | Teleports you to a (or the) drop party | /dp teleport [party] | dropparty.teleport |
| Vote | Votes for a drop party to start | /dp vote <party> | dropparty.vote |
| Set Chest | Sets you to chest selection mode | /dp set chest <party> | dropparty.set.chest |
| Set Item Point | Sets you to item point selection mode | /dp set itempoint <party> | dropparty.set.itempoint |
| Set Firework Point | Sets you to firework point selection mode | /dp set fireworkpoint <party> | dropparty.set.fireworkpoint |
| Set Party Setting | Sets a party setting of a drop party | /dp set partysetting <party> <setting> <value> | dropparty.set.partysetting |
| Set Teleport | Sets the teleport of a drop party | /dp set teleport <party> | dropparty.set.teleport |
| Remove Chest | Removes a chest or sets you to chest removal mode | /dp remove chest <party> [id] | dropparty.remove.chest |
| Remove Item Point | Removes an item point or sets you to item point removal mode | /dp remove itempoint <party> [id] | dropparty.remove.itempoint |
| Remove Firework Point | Removes a firework point or sets you to firework point removal mode | /dp remove fireworkpoint <party> [id] | dropparty.remove.fireworkpoint |
| List Parties | Lists all of the drop parties | /dp list parties [page] | dropparty.list.parties |
| List Item Points | Lists the item points of a drop party | /dp list itempoints <party> [page] | dropparty.list.itempoints |
| List Firework Points | Lists the firework points of a drop party | /dp list fireworkpoints <party> [page] | dropparty.list.fireworkpoints |
| List Chests | Lists the chests of a drop party | /dp list chests <party> [page] | dropparty.list.chests |
| List Party Settings | Lists the settings of a drop party | /dp list settings <party> [page] | dropparty.list.settings |
Special Permissions
- dropparty.admin - All drop party permissions
Setup/Usage
1. Setting up the plugin:
- Place the plugin into the plugins folder of your server.
- Restart or reload the server to load the plugin and generate a configuration file in /plugins/dropparty.
- Edit the messages and default party settings. (OPTIONAL)
- Reload the plugin with /dp reload
- Ops will have permission to all commands. Give any permissions needed to non-ops.
2. Setting up a Drop Party:
- Type /dp create <party>. A drop party will be created with the given name, and the teleport set at your location.
- Type /dp set chest <party>. Right or left click on chests you want items to be taken from for the party.
- Type /dp set itempoint <party>. Right or left click on the faces of blocks you want items to be dropped at.
- Type /dp set fireworkpoint <party>. Right or left click on the faces of blocks you want fireworks to be spawned at after a party.
3. Starting a Drop Party:
- Type /dp start <party>. The party will be started and will run until the max length is reached, it runs out of items, or is manually stopped
Source
Drop Party is open source and is hosted on GitHub; feel free to fork, star, or contribute to Drop Party by making pull requests and opening issues.
Tutorial
User Content
- Logo: xDizasterCYx
- English Tutorial by Koz4christ: http://youtu.be/D2JVBOQ2YcA
- English Tutorial by Wukkit: http://youtu.be/YHM3bp0atlw
- Portuguese Tutorial by AbsintoJPL: http://youtu.be/V-kPZPEJdmg
- (Outdated) English Tutorial by lDashi: http://youtu.be/YW1gxNjsvCU
- (Outdated) Spanish Tutorial by Angel12Death12: http://youtu.be/pU2nWIfzMHQ
Notes
- Drop Party requires (at least) Java 8 to run.
- If you have an error, please use a paste service (http://paste.md-5.net/) instead of the comment box.
-
View User Profile
-
Send Message
Posted May 11, 2015@jason8100
On version 1.7.10, after a while the drop party will start and stop immediately with items in the chests. I have to reconfigure the dropparty for it to work.
-
View User Profile
-
Send Message
Posted May 11, 2015Very good plugin, just missing the option to add a countdown to a dropparty. Something like /dp start dropparty <seconds till start>
This will give players the time to tp to the dropparty.
-
View User Profile
-
Send Message
Posted Apr 26, 2015Hi, I have the same plugin on 2 servers , 1 works perfectly , same spigot version ,but the other server after a server restart I get this error and it no longer works.. [12:40:19] [Server thread/INFO]: [DropParty] Enabling DropParty v3.1 [12:40:19] [Server thread/ERROR]: Error occurred while enabling DropParty v3.1 (Is it up to date?) java.lang.NullPointerException at me.ampayne2.dropparty.parties.Party.updateChestList(Party.java:439) [?:?] at me.ampayne2.dropparty.parties.Party.<init>(Party.java:136) [?:?] at me.ampayne2.dropparty.PartyManager.<init>(PartyManager.java:55) [?:?] at me.ampayne2.dropparty.DropParty.onEnable(DropParty.java:85) [?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [spigot.jar:git-Spigot-d0d1d87-15e81cf] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [spigot.jar:git-Spigot-d0d1d87-15e81cf] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-d0d1d87-15e81cf] at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:356) [spigot.jar:git-Spigot-d0d1d87-15e81cf] at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:316) [spigot.jar:git-Spigot-d0d1d87-15e81cf] at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:402) [spigot.jar:git-Spigot-d0d1d87-15e81cf] at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:370) [spigot.jar:git-Spigot-d0d1d87-15e81cf] at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:325) [spigot.jar:git-Spigot-d0d1d87-15e81cf] at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:211) [spigot.jar:git-Spigot-d0d1d87-15e81cf] at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:494) [spigot.jar:git-Spigot-d0d1d87-15e81cf] at java.lang.Thread.run(Unknown Source) [?:1.8.0_05]
Any ideas what can cause it ? really hoping its something simple I have missed :P
-
View User Profile
-
Send Message
Posted Apr 22, 2015try with /dp help
-
View User Profile
-
Send Message
Posted Mar 23, 2015Voting through votifier doesnt work btw. Any idea how this could be possible.
(i have it enabled in the config)
-
View User Profile
-
Send Message
Posted Mar 17, 2015Would it be possible to show to the players how many votes there are counted before the next drop party starts?
(25 votes left, 22 votes left, etc. for example)
Maybe possible through scoreboardstats. Or a holographic display?
-
View User Profile
-
Send Message
Posted Mar 15, 2015@greeves12
ETA? Does it break with 1.8 currently?
-
View User Profile
-
Send Message
Posted Mar 14, 2015@DonyorM
I am updating it
-
View User Profile
-
Send Message
Posted Mar 9, 2015Just wondering, will this be updated to 1.8?
-
View User Profile
-
Send Message
Posted Jan 22, 2015@greaperc4 use world guard, define a region on the chests and there you go. http://dev.bukkit.org/bukkit-plugins/worldguard
-
View User Profile
-
Send Message
Posted Jan 22, 2015hi
I like this drop party a lot .. and from start building new server 1.8.1 at the moment, well it works but when server restarts plugin is not runung anymore .. trouble is with decimal points in party.yml in both chest and itempoints section EDIT: and also fireworks
sample NOT WORKING
- DropParty;world_drop_party,633.0,109.0,-343.0,0.0,0.0
sampel manual fix WORKING
- DropParty;world_drop_party,633,109,-343,0,0
can you fix this please THNX .. if I fund some more errors I wil post here
1 TODO
Also i mised here is to have also teleport for all players to party zone (if exist then is not working in 1.8.1) like an option and set by worlds like:
teleport:
- world 1
- world 2
- world 5
- world_nether
@dvargas135 And yes this is great idea too!, and at same time shuld be limited with time .. like must be at least 5 min with 20 players online ..
@red0fireus Place more items in chests ))
@Golumpa I missed this too but sloved with more chests and put stuf in randomly .. easy sollution but maby author will do this if we ask him nice ))
@greaperc4 hide chests below ground )) simple !!
-
View User Profile
-
Send Message
Posted Jan 10, 2015Hello,
Could you put an option so the drop party starts when a specified amount of players join?
If so that would be awesome!
-
View User Profile
-
Send Message
Posted Jan 10, 2015GOOD
-
View User Profile
-
Send Message
Posted Jan 7, 2015Exelent, nice work <3
-
View User Profile
-
Send Message
Posted Jan 2, 20151.8 Support?
-
View User Profile
-
Send Message
Posted Dec 18, 2014I set max length of the dropparty to 1000000000 and it only goes for 10 seconds 0.0
-
View User Profile
-
Send Message
Posted Dec 6, 2014I love this plugin and how it works but is there a way so that it randomly takes things out of a chest? Im asking this as with the dropper system it has it randomly drops the items within the hoppers and does not go through the items in a linear format.
-
View User Profile
-
Send Message
Posted Dec 4, 2014@IamNoob123
Use the command /dp set partysetting <party> emptychest false
-
View User Profile
-
Send Message
Posted Dec 3, 2014Can you make it like unlimited item. Put at the chest, then no need to put some again.
-
View User Profile
-
Send Message
Posted Oct 13, 2014Hi @ampayne2,
I really Like this plugin but I think there is 1 problem. people can put things in the chests, but they can also take it out
could this be fixed so people throw in stuff and when they close the inventory it will be stored? so they cant take it out anymore.. otherwise people will just steal everything
EDIT: I am using droppers to a unaccessible chest for players, but it would be easier to put this in the plugin itself
regards, Greaperc4