

: ModLauncher 9.1.3+9.1.3+main.9b69c82a starting: java version 18.0.2.1 by Oracle Corporation My server keeps crashing and this is the logĬ:\Users\adria\Desktop\New folder (3)>REM Forge requires a configured set of both JVM and program arguments.Ĭ:\Users\adria\Desktop\New folder (3)>REM Add custom JVM arguments to the user_jvm_args.txtĬ:\Users\adria\Desktop\New folder (3)>REM Add custom program arguments to this file in the next line before the orĬ:\Users\adria\Desktop\New folder (3)>REM pass them to this script directlyĬ:\Users\adria\Desktop\New folder (3)>java 22:13:24,031 main WARN Advanced terminal features are not available in this environment Like I said, I want a list of everyone but as PlayerEntities, which means I could get something like player.experienceLevel and player.inventory and such. I've figured out to get only people near you (mc.ayerEntities) and this exactly the type of list that I want, but I want it for the whole server. The MinecraftServer class doesn't have a static getServer() method anymore. For example, when the server "plays" a sound effect (at least in 1.8 when I worked with sound), it scanned through the world accesses to send a packet to each client within hearing range. The coding direction you take will depend on what you need to do with the answer. On the server, among other things, each player is represented by a worldAccess. Where are you hoping to use the player list? On the client? Do you need player data, or just a sense of logged-in presences?Ī client is already able to display player names at the touch of a key, so at least some info is there somewhere. : Launching target 'forgeserver' with arguments Įxception in thread "main" : org/lwjgl/system/PlatformĪt MC-BOOTSTRAP//.(PluginHandle.java:119)Īt MC-BOOTSTRAP//.(MixinConfig.java:707)Īt MC-BOOTSTRAP//.(MixinProcessor.java:498)Īt MC-BOOTSTRAP//.(MixinProcessor.java:460)Īt MC-BOOTSTRAP//.(MixinProcessor.java:438)Īt MC-BOOTSTRAP//.(MixinProcessor.java:290)Īt MC-BOOTSTRAP//.(MixinTransformer.java:250)Īt MC-BOOTSTRAP//.(MixinTransformationHandler.java:131)Īt MC-BOOTSTRAP//.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131)Īt java.base/(ClassLoader.java:633)Īt java.base/(Class.java:577)Īt java.base/(Class.java:552)Īt by: : Īt java.base/.loadClass(BuiltinClassLoader.java:641)Īt java.base/(ClassLoader.java:521)Īt java.base/(ClassLoader.What are you trying to do? And what do you mean by "getServer() doesn't work any more"? Did it crash? Did you step through it in the debugger? : Mixin config does not specify "minVersion" property : Mixin config .json does not specify "minVersion" property
#MINECRAFT FORGE 1.9 4 MODS#
: Found 1 dependencies adding them to mods collection
#MINECRAFT FORGE 1.9 4 MOD#
: Mod file C:\Users\adria\Desktop\New folder (3)\libraries\net\minecraftforge\mclanguage\1.18.2-40.1.74\mclanguage-1.18.2-40.1.74.jar is missing mods.toml file : Mod file C:\Users\adria\Desktop\New folder (3)\libraries\net\minecraftforge\lowcodelanguage\1.18.2-40.1.74\lowcodelanguage-1.18.2-40.1.74.jar is missing mods.toml file : Mod file C:\Users\adria\Desktop\New folder (3)\libraries\net\minecraftforge\javafmllanguage\1.18.2-40.1.74\javafmllanguage-1.18.2-40.1.74.jar is missing mods.toml file : Mod file C:\Users\adria\Desktop\New folder (3)\libraries\net\minecraftforge\fmlcore\1.18.2-40.1.74\fmlcore-1.18.2-40.1.74.jar is missing mods.toml file : SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/adria/Desktop/New%20folder%20(3)/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2314!/ Service=ModLauncher Env=SERVER

