Pocketmine-MP非公式日本語wikiです。Pocketmine-MPに関する情報を発信しています。

こちらのページでは、Genisys.yml(Genisysの高度設定ファイル)の中身について解説します。

Genisys.ymlのversionは22です
まずは、本文
#Genisys Advanced Configuration File

#Version of this file
config:
 version: 22

level:
 #Set if weather is enabled (rain may cause lag to older devices)
 weather: true
 #Weather random duration
 weather-random-duration-min: 6000
 weather-random-duration-max: 12000
 #Random lightning interval,default as 10s, 0 = disable
 lightning-time: 200
 #Set if lightning strikes have fire afterwards
 lightning-fire: false
 #Set if fire should spread (trees, etc.)
 fire-spread: false

player:
 #Set if hunger is enabled
 hunger: true
 #Choose if experience is enabled
 experience: true
 #Choose if to keep a player's inventory after they die
 keep-inventory: false
 #Clear the inventory of a player upon them changing their gamemode
 auto-clear-inventory : true
 #Choose if to keep a player's experience after they die
 keep-experience: false
 #If players crash when joining, change this to less than 10. disable=-1
 chunk-radius: -1

nether:
 #Choose if the nether is allowed. The level of nether will generate automatically
 allow-nether: true
 #The name of nether's level
 level-name: "nether"

server:
 #Choose if spawning iron golem is allowed
 allow-iron-golem: false
 #Choose if spawning snow golem is allowed
 allow-snow-golem: false
 #Choose if server.log is disabled
 disable-log: false
 #Choose if to enable anti-fly
 anti-fly: true
 #Choose if async chunks request is enabled
 async-chunk-request: true
 #Choose how to remind players when someone joins the game
 #0 = Message, 1 = Tip, 2 = Popup
 player-msg-type: 0
 login-msg: "§3@player joined the game"
 logout-msg: "§3@player left the game"
 #Choose if movement check is enabled (no more pull backs when moving fast)
 check-movement: true
 #Set if limited creative is enabled (cannot drop items from hotbar, cannot open chests, and so on)
 limited-creative: true
 #Set if add DestroyBlockParticle
 destroy-block-particle: true
 #Set if splash potions are enabled
 allow-splash-potion: true
 #Set if Advanced Command Selector is enabled
 advanced-command-selector: false

enchantment:
 #Choose if anvils are enabled
 enable-anvil: true
 #Choose if enchantment tables are enabled
 enable-enchanting-table: true
 #Choose if to count bookshelves (may cause server lag)
 #If this option is false, the server will use a random count (0~15)
 count-bookshelf: false

redstone:
 ################################################
 ####Choose if the redstone system is enabled####
 ################################################
 #If it is false, the redstone system won't work#
 ################################################
 enable: false
 #Choose if frequency pulses are enabled
 frequency-pulse: false
 #Set the frequency of pulse. Default = 1s
 pulse-frequency: 1

dserver:
 #The count of all multi-server unified
 enable: false
 #Update Query automatically
 query-auto-update: false
 #Update Query periodically
 query-tick-update: true
 #The max players' on the MOTD
 motd-max-players: 0
 #The max players' on the Query. 0=Default
 query-max-players: 0
 #Show the number of all players on MOTD
 motd-all-players: false
 #Show the number of all players on Query
 query-all-players: false
 #Show the number of online players on MOTD
 motd-players: false
 #Show the number of online players on Query
 query-players: false
 #Update Frequency. 20=1s
 time: 40
 #Auto-retry # of times when server fails
 retry-times: 3
 #the server list,Separate by ';',e.g. 1.example.com:19132;2.example.com:19133
 server-list: ""

inventory:
 #Set this to true if you have problems with anvils. This will process inventory transactions in a vanilla fashion with no anti-cheats or verification.
 allow-cheats: false
続いて和訳ver(完全に和訳されてはいません)
#Genisysの高度設定ファイル

#このファイルのバージョン
config:
 version: 22

level:
 #天候システムをオンにする場合の設定
 weather: false
 #天候のランダム期間
 weather-random-duration-min: 6000
 weather-random-duration-max: 12000
 #ランダムな落雷間隔の設定 (デフォルトは10秒、0 =無効)
 lightning-time: 200
 #稲妻で火災の発生を許可する場合の設定
 lightning-fire: false
 #火災が広がることを有効にするか?
 fire-spread: false
 
player:
 #空腹度システムを有効にするか?
 hunger: true
 #経験値システムを有効にするか?
 experience: true
 #死んだときにインベントリのアイテムを保持させるか?
 keep-inventory: true
 #ゲームモードをクリエイティブにした際インベントリ内のアイテムを削除するか?
 auto-clear-inventory : false
 #死んだときにプレイヤーの経験値を保持させるか?
 keep-experience: true
 #参加時にプレーヤーがクラッシュした場合は、これを10未満に設定します。
 chunk-radius: -1

nether:
 #ネザーを許可する場合は選択してください。ネザーのレベルは自動的に生成されます
 allow-nether: true
 #ネザーの名前
 level-name: "nether"
 
server:
 #アイアンゴーレムをスポーンさせるか?
 allow-iron-golem: false
 #スノーゴーレムをスポーンさせるか?
 allow-snow-golem: false
 #server.logを無効にするか?
 disable-log: false
 #自動アンチフライを有効にするか?
 anti-fly: true
 #非同期チャンク要求を有効にするか?
 async-chunk-request: true
 #プレーヤーが参加・退出したときの、メッセージの設定 (@playerはプレイヤー名)
 #0 = メッセージ, 1 = Tip, 2 = ポップアップ
 player-msg-type: 0
 login-msg: "§3@player joined the game"
 logout-msg: "§3@player left the game"
 #移動チェックを有効にするか?
 check-movement: true
 #制限付きクリエイティブを有効にするか?(アイテムをドロップすることができません、チェストを開くこともできません)
 limited-creative: true
 #ブロックパーティクルの発生を追加するか?
 destroy-block-particle: true
 #スプラッシュポーションを有効にするか?
 allow-splash-potion: true
 #高度なコマンドセレクタを有効にするか?
 advanced-command-selector: false

enchantment:
 #金床の使用を許可するか?
 enable-anvil: true
 #エンチャントテーブルの使用が許可されているか?
 enable-enchanting-table: true
 #本棚を数えるかどうかを選択します。(サーバーの遅延を引き起こす可能性があります。)
 #この設定がfalseの場合、サーバはランダムカウント(0-15)を使用します。
 count-bookshelf: false

redstone:
 ##############################################################
 ###レッドストーンシステムを許可するかどうかを選択する###
 ##############################################################
 #trueでない場合、レッドストーンシステムは動作しません#
 ##############################################################
 enable: false
 #許容周波数パルスを選択する
 frequency-pulse: false
 #パルスの周波数を設定します。デフォルト:1秒
 pulse-frequency: 1

dserver:
 #すべてのマルチサーバーの数を統一するか?
 enable: false
 #自動的に更新を確認するか?
 query-auto-update: false
 #定期更新の確認をするか?
 query-tick-update: true
 #motd上の最大プレイヤーの数
 motd-max-players: 0
 #クエリ上の最大プレイヤーの数 (0 =デフォルト)
 query-max-players: 0
 #motdのすべての人数の数を表示するか?
 motd-all-players: false
 #クエリの全プレイヤー数を表示するか?
 query-all-players: false
 #motd上のオンラインプレーヤーの数を表示するか?
 motd-players: false
 #クエリのオンラインプレイヤー数を表示するか?
 query-players: false
 #更新頻度、20 = 1s
 time: 40
 #失敗した場合の自動再試行回数
 retry-times: 3
 #サーバリストは、';'で区切ります。 1.example.com:191322.2.example.com:19133
 server-list: ""

inventory:
 #金床に問題がある場合は、これをtrueに設定します。 アンチチートや検証なしでバニラファッションでインベントリー取引を処理するか?
 allow-cheats: false

メニュー

トップページ
メンバー募集メンバーページ

カウンター

訪問者数

アクセス数

フリーエリア



メンバーのみ編集できます