All Features:
-
Spigot and Paper support
-
Currently supported versions: 1.8.8 and 1.12.2 (Support for more versions will be added in the future)
-
100% customizable messages and menus
-
SQLite and MySQL database support
-
Integrated statistic system
-
You can create your own Kits with custom Abilities
-
Jump Pads mechanic (Fully customizable)
-
Random Power Up spawn system
-
Integrated command blocker
-
Spectator teleport feature
-
Arena selector menu
-
Built-in scoreboard with placeholder support
-
Customizable sounds
-
PlaceholderAPI support (Click here to learn more)
-
Powerful API to expand the plugin features even further!
UPCOMING FEATURES
- Spectator Options
- Portal Teleport Mechanic
- Arena Setup System
- Party System
- Cosmetics
- Hotbar Manager
- Bungeecord Support
- Quests
- Achievements
EXAMPLE FILES
Example Arena:
displayname: "Cave"
group: "4v4"
lobby-location: game,-162.00,135.00,150.00,90,0
max-players-per-team: 4
min-players: 4
win-points: 3
arena:
pos1: game,-256,186.00,118.00,0,0
pos2: game,-118.00,110.00,176.00,0,0
center:
pos1: game,-184.00,134.00,149.00,0,0
pos2: game,-182.00,134.00,151.00,0,0
teams:
RED:
name: Red
spawn-location: game,-234.00,133.00,150.00,-90,0
barrier:
pos1: game,-218.00,137.00,154.00,0,0
pos2: game,-218.00,141.00,146.00,0,0
base:
pos1: game,-259.00,114.00,179.00,0,0
pos2: game,-217.00,155.00,122.00,0,0
BLUE:
name: Blue
spawn-location: game,-134.00,133.00,150.00,90,0
barrier:
pos1: game,-148.00,137.00,146.00,0,0
pos2: game,-148.00,142.00,153.00,0,0
base:
pos1: game,-115.00,114.00,122.00,0,0
pos2: game,-148.00,157.00,176.00,0,0
powerups:
- game,-183.00,141.00,163.00,0,0
- game,-183.00,141.00,137.00,0,0
Example Kit:
displayname: "Archer"
armor:
helmet: true
chestplate: false
leggings: false
boots: true
items:
item-1: # Item ID, must be unique
material: BOW
slot: 0
# lore: []
# glow: false
# texture: http://textures.minecraft.net/texture/7e292b9a95fdcf513774cdadeffe4c6de2bbc8d898ae3edee6fe2f316c4106b8
# Only applicable to player heads
# amount: 1
# effect: SPEED,10,1 (Format: EFFECT,DURATION,AMPLIFIER)
# Only applicable to potions
# enchantments: SHARPNESS,1 (Format: ENCHANTMENT,LEVEL)
item-2:
material: WOODEN_PICKAXE
slot: 1
item-3:
material: WOODEN_AXE
slot: 2
item-4:
material: SHEARS
slot: 3
item-5:
material: ARROW
amount: 6
slot: 4
item-6:
material: WOOL
amount: 32
slot: 5
ability:
displayname: "&6&lSTEP BACK"
type: STEP_BACK
item:
material: BLAZE_POWDER
glow: true
displayname: "&eKeystone Ability: &6&lSTEP BACK"
lore:
- "&7Push yourself back instantly!"
- ""
- "&6Press &e&lRight Click &6to activate"
- ""
- "&7You can only use your keystone"
- "&7ability &c&lONCE &7per round."
slot: 8
Example Power-Up:
pickaxe:
displayed-item: # The item displayed in the hologram
material: STONE_PICKAXE
hologram-lines:
- "&6Stone Pickaxe"
items:
item-1: # Add items using the same format of the kits
material: STONE_PICKAXE
effects:
- SPEED,15,1
# - SLOWNESS,10,2 # You can add as many effects and items as you want
config.yml
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# | WOOLWARS CONFIGURATION FILE |
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# Version: 1.0.0
# Author: CubeCrafter
# Issues: https://github.com/CubeCrafter/WoolWars/issues
# Wiki: https://cubecrafter.gitbook.io/
# Discord: https://discord.gg/WzQhrNJkYu
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# | GAME SETTINGS |
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
enable-leave-command-shortcut: true
starting-countdown: 10
pre-round-duration: 15
active-round-duration: 60
round-over-duration: 5
game-end-duration: 10
disabled-interaction-blocks:
- CRAFTING_TABLE
- FURNACE
placeable-blocks: []
disable-fall-damage: true
items:
play-again-item:
material: PAPER
displayname: "&bPlay Again &7(Right-Click)"
lore:
- "&7Right-Click to join a new game!"
slot: 7
leave-item:
material: RED_BED
displayname: "&cReturn to Lobby &7(Right-Click)"
lose:
- "&7Right-Click to return to the lobby!"
slot: 8
teleporter-item:
material: COMPASS
displayname: "&aTeleporter &7(Right-Click)"
lore:
- "&7Right-Click to open!"
slot: 0
jump-pads:
top-block: SLIME_BLOCK
bottom-block: STONE
horizontal-power: 0.5
vertical-power: 1.0
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# | CHAT SETTINGS |
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
blocked-commands:
# Set this to true to make it a whitelist.
whitelist: false
commands:
- spawn
- msg
- fly
chat-format:
enabled: true
lobby-format: "{player}: &7{message}"
waiting-lobby-format: "{player}: &7{message}"
game-format: "{team_color}&l{team_letter} {team_color}{player}: &7{message}"
spectator-format: "&7[SPECTATOR] {player}: &7{message}"
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# | SOUNDS |
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
sounds:
jump-pad: ENTITY_BAT_TAKEOFF
round-start: BLOCK_ANVIL_LAND
round-won: ENTITY_PLAYER_LEVELUP
round-lost: GHAST_MOAN
teleport-to-base: ENTITY_ENDERMAN_TELEPORT
game-won: ENTITY_PLAYER_LEVELUP
game-lost: GHAST_MOAN
powerup-collected: ENTITY_EXPERIENCE_ORB_PICKUP
player-death: GHAST_MOAN
player-kill: ENTITY_EXPERIENCE_ORB_PICKUP
countdown: ENTITY_CHICKEN_EGG
player-joined: ENTITY_CHICKEN_EGG
player-left: ENTITY_CHICKEN_EGG
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# | SCOREBOARD & NAME TAGS SETTINGS |
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
scoreboard:
enabled: true
# The scoreboard refresh interval in ticks.
refresh-interval: 20
name-tags:
enabled: true
prefix: "{team_color}&l{team_letter} {team_color}"
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# | STORAGE SETTINGS |
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
mysql:
enabled: false
host: localhost
port: 3306
database: woolwars
username: "username"
password: "password"
use-ssl: false
lobby-location: ""
MENUS


Quick Links
Support
Read the Wiki before asking for support
If you need support enter in my Discord Server
If you find a bug report it on the Issue Tracker
Please do not request support through reviews!
Terms of Service
All purchases are final, no refunds.
One purchase is valid for one Minecraft server or one network.
The price of this resource may change at any moment.
If you like this resource, make sure to leave a review!
bStats Statistics