mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-22 17:17:37 +00:00
Better defaults
This commit is contained in:
parent
e20efb9798
commit
fea21195da
@ -51,6 +51,17 @@ worlds:
|
|||||||
gameRules:
|
gameRules:
|
||||||
- "doWeatherCycle;false"
|
- "doWeatherCycle;false"
|
||||||
- "doDaylightCycle;false"
|
- "doDaylightCycle;false"
|
||||||
|
- "doMobSpawning;false"
|
||||||
|
- "keepInventory;true"
|
||||||
|
- "doFireTick;false"
|
||||||
|
- "doMobLoot;false"
|
||||||
|
- "mobGriefing;false"
|
||||||
|
- "doTileDrops;false"
|
||||||
|
- "commandBlockOutput;false"
|
||||||
|
- "naturalRegeneration;true"
|
||||||
|
- "announceAdvancements;false"
|
||||||
|
- "showDeathMessages;false"
|
||||||
|
- "sendCommandFeedback;false"
|
||||||
parameters:
|
parameters:
|
||||||
grass_block: 1
|
grass_block: 1
|
||||||
dirt: 32
|
dirt: 32
|
||||||
@ -62,6 +73,20 @@ worlds:
|
|||||||
requiredLevels:
|
requiredLevels:
|
||||||
- "Rank.ADMIN" # Minimum rank requirement
|
- "Rank.ADMIN" # Minimum rank requirement
|
||||||
noEdit: "&cYou can't edit this world!"
|
noEdit: "&cYou can't edit this world!"
|
||||||
|
gameRules:
|
||||||
|
- "doWeatherCycle;false"
|
||||||
|
- "doDaylightCycle;false"
|
||||||
|
- "doMobSpawning;false"
|
||||||
|
- "keepInventory;true"
|
||||||
|
- "doFireTick;false"
|
||||||
|
- "doMobLoot;false"
|
||||||
|
- "mobGriefing;false"
|
||||||
|
- "doTileDrops;false"
|
||||||
|
- "commandBlockOutput;false"
|
||||||
|
- "naturalRegeneration;true"
|
||||||
|
- "announceAdvancements;false"
|
||||||
|
- "showDeathMessages;false"
|
||||||
|
- "sendCommandFeedback;false"
|
||||||
parameters:
|
parameters:
|
||||||
grass_block: 1
|
grass_block: 1
|
||||||
dirt: 32
|
dirt: 32
|
||||||
@ -73,6 +98,20 @@ worlds:
|
|||||||
requiredLevels:
|
requiredLevels:
|
||||||
- "Title.MASTER_BUILDER" # Title has no "minimum", so this will have to be their title
|
- "Title.MASTER_BUILDER" # Title has no "minimum", so this will have to be their title
|
||||||
noEdit: "&cYou can't edit this world!"
|
noEdit: "&cYou can't edit this world!"
|
||||||
|
gameRules:
|
||||||
|
- "doWeatherCycle;false"
|
||||||
|
- "doDaylightCycle;false"
|
||||||
|
- "doMobSpawning;false"
|
||||||
|
- "keepInventory;true"
|
||||||
|
- "doFireTick;false"
|
||||||
|
- "doMobLoot;false"
|
||||||
|
- "mobGriefing;false"
|
||||||
|
- "doTileDrops;false"
|
||||||
|
- "commandBlockOutput;false"
|
||||||
|
- "naturalRegeneration;true"
|
||||||
|
- "announceAdvancements;false"
|
||||||
|
- "showDeathMessages;false"
|
||||||
|
- "sendCommandFeedback;false"
|
||||||
parameters:
|
parameters:
|
||||||
grass_block: 1
|
grass_block: 1
|
||||||
dirt: 32
|
dirt: 32
|
||||||
|
Loading…
Reference in New Issue
Block a user