怎么用我的世界multicraftt修改圈地范围

播放列表加载中...
正在载入...
分享视频:
嵌入代码:
拍下二维码,随时随地看视频
multicraft面板修改(攻略1)
上 传 者:
内容介绍:
multicraft面板修改(攻略1)
我来说点啥
版权所有 CopyRight
| 京网文[0号 |
| 京公网安备:
互联网药品信息服务资格证:(京)-非经营性- | 广播电视节目制作经营许可证:(京)字第403号
<img src="" width="34" height="34"/>
<img src=""/>
<li data-vid="">
<img src=""/><i data-vid="" class="ckl_plays">
<img width="132" height="99" src=""/>
在线人数:
<li data-vid="">
<img src=""/><i data-vid="" class="ckl_plays">
<img src="///img/blank.png" data-src=""/>
<img src="///img/blank.png" data-src="http://"/>
<li data-vid="" class="cfix">
src="///img/blank.png" data-src=""/>
<i data-vid="" class="ckl_plays">
<li data-vid="" class="cfix">
src="///img/blank.png" data-src=""/><i data-vid="" class="ckl_plays">
没有数据!
{upload_level_name}
粉丝 {fans_count}
{video_count}
{description}multicraft1.8.2为什么我用notepad++改了jar地址还是无法访问multicraft&#47;jar&#47;minecraft_server.jar啊_百度知道CentOS系统安装Minecraft(我的世界)服务端教程_鬼厉V_新浪博客
CentOS系统安装Minecraft(我的世界)服务端教程
&原创整理:CentOS下安装我的世界服务端(使用MULTICRAFT网页控制服务器)教程。引用MULTICRAFT
(MINECRAFT PANEL) ON CENTOS 6(地址:
)的部分内容
-----------------------【附】Windows Server
2008以上系统安装mcmyadmin简单教程
----------------------【正文】&准备:服务器(内存大于1G),
Xshell或者Putty软件,服务器的root密码(咨询服务器供应商)
首先先装个Java
yum install java-1.7.0-openjdk
安装更新:压缩 解压
yum install -y unzip zip
关闭防火墙
chkconfig --level 35 iptables off&
关闭防火墙
/etc/init.d/iptables stop&
yum -y install gcc gcc-c++ kernel-devel
yum install mysql mysql-server
设置开机启动
chkconfig --levels 235 mysqld on
/etc/init.d/mysqld start
初始化mysql的root用户的密码
mysql_secure_installation
并按下回车 一路Y
yum install httpd php
设置开机启动
chkconfig --levels 235 httpd on
/etc/init.d/httpd start
Install PHP extensions:
yum install php-mysql php-gd
Restart Apache:
/etc/init.d/httpd restart&
安装phpMyAdmin
wget&http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
rpm -ivh epel-release-6-8.noarch.rpm
yum install phpmyadmin
To use phpMyAdmin you will need to configure its access. Start
by opening the configuration file:
nano /etc/httpd/conf.d/phpMyAdmin.conf&
&IfModule !mod_authz_core.c&
# Apache 2.2
& Order Deny,Allow
& Deny from All
& Allow from 127.0.0.1
& Allow from ::1
/IfModule&
修改如下:
Order Deny,Allow
& & &Allow
& & &Allow
from 127.0.0.1
& & &Allow
退出Ctrl+X 按Y保存 回车确认文件名
/etc/init.d/httpd restart
在浏览器输入网址:yourserverIP/phpMyAdmin
登录用户名 root 密码:之前设置的
修改httpd.conf
nano /etc/httpd/conf/httpd.conf
找到很后面的这段
# AllowOverride controls what directives may be placed in
.htaccess files.
# It can be "All", "None", or any combination of the
# & Options FileInfo AuthConfig Limit
& & AllowOverride None
修改None 为 All.
重启 Apache:
/etc/init.d/httpd restart
回到根目录
下载安装Multicraft(32位64位修改下载地址)
wget&http://www.multicraft.org/download?arch=linux32
&-O multicraft.tar.gz
tar xvzf multicraft.tar.gz
把multicraft 目录权限设置成777
chmod -R 777 multicraft
cd multicraft
./setup.sh
==============参考文档(可以不看)=========
*** Welcome to Multicraft!
`This installer will help you get Multicraft up and running.
No changes are made to the system until all of the required
information has been collected.
`NOTE: This script automates the installation as described on
the Multicraft website. Use it at your own risk.`
Run each Minecraft server under its own user? (Multicraft will
create system users): [y]/n Press ENTER
Run Multicraft under this user: [minecraft] Press ENTER
User not found. Create user 'minecraft' on start of
installation? [y]/n Press ENTER
Install Multicraft in: [/home/minecraft/multicraft] Press
If you have a license key you can enter it now: [no] Enter your
license key if you have one and continue, or press ENTER
If you control multiple machines from one control panel you need
to assign each daemon a unique ID (requires a Dynamic or custom
license). Daemon ID? [1] Press ENTER
`Will the PHP frontend run on this machine? [y]/n` **Press
ENTER** `User of the webserver: [apache]` **Press ENTER** `Location
of the PHP frontend: [/var/www/html/multicraft]` **Press
Enable builtin FTP server? [y]/n Press ENTER
IP the FTP server will listen on (empty for same as daemon):
[108.61.212.243]
FTP server port: [21] Press ENTER
Block FTP upload of .jar files and other executables
(potentially dangerous plugins)? [y]/n n Press n, then ENTER
`What kind of database do you want to use? [sqlite]/mysql mysql`
**Type mysql, then press ENTER**
NOTE: This is for the daemon config, the front end has an
installation routine for database configuration and
initialization.
Database host: [127.0.0.1]
Database name: [multicraft_daemon]
Database user: [root]
Database password: [] YourPassword Enter your MySQL password,
and press ENTER
`***` `*** Please use the control panel to initialize the
database.` `***`
NOTE: Any running daemon will be stopped!
Ready to install Multicraft. Start installation? [y]/n Press
`***` `*** INSTALLING`
(Trimmed verbose output here)
*** Installation complete!
`PLEASE READ:`
Before starting the daemon you need to run the control panel
installer to initialize your database.
(example:http://your.address/multicraft/install.php
`The daemon WILL NOT work correctly as long as the database
hasn't been initialized.`
`After running the control panel installer start the daemon
using the following command:`
/home/minecraft/multicraft/bin/multicraft -v start
`If there are any issues, please check the log file:
'/home/minecraft/multicraft/multicraft.log'`
After reading the instructions above, press [Enter] to continue.
Press ENTER
In case you want to rerun this script you can save the entered
Save entered settings? ([y]/n) Press ENTER
Saving settings to 'setup.config'.
========================================
浏览器打开
yourserverIP/multicraft
点击开始安装。。
Requirements Check页面 &全绿即可
点击save and test 然后点击initialize
登录账号密码 admin admin
Database Username填root
Database Password填创建的SQL密码
Daemon configuration页面
/home/minecraft/multicraft/bin/multicraft -v start
创建服务器
Assign to user:admin
Port:25565
修改管理员密码&
先创建一个超级用户
用超级用户登录再修改Root Superuser密码 用户名admin不能改
博客等级:
博客积分:0
博客访问:1,973
关注人气:0
荣誉徽章:}

我要回帖

更多关于 multicraft下载 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信