Unable to get plugins working

KaydotM8

New Member
I am running a VPS on Ubuntu 16.04, when I start the Server everything works fine and I can connect. I am now trying to add the MobPlugin, I downloaded the jar file and extracted it to my plugins folder.

I then stopped the server, restarted it and got this output:

15:56:19 [INFO ] Loading nukkit.yml ...
15:56:19 [INFO ] Loading server.properties ...
15:56:19 [INFO ] Selected English (eng) as the base language
15:56:19 [INFO ] Starting Minecraft: BE server version v1.12.0
15:56:19 [INFO ] Selected Zlib Provider: 2 (cn.nukkit.utils.ZlibThreadLocal)
15:56:20 [INFO ] Opening server on 0.0.0.0:19132
15:56:20 [INFO ] This server is running Nukkit version git-6048a98 "" (API 1.0.8)
15:56:20 [INFO ] Nukkit is distributed under the LGPL License
15:56:21 [INFO ] Loading recipes...
15:56:22 [INFO ] Loaded 1301 recipes.
15:56:22 [INFO ] Successfully loaded 0 resource packs
15:56:22 [INFO ] Preparing level "C n K"
15:56:22 [INFO ] Epoll Status is true
15:56:22 [INFO ] Preparing level "nether"
15:56:22 [INFO ] Starting GS4 status listener
15:56:22 [INFO ] Setting query port to 19132
15:56:22 [INFO ] Query is running on 0.0.0.0:19132
15:56:22 [INFO ] Default game type: Survival Mode
15:56:22 [INFO ] Done (3.061s)! For help, type "help" or "?"

When I go onto the game and set the game mode to night, still nothing loads. I see no config.yml or anything. I've tried this with the Pets and Welcome plugin, neither worked.
 

PetteriM1

Resource Mod
Staff member
I am running a VPS on Ubuntu 16.04, when I start the Server everything works fine and I can connect. I am now trying to add the MobPlugin, I downloaded the jar file and extracted it to my plugins folder.

I then stopped the server, restarted it and got this output:

15:56:19 [INFO ] Loading nukkit.yml ...
15:56:19 [INFO ] Loading server.properties ...
15:56:19 [INFO ] Selected English (eng) as the base language
15:56:19 [INFO ] Starting Minecraft: BE server version v1.12.0
15:56:19 [INFO ] Selected Zlib Provider: 2 (cn.nukkit.utils.ZlibThreadLocal)
15:56:20 [INFO ] Opening server on 0.0.0.0:19132
15:56:20 [INFO ] This server is running Nukkit version git-6048a98 "" (API 1.0.8)
15:56:20 [INFO ] Nukkit is distributed under the LGPL License
15:56:21 [INFO ] Loading recipes...
15:56:22 [INFO ] Loaded 1301 recipes.
15:56:22 [INFO ] Successfully loaded 0 resource packs
15:56:22 [INFO ] Preparing level "C n K"
15:56:22 [INFO ] Epoll Status is true
15:56:22 [INFO ] Preparing level "nether"
15:56:22 [INFO ] Starting GS4 status listener
15:56:22 [INFO ] Setting query port to 19132
15:56:22 [INFO ] Query is running on 0.0.0.0:19132
15:56:22 [INFO ] Default game type: Survival Mode
15:56:22 [INFO ] Done (3.061s)! For help, type "help" or "?"

When I go onto the game and set the game mode to night, still nothing loads. I see no config.yml or anything. I've tried this with the Pets and Welcome plugin, neither worked.
You are not supposed to extract a jar file
 

KaydotM8

New Member
You are not supposed to extract a jar file
I dont mean extract, my bad, I meant copy the file over. I have the jar files copied into the plugins folder. Yet, none of them are loading.



Further more, I just tried to use chmod +x on each jar file,then re-run the server,
which did not work either.
 
Last edited:

KaydotM8

New Member
I am uploading my files to my VPS like so:

"C:\Program Files\PuTTY\pscp.exe" -scp Welcome.jar root@XXXXXX:~/MCServer/plugins
 
Top