차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
game:mc:pocketmine-mp [2013/06/22 09:15] – 새로 만듦 V_Lgame:mc:pocketmine-mp [2016/12/26 22:54] (현재) V_L
줄 1: 줄 1:
 +======Pocketmine-mp======
 +
 +http://www.pocketmine.net/
 +
 +https://forums.pmmp.io/
 +
 +https://github.com/PocketMine/PocketMine-MP/wiki/Setting-up-a-Server
 +
 +
 +
 +http://pmmp.readthedocs.io/en/rtfd/index.html
 +
 +
 +https://itunes.apple.com/kr/app/minecraft-pocket-edition/id479516143?mt=8
 +
 +Step 1
 +
 +Download the Automatic Installer
 +Then, chmod it to 0755
 +Run it on the console
 +The script will install everything into a folder, without affecting your current installation.
 +Wait until the script downloads, compiles and installs everything.
 +
 +
 +Step 2
 +
 +Run ./start.sh
 +The server starts and creates all default files
 +Close it typing "stop" in the Console
 +Edit the server.properties to suit your needs
 +
 +
 +
 +If you are using the Auto Installer for Linux/Mac, you can use the flag -u so it does not recompile PHP again, updating only server files. Like ./<INSTALLER_NAME>.sh -u
 +
 +
 +^ Server Properties ^
 +|Key|Type|Default Value|Description |
 +|allow-flight|boolean|false|Allows users to use flight on your server while in Survival mode, if they have a mod that provides flight installed. If enabled, they will be kicked after flying for 5 seconds. Disabling this will remove the player speed limit. |
 +|difficulty|integer (0-3)|1|Level of difficulty of the game, Survival/Adventure mode only. 0 => Peaceful, 1 => Easy, 2 => Normal, 3 => Hard |
 +|enable-query|boolean|true|Enables the GameSpy4 UT3 Query Protocol server listener. Used to get information about the server. It\'ll listen on the same port as the server (using the same UDP interface). |
 +|enable-rcon|boolean|false|RCON is a protocol to allow remote access to the server console. It\'ll listen y default on the same port as the server, but using TCP. You can also set the rcon.port, rcon.threads and rcon.clients-per-thread properties, but you\'ll have to manually add them. |
 +|rcon.password|string|random value|The password that RCON will check. And empty string will cause all the requests to be refused. |
 +|gamemode|integer (0-3)|0|Defines the mode of gameplay. 0 => Survival, 1 => Creative, 2 => Adventure, 3 => Spectator |
 +|generator-settings|string|blank|The settings used to customize Superflat world generation. See Superflat on the MC Wiki for possible settings and examples. |
 +|hardcore|boolean|false|If enabled, players will be permanently banned if they die. |
 +|level-name|string|world|Default world name. If it doesn\'t exist, the server will create a new one using the Default generator. |
 +|level-seed|string|blank|A seed for your world. |
 +|level-type|string|DEFAULT|Determines the type of map that is generated. DEFAULT => Standard world, FLAT => A flat world |
 +|max-players|integer|20|The maximum number of players that can play on the server at the same time. |
 +|server-type|string|normal|Defines server type shown in server list. normal, minecon |
 +|server-name|string|Minecraft: PE Server|Server name in the Client server list. |
 +|description|string|Server made using PocketMine-MP|Marquee shown in the Client server list. |
 +|motd|string|Welcome @player to this server!|Message that is sent to welcome a player. |
 +|pvp|boolean|true|Enable PvP on the server, allowing players to damage each other directly. |
 +|server-ip|string|blank|Set this if you want the server to bind to a particular IP. It is strongly recommended that you leave server-ip blank! |
 +|server-port|integer (1-65534)|19132|Port that the server will listen on. Note that the client will only show servers on the range 19132-19135. To be accesible over the internet, this port must be forwarded if the server is hosted in a network using NAT (If you have a home router/firewall). |
 +|server-usage|boolean|true|Sends anonymous usage data to PocketMine.net, including the release version, online users and OS (Win, Linux, Mac). These are shown here. |
 +|spawn-animals|boolean|true|Determines if animals will be able to spawn. Random spawns will be implemented in the future. |
 +|spawn-monsters|boolean|true|Determines if monsters will be able to spawn. Random spawns will be implemented in the future. |
 +|spawn-protection|integer|16|Determines the radius of the spawn protection. Only OPs will be able to place/break blocks inside. Note: Setting this to 0 will not disable spawn protection. 0 will protect the single block at the spawn point. You can disable this using -1 as the value. |
 +|view-distance|integer|10|Sets the amount of world data the server sends the client, measured in chunks in each direction of the player. |
 +|white-list|boolean|false|Enables or disables whitelisting. |
 +|upnp-forwarding|boolean|false|Only available on Windows. Tries UPnP automatic port forwarding. |
 +|memory-limit|integer (plus unit suffix)|128M|Maximum memory that the server will allocate. The server won\'t work correctly with less than 128M |
 +
 +^  [[|배슬로넷 마인크래프트 위키]]입니다. 마음에 안드는 내용이 있으면 직접 고치시면 됩니다 ^ 
 +
 +{{tag>마인크래프트 minecraft game pocketmine-mp}}