Kampfsystem für alle Spielmodi
Lixfel
3910eded8f
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful
Reviewed-on: #346 Reviewed-by: YoyoNow <jwsteam@nidido.de> |
||
---|---|---|
FightSystem_8 | ||
FightSystem_9 | ||
FightSystem_10 | ||
FightSystem_12 | ||
FightSystem_14 | ||
FightSystem_15 | ||
FightSystem_18 | ||
FightSystem_Core | ||
FightSystem_Main | ||
FightSystem_Standalone | ||
.gitignore | ||
LICENCE.txt | ||
pom.xml | ||
README.md | ||
steamwarci.yml |
FightSystem
Server setup
- Install a WorldEdit plugin and the FightSystem plugin on the server
- Start the server once (will instantly shutdown due to missing FightSystem configuration)
- Configure FightSystem by modifying
plugins/FightSystem/config.yml
- Create a
backup
folder inside your world folder and copy yourregion
folder andlevel.dat
into it - Create a
config.yml
in the world folder and configure the file as described at the end ofplugins/FightSystem/config.yml
- Start and join the server (as op), create a basic kit, save it with
/ak [kitname]
- Configure the kit as default kit
- Restart the server and have fun!
If you don't want FightSystem taking control over spawning and the whole world, set Arena.Leaveable = true
.
To start a server in the testarena mode start the server with the flag -DfightID=-1
prior to -jar
.
Compiling
Building SteamWar.de software requires certain libraries,
which cannot be provided over traditional ways (like maven)
due to copyright issues with compiled Spigot packages.
The following libraries are required to be in the lib
directory exactly named like in the list:
Spigot-1.8.jar
https://hub.spigotmc.org/jenkins/job/BuildTools/ (1.8.9)Spigot-1.9.jar
https://hub.spigotmc.org/jenkins/job/BuildTools/ (1.9.4)Spigot-1.10.jar
https://hub.spigotmc.org/jenkins/job/BuildTools/ (1.10.2)Spigot-1.12.jar
https://hub.spigotmc.org/jenkins/job/BuildTools/ (1.12.2)Spigot-1.14.jar
https://hub.spigotmc.org/jenkins/job/BuildTools/ (1.14.4)Spigot-1.15.jar
https://hub.spigotmc.org/jenkins/job/BuildTools/ (1.15.2)Spigot-1.18.jar
https://hub.spigotmc.org/jenkins/job/BuildTools/ (1.18.2, Use the jar from Spigot/Spigot-Server/target)SpigotCore.jar
https://steamwar.de/devlabs/SteamWar/SpigotCoreWorldEdit-1.12.jar
https://dev.bukkit.org/projects/worldedit/files (6.1.9)WorldEdit-1.15.jar
https://dev.bukkit.org/projects/worldedit/files (newest)