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 Jul 11, 2014Is there a command I can use so the Dropparty never stops?
Thanks
-
View User Profile
-
Send Message
Posted Jul 6, 2014Do i have to enable this to get "votifier" to work:
votetostart: true requiredvotes: XX votifier: true
OR can i leave "votetostart to false"?
I dont want them to be able to use the command /dp vote PARTY to start. Just Votifier:)
-
View User Profile
-
Send Message
Posted Jul 3, 2014Is there a way to make it random select items from the chests? instead of stack at a time?
-
View User Profile
-
Send Message
Posted Jul 3, 2014Hello, Awesome plugin dude :D
could there be a feature added that the teleport could be disabled? and the messages shown changable? would help... but either way its a great plugin :D Ant
-
View User Profile
-
Send Message
Posted Jun 26, 2014@Butterxz
Yes, basically when someone votes for the server it will be like they typed /dp vote [party] for every party :)
-
View User Profile
-
Send Message
Posted Jun 26, 2014Thank you @ampayne2, but does the Drop Party connect to Votifier yet..? Like when a player votes for votifier and lets say the votes go up to 50 and if its 50/50 it automatically starts.. Please contact me back @Butterxz THanks xD!
-
View User Profile
-
Send Message
Posted Jun 26, 2014@Wukkit
Nice video, and thanks! I looked into the issue with /dp set teleport, turns out it was working but not sending you a message to confirm that you set the teleport. Fixed with this commit, going to hold off for a few days to make sure there are no other bugs in v3.1 before uploading the fix. However the latest build can be found on the Jenkins server above :)
-
View User Profile
-
Send Message
Posted Jun 26, 2014Hey ampayne2, I did a review on your plugin. Very neat to say the least! You can find the review here - https:www.youtube.com/watch?v=YHM3bp0atlw Whether to wish to feature it or not, that's up to you! ^_^ Anyway I wanted to report a problem with the plugin - the /dp set teleport didn't work, it just didn't do anything. But anyway, never the less keep up the good work!
-
View User Profile
-
Send Message
Posted Jun 25, 2014@Butterxz
Votifier will be in v3.1, currently awaiting approval. Uploaded 2 days ago so shouldn't take much longer :)
-
View User Profile
-
Send Message
Posted Jun 25, 2014Hey @ampayne2 How would I connect DropParty to votifier.. Please help Thanks :) !
-
View User Profile
-
Send Message
Posted May 28, 2014@scoobycraft
Yes
@zLemonProz
None of those are possible currently, but i'll implement them in a future release :)
-
View User Profile
-
Send Message
Posted May 28, 20141.7.9 compatible?
-
View User Profile
-
Send Message
Posted May 28, 2014Also is it possible to have the fireworks shooting during the party and not when it ends?
-
View User Profile
-
Send Message
Posted May 28, 2014Hey i have just started using this plugin and I was wondering if it was possible to make it go straight to players inventorys instead of being at a certain place.
Also if its possible to use Votifier and after about 50 votes for example, a drop party starts.
So basically, after 50 votes a drop party starts after a countdown of 10 seconds, it says like A DROP PARTY IS STARTING TYPE /DP on to start it, players who do /dp on are in the drop party and the items go into their inventory at random.
-
View User Profile
-
Send Message
Posted May 27, 2014@RawBeef_
Are you getting any errors in the console when it stops responding like that? Also I've been working on some of your suggestions when I get time :)
-
View User Profile
-
Send Message
Posted May 27, 2014Sometimes just stops working. Anyone else have that? when command is typed it does nothing and displays nothing
-
View User Profile
-
Send Message
Posted May 24, 2014Amazing plugin! Thanks so much for this!
-
View User Profile
-
Send Message
Posted May 23, 2014@jflory7
I will add that when I get the chance :)
There is also a section in the video for that
-
View User Profile
-
Send Message
Posted May 23, 2014Explanations of all of the different party settings would be useful to add.
-
View User Profile
-
Send Message
Posted May 13, 2014(not sure if this is done yet) Would it be possible to make it so a message plays after a configurable amount of votes to start it. (eg. DP in x votes!) Also is it possible to make it so there is a command to add votes, so that people can make the vote listener execute the command every time a player votes? Making it so the DP can go by server votes. And also is there a way to make it automaticly start after a certain ammount of people are on? Last thing is is there a way to set a default Party so /dp join just goes to the default one? and others would use /dp join <name>