
The main premise of this mode is to fight on an open map against other players without teaming up. This setup offers a look at the immersive space theme using a custom map, designs and mechanics of the same nature.



TEST SERVER
ffa.premadesetups.com

○ CLEAN DESIGN ❱ The server is created using eye-pleasing colors with a simple and minimalist design in menus, messages, items and more.
○ CUSTOM MENUS ❱ All the menus found in this setup were modified with a resource pack for a better visual experience.
○ CUSTOM PREFIXES ❱ The ranks configured in this setup were modified with a resource pack for a better visual experience.
○ SPACE THEME ❱ The server was created with a space theme. The map, menus, some items and messages are set in the same way.
○ PLACEHOLDERAPI ❱ Internally, the setup has a system of placeholders with some mechanics to be used externally in any plugin that supports PlaceholderAPI.
○ VERSION 1.19.4 ❱ This setup is created using version 1.19.4 as a base. Version support will change as updates are made.

○ LEVEL SYSTEM ❱ These levels are for cosmetic purposes only and offer no in-game benefits. Kill players and complete quests to level up.
○ BOSSBAR TIPS ❱ Some messages will be displayed from time to time at the top of your screen (bossbar).
○ CREDITS & SHOP ❱ The server has a virtual economy called credits. With this economy you can buy other types of items in the game.
○ GRAVITY BOX ❱ This is a kind of crate where you can get credits, more gravity boxes, tags, better equipment, among others.
○ SPACE HELMETS ❱ In your starter kit, you will receive a custom helmet (just like a real astronaut) and every time you respawn you will have it. You can choose from 14 different types of helmets for your starter kit.
○ X100 LEVEL REWARDS ❱ The maximum level achievable is 100. In the progression menu you can claim a reward for each level you increase, these will give you credits or gravity boxes.
○ +155 COSMETICS ❱ Amazing visual cosmetics like particles, name colors, chat colors and more.
- x21 Particles.
- x15 Name Colors.
- x15 Chat Colors.
- x15 Glows
- x14 Space Helmets
- x68 Tags.
- x9 Cloaks.
○ SPECIAL ITEMS ❱ In the gravity box there are some items with special effects that you can obtain such as gravity boots, among others.
○ MOON HUNTING ❱ There are small moons scattered throughout the map to find, there are a total of 50 and these will give you experience to level up.
○ KILLSTREAKS ❱ When you hit a certain killstreak, a chat message will be displayed to all players. You can configure the number of kills required in the config so that they can be displayed in the chat.

- Knowledge: 25% chance of receiving 1 to 3 experience points when killing.
- Savior: 25% chance to receive absorption for 5 seconds when killing.
- Lucky Charm: 25% chance to receive a golden apple when killing.
- Arrow Recovery: 25% chance to receive an arrow when hitting a shot.
- Scout: 20% chance to receive speed for 10 seconds when killing
- Juggernaut: 20% chance to receive regeneration for 10 seconds when killing.
- Frost: 15% chance to apply slowness for 5 seconds when hitting a shot
- Bulldozer: 15% chance to receive strength for 3 seconds when killing.
- Tank: 10% chance to receive resistance for 5 seconds when killing.
- Pyromancer: 15% chance to receive fire resistance for 24 seconds and speed II for 10 seconds when killing.



























Code:
config:
exp-per-kill: true
exp-amount: 2
credits-per-kill: true
credits-amount: 1
streaks:
enabled: true
required-kills:
- 5
- 10
Code:
general:
prefix: "&8[&b&l!&8]"
no-permission: "&7You don't have permission."
spawn:
usage: "&9Please use: &a/set spawn"
placed: "&7Spawn placed correctly."
teleport: "&7You will be &dteleported&7 in &b{TIME}s&f."
helmets:
no-access: "&7You &cdon't &7have access to that helmet."
selected: "&7Helmet selected &f&nsuccessfully&7!"
clear: "&7You have &f&ncleared&r&7 your current helmet."
perks:
use: "&7You have used the perk: {PERK}"
purchase: "&7You have &f&npurchased&r&7 the perk: {PERK}"
already-purchase: "&7You already &apurchased&7 this perk."
selected: "&7You have &f&nselected&r&7 the perk: {PERK}"
no-access: "&7You &cdon't&7 have access to that perk."
clear: "&7You have &f&ncleared&r&7 your current perk."
enough-credits: "&7You need &a{PRICE} ☄ &7credits to &apurchase&7 this."
spectator:
spectating: "&7You are &f&nspectating&7: &a{PLAYER}"
height-error: "&7You can't use this here."
no-spect: "&7You are no longer spectating."
cancel: "&7Type &c'/cancel' &7to stop spectating."
death-messages:
streaks: "&a{ATTACKER} &7has a streak of &8[&c⚔{KILLSTREAK}&8] &7kills."
respawning:
title: "&c&lYOU DEATH!"
subtitle: "&fRespawning in &b{TIME} &fseconds..."
respawned:
title: "&a&lALIVE"
subtitle: "&fRespawned successfully!"
Code:
perks:
none:
name: "&7-/-"
knowledge:
name: "&aKnowledge"
credits: 100
chance: 25%
savior:
name: "&aSavior"
credits: 100
chance: 25%
lucky-charm:
name: "&aLucky Charm"
credits: 100
chance: 25%
arrow-recovery:
name: "&9Arrow Recovery"
credits: 250
chance: 25%
scout:
name: "&9Scout"
credits: 250
chance: 20%
juggernaut:
name: "&9Juggernaut"
credits: 250
chance: 20%
frost:
name: "&6Frost"
credits: 500
chance: 15%
bulldozer:
name: "&6Bulldozer"
credits: 500
chance: 15%
tank:
name: "&6Tank"
credits: 500
chance: 10%
pyromancer:
name: "&6Pyromancer"
credits: 500
chance: 15%