T
tiwaz1994
Guest
Hey,
i am very new to modded minecraft and startet hosting a server for me and my friends.
I want to enable the ftbu chunkloading in the ftbu config file (/local/ftbu/config.json), but its always resetting after restart. I tried changing it manually, while the minecraft server was offline, but after a restart it changed. I also tried changing it ingame with the command (i don´t remember the command i used, ill edit it in if i figure it out again), but the config changed again after restart. I did other changes (disabling a few commands) in the config and it DID NOT reset those.
Something wrong with my config? What else can i try?
All i try to edit is the chunkloading enabled to "true".
My config:
http://pastebin.com/Xg7WJARS
I really want this to work, because chunk loading is something very important for us. I know that there are other ways to chunk load, but doing it with that ftbu map click thing is just so simple for everyone.
So... what else should i try? Is there something wrong with my config file?
i am very new to modded minecraft and startet hosting a server for me and my friends.
I want to enable the ftbu chunkloading in the ftbu config file (/local/ftbu/config.json), but its always resetting after restart. I tried changing it manually, while the minecraft server was offline, but after a restart it changed. I also tried changing it ingame with the command (i don´t remember the command i used, ill edit it in if i figure it out again), but the config changed again after restart. I did other changes (disabling a few commands) in the config and it DID NOT reset those.
Something wrong with my config? What else can i try?
All i try to edit is the chunkloading enabled to "true".
My config:
Code:
{
"backups": {
"backup_timer": 5.0,
"backups_to_keep": 5,
"compression_level": 1,
"display_file_size": true,
"enabled": false,
"folder": "./backups/",
"need_online_players": true,
"use_separate_thread": true
},
"chunkloading": {
"enabled": false,
"max_player_offline_hours": -1.0
},
"commands": {
"back": false,
"home": false,
"name_admin": "theTiwaz",
"spawn": false,
"tplast": false,
"warp": false
},
"general": {
"blocked_entities": [],
"restart_timer": 0.0,
"safe_spawn": false,
"server_info_difficulty": true,
"server_info_mode": true,
"spawn_area_in_sp": false,
"spawn_pvp": true
},
"login": {
"motd": [
"Welcome to the server!"
],
"starting_items": [
"minecraft:apple 16 0"
]
},
"permissions_admin": {
"allow_creative_interact_secure": true,
"badge": "",
"break_whitelist": [
"OpenBlocks:grave"
],
"cross_dim_homes": true,
"custom_config": {},
"dimension_blacklist": [],
"forced_chunk_security": "-",
"forced_explosions": "-",
"max_claims": 1000,
"max_homes": 100,
"max_loaded_chunks": 50,
"show_rank": true
},
"permissions_player": {
"allow_creative_interact_secure": false,
"badge": "",
"break_whitelist": [
"OpenBlocks:grave"
],
"cross_dim_homes": true,
"custom_config": {},
"dimension_blacklist": [
1
],
"forced_chunk_security": "-",
"forced_explosions": "-",
"max_claims": 100,
"max_homes": 1,
"max_loaded_chunks": 6,
"show_rank": true
},
"tops": {
"deaths": true,
"deaths_ph": true,
"first_joined": true,
"last_seen": true,
"time_played": true
}
}
I really want this to work, because chunk loading is something very important for us. I know that there are other ways to chunk load, but doing it with that ftbu map click thing is just so simple for everyone.
So... what else should i try? Is there something wrong with my config file?