Cloth

Developer
Supreme
Feedback score
20
Posts
214
Reactions
239
Resources
0
26ebc43dfcd49e9b1b44a84dcfe72ac9.png


430ce214586cae557cee4937166d74b3.png




8f139d41de2125b1d47074e37e9b5343.png

4677874719bc54df6bffbca6289d388d.png

2120c57fce5cbbd0803a87b5588c6368.png


For your players to start a raid, all they must do is claim their cannon and shoot TNT at the enemy base. The plugin will do all the work. The start and stop commands below are for admins to forcestart or forcestop raids if needed.​

Commands:
/raid
/raid help
/raid list
/raid start <attacker> <defender>
/raid stop <faction>

Placeholders:
%raidtimers_shield% - the remaining time left on your factions shield
%raidtimers_timeleft% - the amount of time before the raid ends

Permission Nodes:
raidtimers.admin

Extra:
Code:
#         General Settings         #


# If you start a raid, and stop shooting for 'x minutes or hours' then,
# the defending faction will receive a shield.
explosion-threshold: 15 minutes


# This is how long the shield will last after a faction
# has successfully defended a raid.
shield-duration: 15 minutes


# This is how long the attacking faction has before
# the raid ends and a shield is given.
raid-duration: 90 minutes


# Prevent the placement of the following blocks during raid defense.
prevent-placement:
- TNT
- OBSIDIAN
- COBBLESTONE


# Prevent the destruction of the following blocks during raid defense.
prevent-break:
- MOB_SPAWNER


# Prevent the use of the following items during raid defense.
# Note: Here you should place the item type of your genbuckets.
prevent-use:
- MONSTER_EGG


# Prevent the use of certain commands (by the defenders) during raid.
# Here we disable three faction commands. "f" auto includes "factions" as well
prevent-commands:
- f chest
- f pv
- f vault


#         Gui Settings         #

raid-list-gui: '&8Raid List'
raid-gui: '&8Raid Gui'


#         General Messages         #

cannot-break: '&eYou cannot break this block while being raided.'
cannot-place: '&eYou cannot place this in your claims while being raided.'
cannot-use: '&eYou cannot use this item while being raided.'
cannot-execute: '&eYou cannot execute this command while being raided.'
cannot-disband: '&eYou cannot disband your faction while a raid is active.'
cannot-leave: '&eYou cannot leave your faction while a raid is active.'
cannot-command: '&eYou can not use this command while being raided.'
cannot-unclaim: '&eYou cannot unclaim land while being raided.'
shield: '&7You have a faction shield for: &a%time%'


#         Raid Start          #

raid-start-title: ''
raid-start-subtitle: '&cYour faction has initiated a raid, go fight!'
raid-start:
- ''
- '&cYou have initiated a raid on: &7%faction% (%online% Online)'
- ''
- '&cYou may type &7/raid&c for additional information.'
- ''


#         Raid Defense         #

raid-defense-title: ''
raid-defense-subtitle: '&cYou are being raided, go defend your base!'
raid-defense:
- ''
- '&cYou are being raided by: &7%faction% (%online% Online)'
- ''
- '&cYou may type &7/raid&c for additional information.'
- ''


#         Items          #

raid-item:
  name: '&c&lYOU ARE CURRENTLY IN A RAID'
  lore:
    - '&8%date%'
    - ''
    - '&8&lATTACKERS: &f%attacker% &a(%onlineAttackers% Online)'
    - '&8&lDEFENDERS: &f%defender% &a(%onlineDefenders% Online)'
    - ''
    - '&7The faction actively raiding must fire TNT '
    - '&7once every 15 minutes to remain in raid.'
    - ''
    - '&7While this raid is active, the defending faction'
    - '&7will be unable to mine spawners or regen walls.'
    - ''
    - '&8Last Explosion:'
    - '&7%time% ago'
    - ''
    - '&8Time Left:'
    - '&7%remaining%'

If you are interested in purchasing, contact me on discord or send me a PM on here!
cloth#2896​
 
Type
Offering
Last edited:

Cloth

Developer
Supreme
Feedback score
20
Posts
214
Reactions
239
Resources
0
Very cool plugin gl[DOUBLEPOST=1637430026][/DOUBLEPOST]I would take into consideration what happens if there is allys?
Appreciate the suggestion! Currently, the plugin does not allow allies to initiate raids on each other.
 
Last edited:
Top