Mineserver is a Work-In-Progress MCPE Server Software. So far I have done the basic Plugin API, ChatColor, Started on events, Done some commands, Worked on adding and removing players, Working on permissions.
TODO List
•Plugin loading
•Commands
•Events
•Enitities
•Packet sending/recieving
•ModPE Support
What's up with ModPE support?
Well, what I plan to do is replicate all blocklauncher functions and add it to the ModPEFunctions file. I already have created that. Thenwhen you upload the scripts to the server it will execute the event. For example I upload a script with Level.explode(x, y, z, 5);
The server might execute
new Explosion(Block.getX(), Block.getY(), Block.getZ(), 5);
If you want to help develop and become part of the organisation, the source code link is above.
Source: http://github.com/MineServerProject/Mineserver
Author: RandomAltThing (That's me)
License: Apache License 2.0
What is Mineserver?
Mineserver is a Work-In-Progress MCPE Server Software. So far I have done the basic Plugin API, ChatColor, Started on events, Done some commands, Worked on adding and removing players, Working on permissions.
TODO List
•Plugin loading
•Commands
•Events
•Enitities
•Packet sending/recieving
•ModPE Support
What's up with ModPE support?
Well, what I plan to do is replicate all blocklauncher functions and add it to the ModPEFunctions file. I already have created that. Thenwhen you upload the scripts to the server it will execute the event. For example I upload a script with Level.explode(x, y, z, 5);
The server might execute
new Explosion(Block.getX(), Block.getY(), Block.getZ(), 5);
If you want to help develop and become part of the organisation, the source code link is above.
Cool ive been wanting that for quite long