Pluginy w minecraft!

Zombie
Bananowy
Bananowy

Witam,

Jak widać jestem na tyle inteligenty, że głupich pluginów nie potrafię zainstalować. Dzisiaj po zainstalowaniu MC'ta wziąłem się za jeden plugin - mówimy o pluginie factions który w ogóle nie chce mi działać. Pobrałem i wstawiłem MassiveCore i nic, metainf też usunąłem ale nadal nic. Pomoże ktoś?

Pozdrawiam.

Nieznajomy11
Nieznajomy11 Moderator forum.lvlup.pro

Bananowy:

metainf też usunąłem ale nadal nic

Instalujesz pluginy do klienta minecrafta? :kappa:

Toranktto
Toranktto

O ile masz silnik oparty na CraftBukkicie (Spigot, PaperSpigor etc.), pluginy instalujesz w folderze 'plugins'. Wystarczy po prostu przenieśc tam plik z końcówką '.jar'. Folder META-INF nie ma wpływu na ładowanie sie pluginów. Jeżeli pojawiają sie jakieś błędy - przedstaw je tu (tzn. plik logs/latest.log). Bo na razie nie mamy zbyt wielu informacji.

Bananowy
Bananowy

Powiem tak, serwer wykrywa plugin jednakże nie mogę używać komend które za niego odpowiadają.

Bananowy
Bananowy

Ludzie tak doradzali 😛

LeviPlayGames
LeviPlayGames

To tak się tego nie robi, postaw od nowa serwer i wrzuć plik .jar do folderu plugins, wtedy reload serwera i wszystko będzie Ci śmigać.

Bananowy
Bananowy

ale czekaj, przez to, że usunąłem metainf z pluginów to ma wpływ na cały serwer? Raczej nie bo wszystko normalnie wykrywa tylko nie mogę używać komend.

LeviPlayGames
LeviPlayGames

Ah, wiesz, myślałem, że usuwałeś to z pliku serwera, w takim razie po prostu wgraj od nowa plugin, w który ingerowałeś, pamiętaj, że wersja pluginu musi pasować do wersji serwera - w innym przypadku to nie zadziała. Wklej na pastebina log, o którym mówił Toranktto, pewnie dowiemy sie więcej na temat tego co sie stało 😃

Bananowy
Bananowy

Tzn, co do wersji plugina, on chyba jest kompatybilny ze wszystkim wersjami bo nie znalazłem jeszcze do 1.7.10.

LeviPlayGames
LeviPlayGames

Podaj log, o który prosiłem i ew link do pluginu

Bananowy
Bananowy

https://dev.bukkit.org/projects/factions?gameCategorySlug=bukkit-plugins&projectID=31292

" [21:59:06] [Server thread/INFO]: Starting minecraft server version 1.7.10 [21:59:06] [Server thread/WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar" [21:59:06] [Server thread/INFO]: Loading properties [21:59:07] [Server thread/INFO]: Default game type: SURVIVAL [21:59:07] [Server thread/INFO]: This server is running CraftBukkit version git-PaperSpigot-1f7d532 (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT) [21:59:07] [Server thread/INFO]: Server Ping Player Sample Count: 12 [21:59:07] [Server thread/INFO]: Using 4 threads for Netty based IO [21:59:07] [Server thread/INFO]: Debug logging is disabled [21:59:07] [Server thread/INFO]: Generating keypair [21:59:08] [Server thread/INFO]: Starting Minecraft server on *:25565 [21:59:08] [Server thread/INFO]: Set PluginClassLoader as parallel capable [21:59:08] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.11.0 [21:59:09] [Server thread/INFO]: [Factions] Loading Factions v2.11.0 [21:59:09] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.11.0 [21:59:09] [Server thread/INFO]: [MassiveCore 2.11.0] === ENABLE START === [21:59:09] [Server thread/INFO]: [MassiveCore 2.11.0] Loading Cachefile datas... [21:59:09] [Server thread/INFO]: [MassiveCore 2.11.0] Loading Onlineplayer datas... [21:59:09] [Server thread/INFO]: [MassiveCore 2.11.0] Loading Registry datas... [21:59:09] [Server thread/INFO]: [MassiveCore 2.11.0] Saving Cachefile... [21:59:09] [Server thread/INFO]: [MassiveCore 2.11.0] Setup of IdUtil took 70ms. [21:59:09] [Server thread/ERROR]: Error occurred while enabling MassiveCore v2.11.0 (Is it up to date?) java.lang.NoClassDefFoundError: com/google/common/reflect/ClassPath at com.massivecraft.massivecore.util.ReflectionUtil.getPackageClasses(ReflectionUtil.java:459) ~[?:?] at com.massivecraft.massivecore.MassivePlugin.getClassesActive(MassivePlugin.java:436) ~[?:?] at com.massivecraft.massivecore.MassivePlugin.getClassesActiveMigrators(MassivePlugin.java:401) ~[?:?] at com.massivecraft.massivecore.MassivePlugin.getClassesActive(MassivePlugin.java:330) ~[?:?] at com.massivecraft.massivecore.MassivePlugin.activateAuto(MassivePlugin.java:322) ~[?:?] at com.massivecraft.massivecore.MassiveCore.onEnableInner(MassiveCore.java:234) ~[?:?] at com.massivecraft.massivecore.MassivePlugin.onEnable(MassivePlugin.java:82) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[serwer.jar:git-PaperSpigot-1f7d532] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [serwer.jar:git-PaperSpigot-1f7d532] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [serwer.jar:git-PaperSpigot-1f7d532] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [serwer.jar:git-PaperSpigot-1f7d532] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [serwer.jar:git-PaperSpigot-1f7d532] at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:170) [serwer.jar:git-PaperSpigot-1f7d532] at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:494) [serwer.jar:git-PaperSpigot-1f7d532] at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [serwer.jar:git-PaperSpigot-1f7d532] Caused by: java.lang.ClassNotFoundException: com.google.common.reflect.ClassPath at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_131] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[serwer.jar:git-PaperSpigot-1f7d532] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[serwer.jar:git-PaperSpigot-1f7d532] at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_131] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_131] ... 15 more [21:59:09] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE! [21:59:09] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware. [21:59:09] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose. [21:59:09] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file. [21:59:09] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time **** [21:59:09] [Server thread/INFO]: Preparing level "world" [21:59:09] [Server thread/INFO]: -------- World Settings For [world] -------- [21:59:09] [Server thread/INFO]: Cactus Growth Modifier: 100% [21:59:09] [Server thread/INFO]: Cane Growth Modifier: 100% [21:59:09] [Server thread/INFO]: Melon Growth Modifier: 100% [21:59:09] [Server thread/INFO]: Mushroom Growth Modifier: 100% [21:59:09] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [21:59:09] [Server thread/INFO]: Sapling Growth Modifier: 100% [21:59:09] [Server thread/INFO]: Wheat Growth Modifier: 100% [21:59:09] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 [21:59:09] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [21:59:09] [Server thread/INFO]: Alternative Hopper Ticking: false [21:59:09] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [21:59:09] [Server thread/INFO]: Random Lighting Updates: false [21:59:09] [Server thread/INFO]: Structure Info Saving: true [21:59:09] [Server thread/INFO]: Sending up to 5 chunks per packet [21:59:09] [Server thread/INFO]: Max Entity Collisions: 8 [21:59:09] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 [21:59:09] [Server thread/INFO]: Mob Spawn Range: 4 [21:59:09] [Server thread/INFO]: Anti X-Ray: true [21:59:09] [Server thread/INFO]: Engine Mode: 1 [21:59:09] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [21:59:09] [Server thread/INFO]: Replace Blocks: [1, 5] [21:59:09] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [21:59:09] [Server thread/INFO]: Max TNT Explosions: 100 [21:59:09] [Server thread/INFO]: View Distance: 10 [21:59:10] [Server thread/INFO]: Chunks to Grow per Tick: 650 [21:59:10] [Server thread/INFO]: Clear tick list: false [21:59:10] [Server thread/INFO]: Experience Merge Radius: 3.0 [21:59:10] [Server thread/INFO]: Item Despawn Rate: 6000 [21:59:10] [Server thread/INFO]: Item Merge Radius: 2.5 [21:59:10] [Server thread/INFO]: Arrow Despawn Rate: 1200 [21:59:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [21:59:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [21:59:10] [Server thread/INFO]: -------- World Settings For [world] -------- [21:59:10] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3 [21:59:10] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128 [21:59:10] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0 [21:59:10] [Server thread/INFO]: Player blocking damage multiplier set to 0.5 [21:59:10] [Server thread/INFO]: Remove invalid mob spawner tile entities: true [21:59:10] [Server thread/INFO]: WorldServer TickNextTickList cap set at 10000 [21:59:10] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false [21:59:10] [Server thread/INFO]: Keep spawn chunk loaded: true [21:59:10] [Server thread/INFO]: World async lighting: false [21:59:10] [Server thread/INFO]: Water over lava flow speed: 5 [21:59:10] [Server thread/INFO]: Inverted Redstone Lamps: false [21:59:10] [Server thread/INFO]: Allow undead horse types to be leashed: true [21:59:10] [Server thread/INFO]: -------- World Settings For [world_nether] -------- [21:59:10] [Server thread/INFO]: Cactus Growth Modifier: 100% [21:59:10] [Server thread/INFO]: Cane Growth Modifier: 100% [21:59:10] [Server thread/INFO]: Melon Growth Modifier: 100% [21:59:10] [Server thread/INFO]: Mushroom Growth Modifier: 100% [21:59:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [21:59:10] [Server thread/INFO]: Sapling Growth Modifier: 100% [21:59:10] [Server thread/INFO]: Wheat Growth Modifier: 100% [21:59:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 [21:59:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [21:59:10] [Server thread/INFO]: Alternative Hopper Ticking: false [21:59:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [21:59:10] [Server thread/INFO]: Random Lighting Updates: false [21:59:10] [Server thread/INFO]: Structure Info Saving: true [21:59:10] [Server thread/INFO]: Sending up to 5 chunks per packet [21:59:10] [Server thread/INFO]: Max Entity Collisions: 8 [21:59:10] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 [21:59:10] [Server thread/INFO]: Mob Spawn Range: 4 [21:59:10] [Server thread/INFO]: Anti X-Ray: true [21:59:10] [Server thread/INFO]: Engine Mode: 1 [21:59:10] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [21:59:10] [Server thread/INFO]: Replace Blocks: [1, 5] [21:59:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [21:59:10] [Server thread/INFO]: Max TNT Explosions: 100 [21:59:10] [Server thread/INFO]: View Distance: 10 [21:59:10] [Server thread/INFO]: Chunks to Grow per Tick: 650 [21:59:10] [Server thread/INFO]: Clear tick list: false [21:59:10] [Server thread/INFO]: Experience Merge Radius: 3.0 [21:59:10] [Server thread/INFO]: Item Despawn Rate: 6000 [21:59:10] [Server thread/INFO]: Item Merge Radius: 2.5 [21:59:10] [Server thread/INFO]: Arrow Despawn Rate: 1200 [21:59:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [21:59:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [21:59:10] [Server thread/INFO]: -------- World Settings For [world_nether] -------- [21:59:10] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3 [21:59:10] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128 [21:59:10] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0 [21:59:10] [Server thread/INFO]: Player blocking damage multiplier set to 0.5 [21:59:10] [Server thread/INFO]: Remove invalid mob spawner tile entities: true [21:59:10] [Server thread/INFO]: WorldServer TickNextTickList cap set at 10000 [21:59:10] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false [21:59:10] [Server thread/INFO]: Keep spawn chunk loaded: true [21:59:10] [Server thread/INFO]: World async lighting: false [21:59:10] [Server thread/INFO]: Water over lava flow speed: 5 [21:59:10] [Server thread/INFO]: Inverted Redstone Lamps: false [21:59:10] [Server thread/INFO]: Allow undead horse types to be leashed: true [21:59:10] [Server thread/INFO]: -------- World Settings For [world_the_end] -------- [21:59:10] [Server thread/INFO]: Cactus Growth Modifier: 100% [21:59:10] [Server thread/INFO]: Cane Growth Modifier: 100% [21:59:10] [Server thread/INFO]: Melon Growth Modifier: 100% [21:59:10] [Server thread/INFO]: Mushroom Growth Modifier: 100% [21:59:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [21:59:10] [Server thread/INFO]: Sapling Growth Modifier: 100% [21:59:10] [Server thread/INFO]: Wheat Growth Modifier: 100% [21:59:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 [21:59:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [21:59:10] [Server thread/INFO]: Alternative Hopper Ticking: false [21:59:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [21:59:10] [Server thread/INFO]: Random Lighting Updates: false [21:59:10] [Server thread/INFO]: Structure Info Saving: true [21:59:10] [Server thread/INFO]: Sending up to 5 chunks per packet [21:59:10] [Server thread/INFO]: Max Entity Collisions: 8 [21:59:10] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 [21:59:10] [Server thread/INFO]: Mob Spawn Range: 4 [21:59:10] [Server thread/INFO]: Anti X-Ray: true [21:59:10] [Server thread/INFO]: Engine Mode: 1 [21:59:10] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [21:59:10] [Server thread/INFO]: Replace Blocks: [1, 5] [21:59:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [21:59:10] [Server thread/INFO]: Max TNT Explosions: 100 [21:59:10] [Server thread/INFO]: View Distance: 10 [21:59:10] [Server thread/INFO]: Chunks to Grow per Tick: 650 [21:59:10] [Server thread/INFO]: Clear tick list: false [21:59:10] [Server thread/INFO]: Experience Merge Radius: 3.0 [21:59:10] [Server thread/INFO]: Item Despawn Rate: 6000 [21:59:10] [Server thread/INFO]: Item Merge Radius: 2.5 [21:59:10] [Server thread/INFO]: Arrow Despawn Rate: 1200 [21:59:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [21:59:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [21:59:10] [Server thread/INFO]: -------- World Settings For [world_the_end] -------- [21:59:10] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3 [21:59:10] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128 [21:59:10] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0 [21:59:10] [Server thread/INFO]: Player blocking damage multiplier set to 0.5 [21:59:10] [Server thread/INFO]: Remove invalid mob spawner tile entities: true [21:59:10] [Server thread/INFO]: WorldServer TickNextTickList cap set at 10000 [21:59:10] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false [21:59:10] [Server thread/INFO]: Keep spawn chunk loaded: true [21:59:10] [Server thread/INFO]: World async lighting: false [21:59:10] [Server thread/INFO]: Water over lava flow speed: 5 [21:59:10] [Server thread/INFO]: Inverted Redstone Lamps: false [21:59:10] [Server thread/INFO]: Allow undead horse types to be leashed: true [21:59:10] [Server thread/INFO]: Preparing start region for level 0 (Seed: 7443840732453124582) [21:59:12] [Server thread/INFO]: Preparing spawn area: 2% [21:59:13] [Server thread/INFO]: Preparing spawn area: 5% [21:59:14] [Server thread/INFO]: Preparing spawn area: 8% [21:59:15] [Server thread/INFO]: Preparing spawn area: 12% [21:59:16] [Server thread/INFO]: Preparing spawn area: 16% [21:59:17] [Server thread/INFO]: Preparing spawn area: 21% [21:59:18] [Server thread/INFO]: Preparing spawn area: 27% [21:59:19] [Server thread/INFO]: Preparing spawn area: 31% [21:59:20] [Server thread/INFO]: Preparing spawn area: 36% [21:59:21] [Server thread/INFO]: Preparing spawn area: 41% [21:59:22] [Server thread/INFO]: Preparing spawn area: 47% [21:59:23] [Server thread/INFO]: Preparing spawn area: 51% [21:59:24] [Server thread/INFO]: Preparing spawn area: 57% [21:59:25] [Server thread/INFO]: Preparing spawn area: 62% [21:59:26] [Server thread/INFO]: Preparing spawn area: 67% [21:59:27] [Server thread/INFO]: Preparing spawn area: 73% [21:59:28] [Server thread/INFO]: Preparing spawn area: 79% [21:59:29] [Server thread/INFO]: Preparing spawn area: 86% [21:59:30] [Server thread/INFO]: Preparing spawn area: 94% [21:59:31] [Server thread/INFO]: Preparing spawn area: 99% [21:59:31] [Server thread/INFO]: Preparing start region for level 1 (Seed: -1286150312621339216) [21:59:32] [Server thread/INFO]: Preparing spawn area: 53% [21:59:33] [Server thread/INFO]: Preparing start region for level 2 (Seed: -1286150312621339216) [21:59:33] [Server thread/INFO]: [Factions] Enabling Factions v2.11.0 [21:59:33] [Server thread/INFO]: [Factions 2.11.0] === ENABLE START === [21:59:33] [Server thread/ERROR]: Error occurred while enabling Factions v2.11.0 (Is it up to date?) java.lang.NullPointerException at com.massivecraft.massivecore.MassivePlugin.checkVersionSynchronization(MassivePlugin.java:117) ~[?:?] at com.massivecraft.massivecore.MassivePlugin.onEnablePre(MassivePlugin.java:96) ~[?:?] at com.massivecraft.massivecore.MassivePlugin.onEnable(MassivePlugin.java:81) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[serwer.jar:git-PaperSpigot-1f7d532] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [serwer.jar:git-PaperSpigot-1f7d532] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [serwer.jar:git-PaperSpigot-1f7d532] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [serwer.jar:git-PaperSpigot-1f7d532] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [serwer.jar:git-PaperSpigot-1f7d532] at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:354) [serwer.jar:git-PaperSpigot-1f7d532] at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:328) [serwer.jar:git-PaperSpigot-1f7d532] at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:284) [serwer.jar:git-PaperSpigot-1f7d532] at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:227) [serwer.jar:git-PaperSpigot-1f7d532] at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:494) [serwer.jar:git-PaperSpigot-1f7d532] at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [serwer.jar:git-PaperSpigot-1f7d532] [21:59:33] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it [21:59:33] [Server thread/INFO]: Done (23.715s)! For help, type "help" or "?" [21:59:33] [User Authenticator #1/INFO]: UUID of player nidorek is d1fbd407-72ed-3bcc-a351-076876e5373f [21:59:34] [Server thread/INFO]: nidorek[/89.229.97.165:52643] logged in with entity id 252 at ([world] -245.5, 70.0, -11.5) [21:59:52] [User Authenticator #2/INFO]: UUID of player Wilker286 is 91f10657-1bf0-3165-8a93-7e67d80fbfc8 [21:59:52] [Server thread/INFO]: Wilker286[/83.10.155.189:54936] logged in with entity id 2360 at ([world] -241.5, 69.0, -25.5) [21:59:55] [User Authenticator #3/INFO]: UUID of player Niedozywek is f2dd288f-ce8e-3eca-8310-2bb678f22d3d [21:59:55] [Server thread/INFO]: Niedozywek[/37.47.72.73:1415] logged in with entity id 2417 at ([world] -242.5, 70.0, -6.5) [21:59:56] [User Authenticator #4/INFO]: UUID of player DziNgiel is 713d1b2c-28a2-3a2d-9691-88a626f99355 [21:59:56] [Server thread/INFO]: DziNgiel[/37.47.0.62:16330] logged in with entity id 2486 at ([world] -236.5, 69.0, -15.5) [22:00:04] [Server thread/INFO]: Wilker286 issued server command: /gamemode 1 [22:00:04] [Server thread/INFO]: Wilker286: Set own game mode to CREATIVE mode [22:00:14] [Server thread/INFO]: nidorek issued server command: /bukkit:ABOUT [22:00:28] [User Authenticator #5/INFO]: UUID of player Striker is 269b735f-18dc-3220-8a38-5cbf49b5c36b [22:00:28] [Server thread/INFO]: Striker [/83.22.220.75:65258] logged in with entity id 2529 at ([world] -240.5, 69.0, -25.5) [22:00:29] [User Authenticator #6/INFO]: UUID of player Kubcu is f18df1d7-9975-3d9a-953c-1e5b514431e1 [22:00:29] [Server thread/INFO]: Kubcu[/185.157.12.14:58531] logged in with entity id 2567 at ([world] -245.5, 70.0, -6.5) [22:00:36] [Server thread/INFO]: nidorek issued server command: /icanhasbukkit [22:00:43] [Server thread/INFO]: nidorek issued server command: /icanhasbukkit [22:00:58] [Server thread/INFO]: Wilker286 issued server command: /gamemode 0 [22:00:58] [Server thread/INFO]: Wilker286: Set own game mode to SURVIVAL mode [22:01:06] [Server thread/INFO]: nidorek issued server command: /? [22:02:28] [Server thread/INFO]: Wilker286 issued server command: /gamemode 1 [22:02:28] [Server thread/INFO]: Wilker286: Set own game mode to CREATIVE mode [22:03:39] [Server thread/INFO]: Niedozywek was slain by Wilker286 [22:03:44] [Server thread/INFO]: Wilker286 issued server command: /gamemode 0 [22:03:44] [Server thread/INFO]: Wilker286: Set own game mode to SURVIVAL mode [22:04:33] [Server thread/INFO]: Kubcu has just earned the achievement [Taking Inventory] [22:05:06] [Server thread/INFO]: Kubcu has just earned the achievement [Getting Wood] [22:05:30] [Server thread/INFO]: Kubcu has just earned the achievement [Benchmarking] [22:05:35] [Server thread/INFO]: Wilker286 has just earned the achievement [Time to Mine!] [22:05:35] [Server thread/INFO]: Striker has just earned the achievement [Taking Inventory] [22:05:48] [Server thread/INFO]: Kubcu has just earned the achievement [Time to Mine!] [22:05:55] [Server thread/INFO]: Wilker286 has just earned the achievement [Cow Tipper] [22:06:04] [Server thread/INFO]: Kubcu has just earned the achievement [Getting an Upgrade] [22:06:58] [Server thread/INFO]: Wilker286 has just earned the achievement [Getting an Upgrade] [22:07:04] [Server thread/INFO]: DziNgiel has just earned the achievement [Time to Strike!] [22:07:05] [Server thread/INFO]: Kubcu has just earned the achievement [Hot Topic] [22:09:05] [Server thread/INFO]: Wilker286 has just earned the achievement [Hot Topic] [22:09:41] [Server thread/INFO]: Niedozywek has just earned the achievement [Benchmarking] [22:09:54] [Server thread/INFO]: Niedozywek has just earned the achievement [Time to Mine!] [22:11:30] [Server thread/INFO]: Niedozywek has just earned the achievement [Hot Topic] [22:11:42] [Server thread/INFO]: Niedozywek has just earned the achievement [Getting an Upgrade] [22:13:30] [Server thread/INFO]: Kubcu has just earned the achievement [Time to Strike!] [22:15:12] [Server thread/INFO]: DziNgiel has just earned the achievement [Monster Hunter] "

LeviPlayGames
LeviPlayGames

Factions nie jest kompatybilne z Twoją wersją serwera. MassiveCore też coś boli, zaktualizuj do najnowszej wersji: https://www.spigotmc.org/resources/massivecore.1901/update?update=172049 https://dev.bukkit.org/projects/factions/files/806461 Mały research i się znalazł się też Factions.

Edit: Tu masz cały poradnik dot. instalacji: https://www.massivecraft.com/factions-download#install

Bananowy
Bananowy

Powiem tak, to jest w zipie i jestem na tyle głupi, że nie wiem jak to pobrać w javie... Pomoże ktoś?

Toranktto
Toranktto

Spróbuj rozpakować, jak w środku są 'dziwne' foldery zamiast pliku .jar to po prostu zamień w nazwie pliku '.zip' na '.jar'.

Bananowy
Bananowy

Powiem tak, teraz to już kompletnie nic nie wychwytuje.

Nieznajomy11
Nieznajomy11 Moderator forum.lvlup.pro

Pewnie pobierasz source ;P

LeviPlayGames
LeviPlayGames

Mało informacji dajesz, jak coś robisz to najlepiej rób tego screeny, wtedy będzie nam łatwiej przeanalizować co dokładnie się stało. Jeżeli robisz to na VPS'ie to w konsoli przejdź do folderu plugins i wpisz ls, wyskoczy Ci lista plików, chciałbym ją zobaczyć, podawaj też logi serwera. @Nieznajomy11 dałem mu link do pobrania gotowego .jar, więc jeśli zrobił to tak jak miał to raczej nie w tym problem 😛

Bananowy
Bananowy

No to tak, tu masz to co zwraca putty:

490x66

A logi serwera masz tutaj: " [14:14:38] [Server thread/INFO]: Starting minecraft server version 1.7.10 [14:14:38] [Server thread/WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar" [14:14:38] [Server thread/INFO]: Loading properties [14:14:38] [Server thread/INFO]: Default game type: SURVIVAL [14:14:38] [Server thread/INFO]: This server is running CraftBukkit version git-PaperSpigot-1f7d532 (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT) [14:14:38] [Server thread/INFO]: Server Ping Player Sample Count: 12 [14:14:38] [Server thread/INFO]: Using 4 threads for Netty based IO [14:14:38] [Server thread/INFO]: Debug logging is disabled [14:14:38] [Server thread/INFO]: Generating keypair [14:14:39] [Server thread/INFO]: Starting Minecraft server on *:25565 [14:14:39] [Server thread/ERROR]: Could not load 'plugins/MassiveCore-2.13.0.jar' in folder 'plugins' org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:152) ~[serwer.jar:git-PaperSpigot-1f7d532] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [serwer.jar:git-PaperSpigot-1f7d532] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [serwer.jar:git-PaperSpigot-1f7d532] at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:169) [serwer.jar:git-PaperSpigot-1f7d532] at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:494) [serwer.jar:git-PaperSpigot-1f7d532] at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [serwer.jar:git-PaperSpigot-1f7d532] Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml ... 6 more [14:14:39] [Server thread/ERROR]: Could not load 'plugins/Factions (2).jar' in folder 'plugins' org.bukkit.plugin.UnknownDependencyException: MassiveCore at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:223) [serwer.jar:git-PaperSpigot-1f7d532] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [serwer.jar:git-PaperSpigot-1f7d532] at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:169) [serwer.jar:git-PaperSpigot-1f7d532] at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:494) [serwer.jar:git-PaperSpigot-1f7d532] at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [serwer.jar:git-PaperSpigot-1f7d532] [14:14:39] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE! [14:14:39] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware. [14:14:39] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose. [14:14:39] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file. [14:14:39] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time **** [14:14:39] [Server thread/INFO]: Preparing level "world" [14:14:39] [Server thread/INFO]: -------- World Settings For [world] -------- [14:14:39] [Server thread/INFO]: Mob Spawn Range: 4 [14:14:39] [Server thread/INFO]: Anti X-Ray: true [14:14:39] [Server thread/INFO]: Engine Mode: 1 [14:14:39] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [14:14:39] [Server thread/INFO]: Replace Blocks: [1, 5] [14:14:39] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [14:14:39] [Server thread/INFO]: Cactus Growth Modifier: 100% [14:14:39] [Server thread/INFO]: Cane Growth Modifier: 100% [14:14:39] [Server thread/INFO]: Melon Growth Modifier: 100% [14:14:39] [Server thread/INFO]: Mushroom Growth Modifier: 100% [14:14:39] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [14:14:39] [Server thread/INFO]: Sapling Growth Modifier: 100% [14:14:39] [Server thread/INFO]: Wheat Growth Modifier: 100% [14:14:39] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 [14:14:39] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [14:14:39] [Server thread/INFO]: Alternative Hopper Ticking: false [14:14:39] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [14:14:39] [Server thread/INFO]: Random Lighting Updates: false [14:14:39] [Server thread/INFO]: Structure Info Saving: true [14:14:39] [Server thread/INFO]: Sending up to 5 chunks per packet [14:14:39] [Server thread/INFO]: Max Entity Collisions: 8 [14:14:39] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 [14:14:39] [Server thread/INFO]: Max TNT Explosions: 100 [14:14:39] [Server thread/INFO]: Item Despawn Rate: 6000 [14:14:39] [Server thread/INFO]: Item Merge Radius: 2.5 [14:14:39] [Server thread/INFO]: View Distance: 10 [14:14:39] [Server thread/INFO]: Chunks to Grow per Tick: 650 [14:14:39] [Server thread/INFO]: Clear tick list: false [14:14:39] [Server thread/INFO]: Experience Merge Radius: 3.0 [14:14:39] [Server thread/INFO]: Arrow Despawn Rate: 1200 [14:14:39] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [14:14:39] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [14:14:39] [Server thread/INFO]: -------- World Settings For [world] -------- [14:14:39] [Server thread/INFO]: Remove invalid mob spawner tile entities: true [14:14:39] [Server thread/INFO]: Player blocking damage multiplier set to 0.5 [14:14:39] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0 [14:14:39] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3 [14:14:39] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128 [14:14:39] [Server thread/INFO]: WorldServer TickNextTickList cap set at 10000 [14:14:39] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false [14:14:39] [Server thread/INFO]: Keep spawn chunk loaded: true [14:14:39] [Server thread/INFO]: World async lighting: false [14:14:39] [Server thread/INFO]: Water over lava flow speed: 5 [14:14:39] [Server thread/INFO]: Inverted Redstone Lamps: false [14:14:39] [Server thread/INFO]: Allow undead horse types to be leashed: true [14:14:40] [Server thread/INFO]: -------- World Settings For [world_nether] -------- [14:14:40] [Server thread/INFO]: Mob Spawn Range: 4 [14:14:40] [Server thread/INFO]: Anti X-Ray: true [14:14:40] [Server thread/INFO]: Engine Mode: 1 [14:14:40] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [14:14:40] [Server thread/INFO]: Replace Blocks: [1, 5] [14:14:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [14:14:40] [Server thread/INFO]: Cactus Growth Modifier: 100% [14:14:40] [Server thread/INFO]: Cane Growth Modifier: 100% [14:14:40] [Server thread/INFO]: Melon Growth Modifier: 100% [14:14:40] [Server thread/INFO]: Mushroom Growth Modifier: 100% [14:14:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [14:14:40] [Server thread/INFO]: Sapling Growth Modifier: 100% [14:14:40] [Server thread/INFO]: Wheat Growth Modifier: 100% [14:14:40] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 [14:14:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [14:14:40] [Server thread/INFO]: Alternative Hopper Ticking: false [14:14:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [14:14:40] [Server thread/INFO]: Random Lighting Updates: false [14:14:40] [Server thread/INFO]: Structure Info Saving: true [14:14:40] [Server thread/INFO]: Sending up to 5 chunks per packet [14:14:40] [Server thread/INFO]: Max Entity Collisions: 8 [14:14:40] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 [14:14:40] [Server thread/INFO]: Max TNT Explosions: 100 [14:14:40] [Server thread/INFO]: Item Despawn Rate: 6000 [14:14:40] [Server thread/INFO]: Item Merge Radius: 2.5 [14:14:40] [Server thread/INFO]: View Distance: 10 [14:14:40] [Server thread/INFO]: Chunks to Grow per Tick: 650 [14:14:40] [Server thread/INFO]: Clear tick list: false [14:14:40] [Server thread/INFO]: Experience Merge Radius: 3.0 [14:14:40] [Server thread/INFO]: Arrow Despawn Rate: 1200 [14:14:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [14:14:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [14:14:40] [Server thread/INFO]: -------- World Settings For [world_nether] -------- [14:14:40] [Server thread/INFO]: Remove invalid mob spawner tile entities: true [14:14:40] [Server thread/INFO]: Player blocking damage multiplier set to 0.5 [14:14:40] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0 [14:14:40] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3 [14:14:40] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128 [14:14:40] [Server thread/INFO]: WorldServer TickNextTickList cap set at 10000 [14:14:40] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false [14:14:40] [Server thread/INFO]: Keep spawn chunk loaded: true [14:14:40] [Server thread/INFO]: World async lighting: false [14:14:40] [Server thread/INFO]: Water over lava flow speed: 5 [14:14:40] [Server thread/INFO]: Inverted Redstone Lamps: false [14:14:40] [Server thread/INFO]: Allow undead horse types to be leashed: true [14:14:40] [Server thread/INFO]: -------- World Settings For [world_the_end] -------- [14:14:40] [Server thread/INFO]: Mob Spawn Range: 4 [14:14:40] [Server thread/INFO]: Anti X-Ray: true [14:14:40] [Server thread/INFO]: Engine Mode: 1 [14:14:40] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [14:14:40] [Server thread/INFO]: Replace Blocks: [1, 5] [14:14:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [14:14:40] [Server thread/INFO]: Cactus Growth Modifier: 100% [14:14:40] [Server thread/INFO]: Cane Growth Modifier: 100% [14:14:40] [Server thread/INFO]: Melon Growth Modifier: 100% [14:14:40] [Server thread/INFO]: Mushroom Growth Modifier: 100% [14:14:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [14:14:40] [Server thread/INFO]: Sapling Growth Modifier: 100% [14:14:40] [Server thread/INFO]: Wheat Growth Modifier: 100% [14:14:40] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 [14:14:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [14:14:40] [Server thread/INFO]: Alternative Hopper Ticking: false [14:14:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [14:14:40] [Server thread/INFO]: Random Lighting Updates: false [14:14:40] [Server thread/INFO]: Structure Info Saving: true [14:14:40] [Server thread/INFO]: Sending up to 5 chunks per packet [14:14:40] [Server thread/INFO]: Max Entity Collisions: 8 [14:14:40] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 [14:14:40] [Server thread/INFO]: Max TNT Explosions: 100 [14:14:40] [Server thread/INFO]: Item Despawn Rate: 6000 [14:14:40] [Server thread/INFO]: Item Merge Radius: 2.5 [14:14:40] [Server thread/INFO]: View Distance: 10 [14:14:40] [Server thread/INFO]: Chunks to Grow per Tick: 650 [14:14:40] [Server thread/INFO]: Clear tick list: false [14:14:40] [Server thread/INFO]: Experience Merge Radius: 3.0 [14:14:40] [Server thread/INFO]: Arrow Despawn Rate: 1200 [14:14:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [14:14:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [14:14:40] [Server thread/INFO]: -------- World Settings For [world_the_end] -------- [14:14:40] [Server thread/INFO]: Remove invalid mob spawner tile entities: true [14:14:40] [Server thread/INFO]: Player blocking damage multiplier set to 0.5 [14:14:40] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0 [14:14:40] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3 [14:14:40] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128 [14:14:40] [Server thread/INFO]: WorldServer TickNextTickList cap set at 10000 [14:14:40] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false [14:14:40] [Server thread/INFO]: Keep spawn chunk loaded: true [14:14:40] [Server thread/INFO]: World async lighting: false [14:14:40] [Server thread/INFO]: Water over lava flow speed: 5 [14:14:40] [Server thread/INFO]: Inverted Redstone Lamps: false [14:14:40] [Server thread/INFO]: Allow undead horse types to be leashed: true [14:14:40] [Server thread/INFO]: Preparing start region for level 0 (Seed: 7443840732453124582) [14:14:41] [Server thread/INFO]: Preparing spawn area: 11% [14:14:42] [Server thread/INFO]: Preparing spawn area: 67% [14:14:42] [Server thread/INFO]: Preparing start region for level 1 (Seed: -1286150312621339216) [14:14:43] [Server thread/INFO]: Preparing spawn area: 97% [14:14:43] [Server thread/INFO]: Preparing start region for level 2 (Seed: -1286150312621339216) [14:14:44] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it [14:14:44] [Server thread/INFO]: Done (4.692s)! For help, type "help" or "?" [14:14:49] [User Authenticator #1/INFO]: UUID of player Wilker286 is 91f10657-1bf0-3165-8a93-7e67d80fbfc8 [14:14:50] [Server thread/INFO]: Wilker286[/83.22.98.52:59047] logged in with entity id 264 at ([world] -96.30000001192093, 61.0, 394.69999998807907) [14:14:55] [Server thread/INFO]: Wilker286 issued server command: /help [14:14:56] [Server thread/INFO]: Wilker286 issued server command: /f [14:14:58] [Server thread/INFO]: Wilker286 issued server command: /plugins [14:15:22] [Thread-4/INFO]: Stopping server [14:15:22] [Thread-4/INFO]: Saving players "

LeviPlayGames
LeviPlayGames

Dobra, z factions jest w porządku z tego co widzę, ale MassiveCore nie ma pliku plugin.yml, ponieważ zakładam, że wrzuciłeś po prostu folder MassiveCora. Żeby to poprawić wejdź zmień .jar na .zip (powinno w tę stronę też zadziałać), wypakuj folder massivecore i przenieś z tego folderu plik MassiveCore.jar do folderu plugins.

Bananowy
Bananowy

Ok, teraz działa jednak nadal po wpisaniu komendy /f wyświetla mi się "nie ma takiej komendy".

Po wpisaniu /plugins wyświetla się informacja, że pluginy są.

Logi:

[14:33:05] [Server thread/INFO]: Starting minecraft server version 1.7.10 [14:33:05] [Server thread/WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar" [14:33:05] [Server thread/INFO]: Loading properties [14:33:05] [Server thread/INFO]: Default game type: SURVIVAL [14:33:06] [Server thread/INFO]: This server is running CraftBukkit version git-PaperSpigot-1f7d532 (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT) [14:33:06] [Server thread/INFO]: Server Ping Player Sample Count: 12 [14:33:06] [Server thread/INFO]: Using 4 threads for Netty based IO [14:33:06] [Server thread/INFO]: Debug logging is disabled [14:33:06] [Server thread/INFO]: Generating keypair [14:33:07] [Server thread/INFO]: Starting Minecraft server on *:25565 [14:33:07] [Server thread/INFO]: Set PluginClassLoader as parallel capable [14:33:07] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.13.0-SNAPSHOT [14:33:08] [Server thread/INFO]: [Factions] Loading Factions v2.11.0 [14:33:08] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.13.0-SNAPSHOT [14:33:08] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] === ENABLE START === [14:33:08] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Loading Cachefile datas... [14:33:08] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Loading Onlineplayer datas... [14:33:08] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Loading Registry datas... [14:33:08] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Saving Cachefile... [14:33:08] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Setup of IdUtil took 73ms. [14:33:08] [Server thread/ERROR]: Error occurred while enabling MassiveCore v2.13.0-SNAPSHOT (Is it up to date?) java.lang.NoClassDefFoundError: com/google/common/collect/MultimapBuilder at com.massivecraft.massivecore.util.XClassPath$DefaultScanner.(XClassPath.java:476) ~[?:?] at com.massivecraft.massivecore.util.XClassPath.from(XClassPath.java:116) ~[?:?] at com.massivecraft.massivecore.util.ReflectionUtil.getPackageClasses(ReflectionUtil.java:460) ~[?:?] at com.massivecraft.massivecore.MassivePlugin.getClassesActive(MassivePlugin.java:448) ~[?:?] at com.massivecraft.massivecore.MassivePlugin.getClassesActiveMigrators(MassivePlugin.java:413) ~[?:?] at com.massivecraft.massivecore.MassivePlugin.getClassesActive(MassivePlugin.java:334) ~[?:?] at com.massivecraft.massivecore.MassivePlugin.activateAuto(MassivePlugin.java:326) ~[?:?] at com.massivecraft.massivecore.MassiveCore.onEnableInner(MassiveCore.java:235) ~[?:?] at com.massivecraft.massivecore.MassivePlugin.onEnable(MassivePlugin.java:83) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[serwer.jar:git-PaperSpigot-1f7d532] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [serwer.jar:git-PaperSpigot-1f7d532] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [serwer.jar:git-PaperSpigot-1f7d532] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [serwer.jar:git-PaperSpigot-1f7d532] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [serwer.jar:git-PaperSpigot-1f7d532] at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:170) [serwer.jar:git-PaperSpigot-1f7d532] at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:494) [serwer.jar:git-PaperSpigot-1f7d532] at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [serwer.jar:git-PaperSpigot-1f7d532] Caused by: java.lang.ClassNotFoundException: com.google.common.collect.MultimapBuilder at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_131] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[serwer.jar:git-PaperSpigot-1f7d532] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[serwer.jar:git-PaperSpigot-1f7d532] at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_131] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_131] ... 17 more [14:33:08] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE! [14:33:08] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware. [14:33:08] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose. [14:33:08] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file. [14:33:08] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time **** [14:33:09] [Server thread/INFO]: Preparing level "world" [14:33:09] [Server thread/INFO]: -------- World Settings For [world] -------- [14:33:09] [Server thread/INFO]: Mob Spawn Range: 4 [14:33:09] [Server thread/INFO]: Anti X-Ray: true [14:33:09] [Server thread/INFO]: Engine Mode: 1 [14:33:09] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [14:33:09] [Server thread/INFO]: Replace Blocks: [1, 5] [14:33:09] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [14:33:09] [Server thread/INFO]: Cactus Growth Modifier: 100% [14:33:09] [Server thread/INFO]: Cane Growth Modifier: 100% [14:33:09] [Server thread/INFO]: Melon Growth Modifier: 100% [14:33:09] [Server thread/INFO]: Mushroom Growth Modifier: 100% [14:33:09] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [14:33:09] [Server thread/INFO]: Sapling Growth Modifier: 100% [14:33:09] [Server thread/INFO]: Wheat Growth Modifier: 100% [14:33:09] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 [14:33:09] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [14:33:09] [Server thread/INFO]: Alternative Hopper Ticking: false [14:33:09] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [14:33:09] [Server thread/INFO]: Random Lighting Updates: false [14:33:09] [Server thread/INFO]: Structure Info Saving: true [14:33:09] [Server thread/INFO]: Sending up to 5 chunks per packet [14:33:09] [Server thread/INFO]: Max Entity Collisions: 8 [14:33:09] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 [14:33:09] [Server thread/INFO]: Max TNT Explosions: 100 [14:33:09] [Server thread/INFO]: View Distance: 10 [14:33:09] [Server thread/INFO]: Chunks to Grow per Tick: 650 [14:33:09] [Server thread/INFO]: Clear tick list: false [14:33:09] [Server thread/INFO]: Experience Merge Radius: 3.0 [14:33:09] [Server thread/INFO]: Item Despawn Rate: 6000 [14:33:09] [Server thread/INFO]: Item Merge Radius: 2.5 [14:33:09] [Server thread/INFO]: Arrow Despawn Rate: 1200 [14:33:09] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [14:33:09] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [14:33:09] [Server thread/INFO]: -------- World Settings For [world] -------- [14:33:09] [Server thread/INFO]: Player blocking damage multiplier set to 0.5 [14:33:09] [Server thread/INFO]: Remove invalid mob spawner tile entities: true [14:33:09] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0 [14:33:09] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3 [14:33:09] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128 [14:33:09] [Server thread/INFO]: WorldServer TickNextTickList cap set at 10000 [14:33:09] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false [14:33:09] [Server thread/INFO]: Keep spawn chunk loaded: true [14:33:09] [Server thread/INFO]: World async lighting: false [14:33:09] [Server thread/INFO]: Water over lava flow speed: 5 [14:33:09] [Server thread/INFO]: Inverted Redstone Lamps: false [14:33:09] [Server thread/INFO]: Allow undead horse types to be leashed: true [14:33:09] [Server thread/INFO]: -------- World Settings For [world_nether] -------- [14:33:09] [Server thread/INFO]: Mob Spawn Range: 4 [14:33:09] [Server thread/INFO]: Anti X-Ray: true [14:33:09] [Server thread/INFO]: Engine Mode: 1 [14:33:09] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [14:33:09] [Server thread/INFO]: Replace Blocks: [1, 5] [14:33:09] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [14:33:09] [Server thread/INFO]: Cactus Growth Modifier: 100% [14:33:09] [Server thread/INFO]: Cane Growth Modifier: 100% [14:33:09] [Server thread/INFO]: Melon Growth Modifier: 100% [14:33:09] [Server thread/INFO]: Mushroom Growth Modifier: 100% [14:33:09] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [14:33:09] [Server thread/INFO]: Sapling Growth Modifier: 100% [14:33:09] [Server thread/INFO]: Wheat Growth Modifier: 100% [14:33:09] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 [14:33:09] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [14:33:09] [Server thread/INFO]: Alternative Hopper Ticking: false [14:33:09] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [14:33:09] [Server thread/INFO]: Random Lighting Updates: false [14:33:09] [Server thread/INFO]: Structure Info Saving: true [14:33:09] [Server thread/INFO]: Sending up to 5 chunks per packet [14:33:09] [Server thread/INFO]: Max Entity Collisions: 8 [14:33:09] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 [14:33:09] [Server thread/INFO]: Max TNT Explosions: 100 [14:33:09] [Server thread/INFO]: View Distance: 10 [14:33:09] [Server thread/INFO]: Chunks to Grow per Tick: 650 [14:33:09] [Server thread/INFO]: Clear tick list: false [14:33:09] [Server thread/INFO]: Experience Merge Radius: 3.0 [14:33:09] [Server thread/INFO]: Item Despawn Rate: 6000 [14:33:09] [Server thread/INFO]: Item Merge Radius: 2.5 [14:33:09] [Server thread/INFO]: Arrow Despawn Rate: 1200 [14:33:09] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [14:33:09] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [14:33:09] [Server thread/INFO]: -------- World Settings For [world_nether] -------- [14:33:09] [Server thread/INFO]: Player blocking damage multiplier set to 0.5 [14:33:09] [Server thread/INFO]: Remove invalid mob spawner tile entities: true [14:33:09] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0 [14:33:09] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3 [14:33:09] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128 [14:33:09] [Server thread/INFO]: WorldServer TickNextTickList cap set at 10000 [14:33:09] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false [14:33:09] [Server thread/INFO]: Keep spawn chunk loaded: true [14:33:09] [Server thread/INFO]: World async lighting: false [14:33:09] [Server thread/INFO]: Water over lava flow speed: 5 [14:33:09] [Server thread/INFO]: Inverted Redstone Lamps: false [14:33:09] [Server thread/INFO]: Allow undead horse types to be leashed: true [14:33:09] [Server thread/INFO]: -------- World Settings For [world_the_end] -------- [14:33:09] [Server thread/INFO]: Mob Spawn Range: 4 [14:33:09] [Server thread/INFO]: Anti X-Ray: true [14:33:09] [Server thread/INFO]: Engine Mode: 1 [14:33:09] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [14:33:09] [Server thread/INFO]: Replace Blocks: [1, 5] [14:33:09] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [14:33:09] [Server thread/INFO]: Cactus Growth Modifier: 100% [14:33:09] [Server thread/INFO]: Cane Growth Modifier: 100% [14:33:09] [Server thread/INFO]: Melon Growth Modifier: 100% [14:33:09] [Server thread/INFO]: Mushroom Growth Modifier: 100% [14:33:09] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [14:33:09] [Server thread/INFO]: Sapling Growth Modifier: 100% [14:33:09] [Server thread/INFO]: Wheat Growth Modifier: 100% [14:33:09] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 [14:33:09] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [14:33:09] [Server thread/INFO]: Alternative Hopper Ticking: false [14:33:09] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [14:33:09] [Server thread/INFO]: Random Lighting Updates: false [14:33:09] [Server thread/INFO]: Structure Info Saving: true [14:33:09] [Server thread/INFO]: Sending up to 5 chunks per packet [14:33:09] [Server thread/INFO]: Max Entity Collisions: 8 [14:33:09] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 [14:33:09] [Server thread/INFO]: Max TNT Explosions: 100 [14:33:09] [Server thread/INFO]: View Distance: 10 [14:33:09] [Server thread/INFO]: Chunks to Grow per Tick: 650 [14:33:09] [Server thread/INFO]: Clear tick list: false [14:33:09] [Server thread/INFO]: Experience Merge Radius: 3.0 [14:33:09] [Server thread/INFO]: Item Despawn Rate: 6000 [14:33:09] [Server thread/INFO]: Item Merge Radius: 2.5 [14:33:09] [Server thread/INFO]: Arrow Despawn Rate: 1200 [14:33:09] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [14:33:09] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [14:33:09] [Server thread/INFO]: -------- World Settings For [world_the_end] -------- [14:33:09] [Server thread/INFO]: Player blocking damage multiplier set to 0.5 [14:33:09] [Server thread/INFO]: Remove invalid mob spawner tile entities: true [14:33:09] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0 [14:33:09] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3 [14:33:09] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128 [14:33:09] [Server thread/INFO]: WorldServer TickNextTickList cap set at 10000 [14:33:09] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false [14:33:09] [Server thread/INFO]: Keep spawn chunk loaded: true [14:33:09] [Server thread/INFO]: World async lighting: false [14:33:09] [Server thread/INFO]: Water over lava flow speed: 5 [14:33:09] [Server thread/INFO]: Inverted Redstone Lamps: false [14:33:09] [Server thread/INFO]: Allow undead horse types to be leashed: true [14:33:09] [Server thread/INFO]: Preparing start region for level 0 (Seed: 7443840732453124582) [14:33:10] [Server thread/INFO]: Preparing spawn area: 13% [14:33:11] [Server thread/INFO]: Preparing spawn area: 60% [14:33:12] [Server thread/INFO]: Preparing start region for level 1 (Seed: -1286150312621339216) [14:33:13] [Server thread/INFO]: Preparing spawn area: 94% [14:33:13] [Server thread/INFO]: Preparing start region for level 2 (Seed: -1286150312621339216) [14:33:14] [Server thread/INFO]: [Factions] Enabling Factions v2.11.0 [14:33:14] [Server thread/INFO]: [Factions 2.11.0] === ENABLE START === [14:33:14] [Server thread/ERROR]: Error occurred while enabling Factions v2.11.0 (Is it up to date?) java.lang.NullPointerException at com.massivecraft.massivecore.MassivePlugin.checkVersionSynchronization(MassivePlugin.java:118) ~[?:?] at com.massivecraft.massivecore.MassivePlugin.onEnablePre(MassivePlugin.java:97) ~[?:?] at com.massivecraft.massivecore.MassivePlugin.onEnable(MassivePlugin.java:82) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[serwer.jar:git-PaperSpigot-1f7d532] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [serwer.jar:git-PaperSpigot-1f7d532] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [serwer.jar:git-PaperSpigot-1f7d532] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [serwer.jar:git-PaperSpigot-1f7d532] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [serwer.jar:git-PaperSpigot-1f7d532] at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:354) [serwer.jar:git-PaperSpigot-1f7d532] at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:328) [serwer.jar:git-PaperSpigot-1f7d532] at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:284) [serwer.jar:git-PaperSpigot-1f7d532] at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:227) [serwer.jar:git-PaperSpigot-1f7d532] at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:494) [serwer.jar:git-PaperSpigot-1f7d532] at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [serwer.jar:git-PaperSpigot-1f7d532] [14:33:14] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it [14:33:14] [Server thread/INFO]: Done (5.623s)! For help, type "help" or "?" [14:33:14] [User Authenticator #1/INFO]: UUID of player Wilker286 is 91f10657-1bf0-3165-8a93-7e67d80fbfc8 [14:33:15] [Server thread/INFO]: Wilker286[/83.22.98.52:59099] logged in with entity id 264 at ([world] -96.30000001192093, 61.0, 394.69999998807907) [14:33:18] [Server thread/INFO]: Wilker286 issued server command: /plugins [14:33:20] [Server thread/INFO]: Wilker286 issued server command: /f

LeviPlayGames
LeviPlayGames

Kolejny raz woła, że nie ta wersja. https://www.spigotmc.org/resources/factions.1900/download?version=169388 Spróbuj stąd, jest to najnowsza wersja. Wypakuj oba pliki .jar do folderu plugins. Jeśli to nie zadziała to oznacza, że wersja znów nie jest taka jaka powinna być i trzeba będzie spróbować inną. https://www.spigotmc.org/resources/factions.1900/history tu jest spis wersji, niestety nie powiem Ci która wersja pasuje do wersji gry.

Bananowy
Bananowy

Ehhh znowu to samo, a jakby spróbować na najnowszej wersji MC?

LeviPlayGames
LeviPlayGames

Wtedy użyj najnowszej wersji pluginu https://www.spigotmc.org/resources/factions.1900/history - 2.13.0 i wrzuć oba pliki .jar do folderu plugins.

Bananowy
Bananowy

Ok udało się, dałem najstarszą wersję, później ogarnę która jest rekomendowana pod tą wersję.

Dzięki Levi za pomoc, pozdrawiam.