FAQ
Some basic questions and answers
Supported server versions of our plugins
Supported server versions are currently 1.8.8 - 1.20 If your plugin doesn't startup and you don't have this version you're receiving a message like:
_ _ _ _ _
| \ | | ___ | |_ ___ _ _ _ __ _ __ ___ _ __ | |_ ___ __| |
| \| | / _ \ | __| / __| | | | | | '_ \ | '_ \ / _ \ | '__| | __| / _ \ / _` |
| |\ | | (_) | | |_ \__ \ | |_| | | |_) | | |_) | | (_) | | | | |_ | __/ | (_| |
|_| \_| \___/ \__| |___/ \__,_| | .__/ | .__/ \___/ |_| \__| \___| \__,_|
|_| |_|
Your server version is not supported by us!
Sadly, we must shut off. Maybe you consider changing your server version?
Limitation of liability disclaimer
Make sure to be aware about a major security exploit found in 2021 on a common Java logging library. May your server is concerned by it. Check out minecraft.net article Check out spigotmc.org article
Using our plugins you accept GPLv3 license and limitations of liability that our plugin can cause, please become acquainted with following warnings before using our plugin on a production server.
Our minigame plugins SHOULD BE RUN on a separate world when using it on multi-mode servers like Factions, Survival, SkyBlock etc.
What do our plugins modify in the worlds being used?
- VillageDefense
- BuildBattle
- MurderMystery
- TheBridge
- Blocks creatures other than Village Defense ones
- Blocks mob spawning in a range of 150 in all directions from arena start location
- Does not block custom or command spawned creatures
- Cleans hoppers inventories
- Manipulates Villager entities
- Might not be compatible with other minigames (zombies/villagers will be invisible)
- Modifies entities spawning
- Might not be compatible with other minigames (game behavior may broke)
- Visibility of players in the world
- Modifies armorstands that are used for the arena
- Might not be compatible with other minigames (game behavior may broke)
- Visibility of players in the world
- Might not be compatible with other minigames (game behavior may broke)
Players can't join through signs
This is a very common problem in every minigame plugin.
It's caused by spawn protection feature in vanilla Minecraft.
To disable this go to server.properties and change spawn-protection value to 0.
How does randomjoin work?
There are kinda like two cases:
All arenas on waiting for players
stage: It will send players to a random arena
One (or more) arenas are on starting
stage: It will send players to one random arena that is on starting stage
How does maxplayers join work?
You will be redirect to the arena with most players on it which isn't started yet.
How can I enable my old Scoreboard after leaving the game?
You have to enable rewards in your config.yml ( Rewards-Enabled: true
)
Please edit the following section in your rewards.yml file:
#Helpful for servers that are using more than one scoreboard!
scoreboard_remove:
- commands to execute
With the type scoreboard_remove
you execute commands after removing our scoreboard.
There you can add for example the following command:
- p:sb on
to execute the command /sb on from the player- or
- sb on %PLAYER%
to execute the command /sb on %PLAYER% from the console
Be sure to use commands that your plugin supports!
Learn more about the Rewards.yml here
If your scoreboard plugin doesn't support a command to activate the scoreboard please contact the dev of the plugin to add this command!