L2J_Mobius_8.0_Homunculus renamed to L2J_Mobius_8.2_Homunculus.

This commit is contained in:
MobiusDevelopment
2021-08-29 10:15:26 +00:00
parent 422492b2e4
commit 09b6621b1f
14462 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# ---------------------------------------------------------------------------
# Script Engine Settings
# ---------------------------------------------------------------------------
# The parent class loader for isolated script class loaders.
# When this property is not specified, has an invalid value or is a class name which could not be found, the System classloader is used.
# Values: System, ThreadContext or a fully qualified java class name.
classloader=System
# Source compatibility.
source=1.8
# The java sourcepath, when you have a different datapack root, you must change this too.
sourcepath=data/scripts
# The debug informations to generate for compiled class files.
g=source,lines,vars