ATTENTION:
- Tested Minecraft Versions:
- 1.8
- 1.9
- 1.10
You need a MySQL connection to use the plugin.
Statement:
The Plugin is a normally FreeForAll Plugin which is open source.
It´s support MySQL and had a Points,Kills,Death,KD System.
The Plugin only run on a extra server and is prefer for a bungeecord network.
The Plugin get asynchronous access to database and don´t cause lags.
You can use WorldGuard and WorldEdit to use a no pvp spawn.
Setup:
Setup the actual kit in the kits.yml. For the enchantment you need this names: https://github.com/SpigotMC/Spigot-...java/org/bukkit/enchantments/Enchantment.java
You can edit some messages in the config.yml.
Commands:
/FreeForAll setSpawn | Set the Join and Respawn Spawn.
/FreeForAll setHologram | Set the Hologram Spawn.
/FreeForAll confirm | Write this in the chat when you ask about.
Caution:
This is only a beta version when you find any bug, write it in the comments.
And not all planned features are already in the plugin.
Stats:
- Supports UUID´s
- Configurate Messages
- Rang, Kills, Death, Points above MySQL
Permission:
- FFA.use | /FFA
- FFA.setSpawn | /FFA setSpawn
- FFA.confirm | /FFA confirm
Killstreak:
- 3 Kills: You get an one shot stick which you can throw.
- 5 Kills: You get an feather which you can use to make a one shot explosion.
Required:
- WorldGuard/WorldEdit for the no pvp regions.
- MySQL Database
Planned:
- More killstreaks
- Scoreboard
Developer API:
Get for example the player points:
Get for example the player rank:Code (Text):
Main.getApi().getPoints(p, new Consumer<Integer>() {
@Override
public void accept(Integer t) {
p.sendMessage("You have "+t+" Points.");
}
});
Code (Text):
Main.getApi().getRank(p, new Consumer<Integer>() {
@Override
public void accept(Integer t) {
p.sendMessage("You have rank is "+t);
}
});
Source:
https://github.com/BoomBash/FreeForAll

[1.8 and 1.9] FFA AsyncMySQL 1.1
FFA MySQL Beta Version
Recent Updates
- [1.9.4] FreeForAll May 21, 2016
- FFA AsyncMySQL Jan 6, 2016
- FFA AsyncMySQL Dec 10, 2015