pvp instruktarz

showcase

Build plugin jar

./gradlew jar

Running

To run this plugin you must include Kotlin 1.4.32+ to the server classpath somehow.
Example two ways of doing this:

  1. Put this plugin into plugins directory.
  2. (More advanced way, probably not supported on most server hostings) Use “-cp” jvm argument to include custom jars to the classpath.
    Example: java -cp "spigot-server.jar:libs/kotlin-stdlib.jar" org.bukkit.craftbukkit.Main

User interface

To toggle pvp instructor for yourself use chat command pvpinstructor <on/off> as player. Required permission: pvpinstruktarz.command

GitHub

https://github.com/makindotcc/pvpinstructor