Boss Fight or Event Organizer


Author: mythanical
Created: 2013-02-22T02:44:31-0500
Edited: 2013-10-23T05:28:09-0400
Denizen Version: 0.9.3
Views: 110
Downloads: 1115
Likes: 3


WGET
Description: # Boss Fight / Event Organizer - 3 Events per NPC.
# Citizens 2 (build #991)
# Denizen 0.9.3 (build #1341)

To assign to an NPC, type:
/npc assign --set "Bossfight Organizer"

Description:

This script will allow an NPC to act as a middle-man for someone organizing players for an event. It is not the event itself, in other words, it'll only take the players where they need to go as a group. You need to decide where they get teleported to and how you trigger your own boss event.

An Organizer (player) will need to assign themselves to an event and then other Players will be able to join in.

The Organizer is automatically part of the event and will be teleported with the Players when the event is started. Organizers and Players cannot belong to multiple events at the same time.

Organizers can 'start' or 'cancel' their own event. When the Organizer uses the 'leave' command it also cancels the event.

Other Features:
* Set Min/Max group sizes
* OP's can 'Reset' or 'Lock' events. Reset will reset ALL events and Lock will allow OP to individually lock specified events in case they are under construction.
* Events are automatically reset when the Organiser disconnects from the server, allowing new organisers to take it over.

The "Spleef Organizer" script by davidcernat was used as a template for this script. Thanks man! For this and all the other help, bug fixes and new features you added for me.