FREE AND PRO - BossRaid - Make bossraids!

Status
This thread has been locked.

Ghast

Founding Father of Hypocrisy - https://artemis.ac
Supreme
Feedback score
54
Posts
2,096
Reactions
3,285
Resources
79
green-submit-button-png.png
BossRaidTRANSPARENT1600x1600.png





Gangs+, FeatherBoard, Factions, WorldEdit, MythicMobs compatible!
Red = Required

Requirements:
Optional:

BossRaid is an all in one boss raid plugin. It was originally inspired by Sword Art online's boss system, and was developed by lightlord323 with resell permissions. Due to lack of funds to continue a project, I am attempting to cover these by selling this amazing plugin. it is continuously updated and includes many features.



Bossraid is a plugin that when you enter a waiting zone, you, and your comrades, get teleported after a brief delay into a mighty boss arena, may the user with the most damage impacted take the epic item.

This is 100% configurable, and includes easy files to transfer over to different networks, if you have the same coordinates.
Features.png


  • Create unlimited boss raids!
  • Create a similar experience to SwordArtOnline!
  • GUI Raid with player stats
  • Featherboard support
  • Crackshot support
  • World edit selection
  • Fully customizable messages
  • Noteblock sound
  • Prevents command from being used in a bossraid
  • Bossraid admin mode
  • GUI's!
  • 1.9+ compatible!
  • Delays are configurable!
  • Constantly updated.
  • More than 5 updates ready to be pushed to spigot!
Commands.png

⚠ WARNING ⚠

New reward system:​

Commands:

/bossraid [name] reward create [listname] >> Create an item list
/bossraid [name] reward add [listname] [percentage] [command] >> add item to list
/bossraid [name] reward remove [listname] >> remove an item list
/bossraid [name] reward list >> list all item lists
/bossraid [name] reward set epic [listname] >> set an item list as the epic item
/bossraid [name] reward set regular [listname] >> set an item list as the regular (for all players) item

Current Commands:
/bossraid create [name] >> create a bossraid
/bossraid [name] set gui >> very practical gui for editing
/bossraid [name] set waitingarea >> sets the area to wait
/bossraid [name] set canceltp >> Sets spot where players are tped when cancelling
/bossraid [name] set playerspawn >> where player spawns when raid starts
/bossraid [name] set bossspawn >> where boss spawns
/bossraid [name] set countdowntimer [time in seconds]
/bossraid [name] set resettimer [time in seconds]

/bossraid [name] reward create [listname] >> Create an item list
/bossraid [name] reward add [listname] [percentage] [command] >> add item to list
/bossraid [name] reward remove [listname] >> remove an item list
/bossraid [name] reward list >> list all item lists
/bossraid [name] reward set epic [listname] >> set an item list as the epic item
/bossraid [name] reward set regular [listname] >> set an item list as the regular (for all players) item
(very lazy to add commands here)


Screenshots.png



ab11506546c66c932a3a842d53664eb9.png

edea81e9eecf090d31a6f9705a1e4b89.png

8b76a01a05081dae4059142a6f44a84b.png


Gif below may have issues working.
sOAvXqa.gif
5febfc93b2fb5fbe9189f6c613e1f657.GIF

API.png


Code:
          Events

BossraidCountdownEvent - Fired when countdown for bossraid starts
BossraidStartEvent - Fired when bossraid starts
BossraidEndEvent - Fired when bossraid ends

            API Methods
The API methods can be accessed through the BossraidAPI class

createBossraid(String name) - creates bossraid with supplied name
getBossraid(String name) - returns bossraid that has given name
getBossraid(Location location) - returns bossraid that contains given location
getPlayersInRaid(Bossraid bossraid) - returns a list of players that are in the bossraid
isActive(String bossraid) - checks if bossraid with the name given is active or not
isInBossraid(Player p, Bossraid bossraid) - checks if player is in specified bossraid
isInBossraid(Player p, String bossraidName) - checks if player is in specified bossraid








XhTdCJd.png


BossRaid is an all in one boss raid plugin. It was originally inspired by Sword Art online's boss system, and was developed by lightlord323 with resell permissions. Due to lack of funds to continue a project, I am attempting to cover these by selling this amazing plugin. it is continuously updated and includes many features.



Bossraid is a plugin that when you enter a waiting zone, you, and your comrades, get teleported after a brief delay into a mighty boss arena, may the user with the most damage impacted take the epic item.

This is 100% configurable, and includes easy files to transfer over to different networks, if you have the same coordinates.

Check the wiki down below!

5FLulyM.png


  • Create unlimited boss raids!
  • Create a similar experience to SwordArtOnline!
  • GUI Raid with player stats
  • Featherboard support
  • Crackshot support
  • World edit selection
  • Fully customizable messages
  • Noteblock sound
  • Prevents command from being used in a bossraid
  • Bossraid admin mode
  • GUI's!
  • 1.9+ compatible!
  • Delays are configurable!
  • Constantly updated.
  • More than 5 updates ready to be pushed to spigot!

1Q0Q34Z.png


ab11506546c66c932a3a842d53664eb9.png

edea81e9eecf090d31a6f9705a1e4b89.png

8b76a01a05081dae4059142a6f44a84b.png


Gif below may have issues working.
sOAvXqa.gif
5febfc93b2fb5fbe9189f6c613e1f657.GIF

Just right click them and click open in a new tab.

7zqTUIG.png


Hooking into Featherboard:
{playerDamage} Shows the amount of damage a user did to the boss
{bossraidName} Shows the boss name


v8mAgfk.png


/bossraid [help] => Displays all commands
/bossraid [bossraid] set [waitingarea/bossspawn/playerspawns/canceltp] => location based settings
/bossraid [bossraid] set [waitingtimer/resettimer] <time in seconds> => Time based settings
/bossraid [bossraid] set reward <command to run, winner placeholder is %player%>

PERMISSIONS:
bossraid.command to use any bossraid command
bossraid.admin to be able to bypass command restriction when in active bossraid


ZuzfF6o.png


Code:
countdown-sound: BLOCK_NOTE_PLING
Code:
message-prefix: '&7[&6Bossraid&7]'
bossraid-name-exists: '&4A Bossraid with that name already exists.'
bossraid-create-success: '&aA bossraid with the name %name% has been created.'
bossraid-not-found: '&4Bossraid not found.'
waitingarea-location-set: '&aWaiting area location has been set.'
waitingarea-location-error: '&4You must have a world edit selection and stand on a
  solid block.'
canceltp-location-set: '&aLocation has been set.'
bossspawn-location-set: '&aBoss spawn location has been set.'
playerspawn-location-set: '&aPlayer spawn location has been set.'
boss-type-error: '&4There is no MythicMob entity with that type.'
boss-type-success: '&aBoss type successfully set.'
bossraid-toggle-success: '&aBossraid has been %state%.'
bossraid-toggle-error: '&4This bossraid cannot be enabled yet.'
bossraid-reward-set: '&aReward has been set for this bossraid.'
waiting-area-enter: '&aYou have entered the %bossraid% bossraid waiting area.'
waiting-area-leave: '&aYou have left the %bossraid% bossraid waiting area.'
bossraid-countdown-start: '&6&lThe %bossraid% bossraid countdown has started!'
bossraid-countdown-broadcast: '&6&lThe %bossraid% bossraid will begin in %time% seconds.'
bossraid-start: '&6&lThe %bossraid% bossraid has started!'
bossraid-win: '&6&l%player% did the most damage in the %bossraid% bossraid!'
bossraid-reset-countdown-over: '&6&lThe %bossraid% bossraid is now off cooldown.'
gui-title: '&6%bossraid% bossraid participants.'
cannot-use-command: '&4Cannot use commands while in bossraid!'



Dn9IrRc.png


Discord:
Ghast#8336



Resell permission from owner of this:
07a4e874d94332e648694e1677f223a9.png

vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
Check out our other plugins!
 

Attachments

  • green-submit-button-png.png
    green-submit-button-png.png
    90.9 KB · Views: 186
  • Commands.png
    Commands.png
    20.7 KB · Views: 190
  • Features.png
    Features.png
    18.5 KB · Views: 193
  • Screenshots.png
    Screenshots.png
    22.8 KB · Views: 181
  • API.png
    API.png
    14.5 KB · Views: 189
  • BossRaidTRANSPARENT1600x1600.png
    BossRaidTRANSPARENT1600x1600.png
    660.8 KB · Views: 184
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Ghast

Founding Father of Hypocrisy - https://artemis.ac
Supreme
Feedback score
54
Posts
2,096
Reactions
3,285
Resources
79
Fairly sure requiring a user to make an account is against the rules...
This isn’t a giveaway, and is not anything more than licensing purposes. I have yet to implement any sort of marketing, and our privacy policy ensures your data to never be distributed/sold.
 
Status
This thread has been locked.
Top