Closed Cqmmls closed 1 year ago
I'm not sure, most of those settings actually use the exact same internal Minecraft code that server.properties
does. I'd like to think adventure
would work just fine for gamemode
, but if not, please let me know.
Nevermind, I don't think PhantomWorlds has a gamemode option for worlds yet. Oops!
What about gamerule keepInventory true? Similar to the following 'data.yml' file. Ask the author to consider these two features, they could be very useful.
advanced: file-version: 2 generated-with: 2.0.4 worlds-to-load: world_game: environment: NORMAL generateStructures: true hardcore: false worldType: NORMAL spawnMobs: true spawnAnimals: true keepSpawnInMemory: falsea allowPvP: true difficulty: NORMAL gamemode: adventure # <---------- keepInventory: true # <----------
That's handled by gamerules already :+1:
---- Added, will be in 2.0.5 ----