/bdlauncher

BedRockServer launcher with mods support

Primary LanguageC++MIT LicenseMIT

bdlauncher

BedRockServer launcher with mods support
Notice: CentOS and low version GLIBC system support(Neither docker nor root is required):https://www.minebbs.com/threads/centos-bds-root-docker.2424/

(BDS 1.9 TESTED,1.10 TESTING)

please use correct version of land.so

land.so is for MinecraftBE 1.9 land1.10.so is for MinecraftBE 1.10 You have to choose according to your version, and delete. so files which is mismatching your version.

Official qq group: 欢迎加入bdlauncher开发,群聊号码:955765957

(Some codes from https://github.com/codehz/BedrockMod. Thanks @codehz for decompiling BDS.) LD_LIBRARY_PATH=. LD_PRELOAD=./bin/launch.so ./bedrock_server 开服方法: 先把bin文件夹里面除launch.so外的其他.so放到mods文件夹 然后执行

LD_LIBRARY_PATH=. LD_PRELOAD=./bin/launch.so ./bedrock_server

put mods(bin/a.so,amoney.so,ban.so,land.so) into folder mods,and start the server.

example plugin intro: 范例插件用法

ban 黑名单

/ban [PlayerName]
/unban [PlayerName]

money 简单经济

/money query [Playername] 
查询余额(初始500)
/money set [playername] [int:money] 
设置钱
/money add [PlayerName] [int money] 
添加钱

land 迫真领地

/land start
/land end
then touch the ground to determine the pos of land 
先输指令,然后点地(右键)确定起点终点
/land buy
buy the land 买(价格 每个方块10)
/land invite [PlayerName]
share permissions with others (分享)
/land sell
sell the land on which you stand.
(OP can force sell lands) (卖 管理可以卖掉任何领地)