- Joined
- Mar 6, 2019
- Messages
- 750
This sets up a team-based King of the Hill (KOTH) event where teams of two players compete to control a designated area. For Season 2 I think this would be super fun and exciting for people to play at any skill level as these may often go unattended or assumed. Meaning the top few islands will assume their rivals are there, and often times it may actually be you. The dude with 5k and no friends. We could set one up at a slightly larger pvp warp next map 
You can find the plugin here on MCMarket (builtbybit)
Example of how the config might look for this plugin

You can find the plugin here on MCMarket (builtbybit)
Example of how the config might look for this plugin
YAML:
events:
ex # - name: Skyblock KOTH
ex # world: skyblock_world
ex # location:
x: 100
y: 64
z: 100
radius: 10
ex #lobby:
x: 0
y: 64
z: 0
game_mode: capture
capture_time: 900 # 15 minutes in seconds
ex # team_based: true
ex # team_size: 2
schedule:
type: interval
interval: 3600 # every hour in seconds
rewards:
- type: command
command: "give %player% emerald_block 16"
give_to: team
- type: command
command: "crate givekey %player% Skyblock 1"
give_to: team
- type: command
command: "randomitem %player% koth_gear 3"
give_to: team
Upvote
0








