Nukkit is a new server platform for Minecraft: Pocket Edition. It is not finished yet, but I think it has good future.
Nukkit created using Java, so it must be fast and very flexible, especially for developers.
Most bukkit plugins could easily ported to Nukkit. PocketMine-MP could be also easily recreated in Java because Nukkit has a structure similar to PocketMine-MP.
There are not too much plugins created already, but most required plugins (Authorization, Permissions, Economy) created.
4. Run start.cmd and you'll get something like this:
5. Choose your language (type "eng" for English) and server will initialized: world file will be created and you can join the server using your PC IP and port (default for MCPE) 19132.
6. Connect to server and have fun
P.S.: I'm not an owner or developer of Nukkit. I just want to introduce you to this wonderfuls server platform, that I met few weeks ago.
I found a better and easier solution: 1.You install java and download the nukkit Jar 2.Make a folder and a start.sh file and write in the start.sh file:
#!/bin/sh
BINDIR=$(dirname "$(readlink -fn "$0")")
cd "$BINDIR"
java -Xmx1024M -jar nukkit-1.0-SNAPSHOT.jar -o true
3.Give the Nukkit jarfile in the folder and change on both files all premissions to everyone
4.Everytime you want to start the Server type in the Terminal: /xxx/xxx/xxx/start.sh(your path to the start.sh file)
The folder will now generate all files (like on windows)(example perver.propetis or nukkit.yml) choose your Lang. and enjoy your Server!
And fromgate forget to say: If you want to play with friends not in the same Network you need Portforwarding to 19132 (there are many tutorials how to do this) And you can see your IP on wieistmeineip.de or many other sites!
Sub my german YT channel xD[/pre]
Thx for sharing this Btw , i want to ask to everyone in here... i really confuse cause of this.
I've tried many ways to create Minecraft PE server. And about this one, i've try it a few minute ago and it's work better rather than anyting that i've founded before. i dont mean to compare it, but, the other server tool, its' need a (.phar) file that really hard to get finnally i found it, but stil, there are many problem, start with PHP version & API version,as we know the newer tool used php 7.0 and API 2.0, what make me confuse is, i cant found up-to date plugins for API 2.0 . really really sad i cant programming too. i wanted to use the newer version cos the old not suppport Minecraft PE. 0.14.0 alpha. i wanted to create some redstone work. . for a while, i forget about the unsupported plugins, so i just play on my own server, i think i stil can create redstone work. BUT !!! when im in, in creative mode, i open inv, there are no such a thing about redstone !! its gone, in the ssserver i dont know why, maybe, the (.phar) file of the server set it up to hidden/ not for use cause i know it can make servver laggy. but why? it msut be deleted.. from inventoy
now here i'am, found this page, i try to use the tool that that guy shared, it works very well. AND, IM HAPPY THIS IS BETER RATHER THAN ANY SERVER TOOL , NO PROBLEM, and it use API 1.0 , so i can still use outdated plugin, and the server use MInecraft PE 0.14.0 alpha... haaaa for a minute im happy. BUT, WHEN im in. i check inv, anddddd YES!! there'are redstone TOOL there !!! not like before ... im happy again.
but finally, when i try to put it on block, its blinking, and GONE !!! ARGGHGHGHGH I STILL CAN'T USE ANY REDSTONE TOOL!! whyyy . please .. help me, i eally wanted to put many redstone work in my server,
i can't use Repeater, Dispenser, Hooper, and all about Redstone tools, i'm new abotu server developing, so hope u guys can help me... ahh one thing, MOB Eggs gone too . i want to put it back, there is only one mob egg in my creative invent, its creeper. i dont need creper... i want create farm in my server, and with many cootages with automatic redstone system with easyliy in cretive. after that, put mode to survival, and start the public server.. its that i meadn after all hope u guys can give me solution how to fix it..
This works perfectly! Love that this is written in java. This is more like it! However, I did come across a small bug in the game with my hot bar randomly selecting 1-8 slots but that only happened once when using Minecraft Windows 10 Edition, but it's not that big of a deal really. Other than that this works! I used to use pocketmine and all I had was issues, nothing really worked out of the box. For the average windows user that just wants to make a server, I recommend this! - Currently using this in Minecraft Windows 10 Edition but this also runs perfectly in MCPE.
EDIT: You guys will probably suffer the same downfall as CraftBukkit. Any of your contributors can file a DMCA on their contributed code.
Bukkit's DMCA issue was possible because:
1. Craftbukkit include "commercial" code of Minecraft Server.
2. Mojang did not "officially" allowed to use that code.
3. One contributor found that using this code (code of mojang's server) is violates his rights and he initiated the DMCA process.
Nukkit is created from the scratch and did not contains code of Minecraft server, so there's no chance that any contributor could legally "break everything".
Nukkit is a new server platform for Minecraft: Pocket Edition. It is not finished yet, but I think it has good future.
Nukkit created using Java, so it must be fast and very flexible, especially for developers.
Most bukkit plugins could easily ported to Nukkit. PocketMine-MP could be also easily recreated in Java because Nukkit has a structure similar to PocketMine-MP.
There are not too much plugins created already, but most required plugins (Authorization, Permissions, Economy) created.
I am experiencing a problem with the start.cmd application. The problem is that the start.cmd window appears for less than a second and I have no idea what it says. I have installed java 8 and followed the instructions mutiple times. PLEASE HELP!!!!!! OS: windows xp
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumNukkit is a new server platform for Minecraft: Pocket Edition. It is not finished yet, but I think it has good future.
Nukkit created using Java, so it must be fast and very flexible, especially for developers.
Most bukkit plugins could easily ported to Nukkit. PocketMine-MP could be also easily recreated in Java because Nukkit has a structure similar to PocketMine-MP.
There are not too much plugins created already, but most required plugins (Authorization, Permissions, Economy) created.
You can download plugins at nukkit.ru and nukkit.cn
How to create nukkit-server
1. You must be sure that Java 8 installed on your PC. You can download latest Java here: https://www.java.com/en/download/
2. Download Nukkit server jar.
You can download Nukkit from Jenkins: http://ci.mengcraft.com:8080/job/nukkit/
Also you can try Circle CI: https://circleci.com/gh/Nukkit/Nukkit/tree/master/
And there's an additional "unofficial" jenkins-server where you can download nukkit: http://ci.regularbox.com/job/Nukkit/
Create a folder and copy there downloaded file nukkit-1.0-SNAPSHOT.jar
3. Create file named start.cmd that contains:
4. Run start.cmd and you'll get something like this:
5. Choose your language (type "eng" for English) and server will initialized: world file will be created and you can join the server using your PC IP and port (default for MCPE) 19132.
6. Connect to server and have fun
P.S.: I'm not an owner or developer of Nukkit. I just want to introduce you to this wonderfuls server platform, that I met few weeks ago.
My favorite: ReActions — Simplest scripting engine
Newest: PlayEffect — Create beautiful visual and sound effect!
When I get my new pc I am going to try this out
Good!
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumNice to meet you here!
Friends, I'm happy to introduce you @Snake1999!
He is one of the Nukkit developers
My favorite: ReActions — Simplest scripting engine
Newest: PlayEffect — Create beautiful visual and sound effect!
Will send a pull request later for more features.
EDIT: You guys will probably suffer the same downfall as CraftBukkit. Any of your contributors can file a DMCA on their contributed code.
Wow! Он что, от русских? Всегда бесил пхп сервер который писал, что нагрузка 100%, хотя цп около 15%!
Kinda like Pocketmine written in java, huh? Very impressive project, but i prefer minet.
Any sulution for Linux Ubuntu users?
Im a german Youtuber: AqyxHD
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumYou can try this FAQ:
http://forums.nukkit.cn/index.php?threads/faq-installing-nukkit-on-ubuntu-server.25/
My favorite: ReActions — Simplest scripting engine
Newest: PlayEffect — Create beautiful visual and sound effect!
I found a better and easier solution: 1.You install java and download the nukkit Jar 2.Make a folder and a start.sh file and write in the start.sh file:
#!/bin/shBINDIR=$(dirname "$(readlink -fn "$0")")
cd "$BINDIR"
java -Xmx1024M -jar nukkit-1.0-SNAPSHOT.jar -o true
3.Give the Nukkit jarfile in the folder and change on both files all premissions to everyone
4.Everytime you want to start the Server type in the Terminal: /xxx/xxx/xxx/start.sh(your path to the start.sh file)
The folder will now generate all files (like on windows)(example perver.propetis or nukkit.yml) choose your Lang. and enjoy your Server!
And fromgate forget to say: If you want to play with friends not in the same Network you need Portforwarding to 19132 (there are many tutorials how to do this) And you can see your IP on wieistmeineip.de or many other sites!
Sub my german YT channel xD[/pre]
Im a german Youtuber: AqyxHD
Thx for sharing this
Btw , i want to ask to everyone in here... i really confuse cause of this.
finnally i found it, but stil, there are many problem, start with PHP version & API version,as we know the newer tool used php 7.0 and API 2.0, what make me confuse is, i cant found up-to date plugins for API 2.0 .
really really sad i cant programming too. i wanted to use the newer version cos the old not suppport Minecraft PE. 0.14.0 alpha. i wanted to create some redstone work. . for a while, i forget about the unsupported plugins, so i just play on my own server, i think i stil can create redstone work. BUT !!! when im in, in creative mode, i open inv, there are no such a thing about redstone !! its gone, in the ssserver
i dont know why, maybe, the (.phar) file of the server set it up to hidden/ not for use cause i know it can make servver laggy. but why? it msut be deleted.. from inventoy
I've tried many ways to create Minecraft PE server. And about this one, i've try it a few minute ago and it's work better rather than anyting that i've founded before. i dont mean to compare it, but, the other server tool, its' need a (.phar) file that really hard to get
now here i'am, found this page, i try to use the tool that that guy shared, it works very well. AND, IM HAPPY THIS IS BETER RATHER THAN ANY SERVER TOOL , NO PROBLEM, and it use API 1.0 , so i can still use outdated plugin, and the server use MInecraft PE 0.14.0 alpha... haaaa for a minute im happy. BUT, WHEN im in. i check inv, anddddd YES!! there'are redstone TOOL there !!! not like before ... im happy again.
but finally, when i try to put it on block, its blinking, and GONE !!! ARGGHGHGHGH I STILL CAN'T USE ANY REDSTONE TOOL!! whyyy . please .. help me, i eally wanted to put many redstone work in my server,
ahh one thing, MOB Eggs gone too . i want to put it back, there is only one mob egg in my creative invent, its creeper. i dont need creper...
i want create farm in my server, and with many cootages with automatic redstone system with easyliy in cretive. after that, put mode to survival, and start the public server.. its that i meadn after all
hope u guys can give me solution how to fix it..
i can't use Repeater, Dispenser, Hooper, and all about Redstone tools, i'm new abotu server developing, so hope u guys can help me...
This works perfectly! Love that this is written in java. This is more like it! However, I did come across a small bug in the game with my hot bar randomly selecting 1-8 slots but that only happened once when using Minecraft Windows 10 Edition, but it's not that big of a deal really. Other than that this works! I used to use pocketmine and all I had was issues, nothing really worked out of the box. For the average windows user that just wants to make a server, I recommend this! - Currently using this in Minecraft Windows 10 Edition but this also runs perfectly in MCPE.
-
View User Profile
-
View Posts
-
Send Message
Curse Premium@fromgate Can you respond to this? Not sure if true or not.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumBukkit's DMCA issue was possible because:
1. Craftbukkit include "commercial" code of Minecraft Server.
2. Mojang did not "officially" allowed to use that code.
3. One contributor found that using this code (code of mojang's server) is violates his rights and he initiated the DMCA process.
Bukkit (API) did not include any minecraft code so it still available: https://github.com/Bukkit/Bukkit
You can compare with craftbukkit's current state: https://github.com/Bukkit/CraftBukkit
Nukkit is created from the scratch and did not contains code of Minecraft server, so there's no chance that any contributor could legally "break everything".
My favorite: ReActions — Simplest scripting engine
Newest: PlayEffect — Create beautiful visual and sound effect!
0.15x?
--
Drika Gamer
Youtube: http://youtube.com/MundoDRIX
Already updated!
74c7c25d9562a9d7bb32c44b79b.
74c7c25d9562a9d7bb32c44b79bI am experiencing a problem with the start.cmd application. The problem is that the start.cmd window appears for less than a second and I have no idea what it says. I have installed java 8 and followed the instructions mutiple times. PLEASE HELP!!!!!! OS: windows xp
-
View User Profile
-
View Posts
-
Send Message
Curse Premium@SamGamgee55
Check that to your java.exe is configured in PATH system variable.
Read more here: https://www.java.com/en/download/help/path.xml
My favorite: ReActions — Simplest scripting engine
Newest: PlayEffect — Create beautiful visual and sound effect!
The start cmd is not working... Nukkit runs but i can not see it