I was wondering if there are or if it is planned to have sections dedicated to the FTB Tweaks and FTB Utilities mods? Such as a suggestion area, documentation area, or a discussion area. Right now a single sub forum would probably cover all that really well. With links to the relevant wiki pages in a sticky thread.
I just had the idea that it might be nice to be able to change what the op permission allowed by default. Mostly just a on off switch. I am the only op on the server and I don't want to go around mining up other players claims on accident. It would be nice to have a toggle for op permission privileges. If that was possible. So that I would only have the normal player privileges until I decided to turn on my OP privileges.
I had no place to post the idea though.
Edit 001:
For anyone trying to figure out these mods I will provide noted below. Probably won't help. But hey, a little confusion goes a long way.
Path to the only configuration file I could find for this mod "\Instances\FTB Infinity\local\ftbu\config.json"
Forgot the rest of my learning with this. I have set world border using FTB utilities. Haven't experienced the reality of it yet though. I will note down the rest of my findings later, possibly. Not likely, yet possibly.
I just had the idea that it might be nice to be able to change what the op permission allowed by default. Mostly just a on off switch. I am the only op on the server and I don't want to go around mining up other players claims on accident. It would be nice to have a toggle for op permission privileges. If that was possible. So that I would only have the normal player privileges until I decided to turn on my OP privileges.
I had no place to post the idea though.
Edit 001:
For anyone trying to figure out these mods I will provide noted below. Probably won't help. But hey, a little confusion goes a long way.
Path to the only configuration file I could find for this mod "\Instances\FTB Infinity\local\ftbu\config.json"
"backups": {
"autoExportInvOnLogout": false,
"backupsToKeep": 12, -This should be the number of backups retained by the Utilities mod.
"backupTimer": 2.0, -This is the amount of time in hours of each back up. "1.5" would be 1 hour and 30 minutes.
"compressionLevel": 1, -The higher this number the smaller the backup file might be. Max of 5?
"displayFileSize": true, -Displays the size of the current backup and total size of all backups
"enabled": true, -probably switches the backup system on and off.
"folder": "./backups/" -the folder the backups are placed in. (the "./" means that it is placed off the current instance directory)
"claims":
"breakWhitelist": [], -no clue at all what this means
"dimensionBlacklist": [], -a list of dimensions where chunk claims can't be made.
"forcedChunkSecurity": -1, -three settings. "-1" is player set.
"forcedExplosions": 1, -three settings. "1" is TNT is always allowed. "-1" TNT security is set by the player.
"maxClaimsAdmin": 1000, -gives the OPs 1,000 chunk claim limit
"maxClaimsPlayer": 500 -gives the players 500 chunk claim limit
"commands": -this entire section is for turning off different in game commands, I think.
"admin_backup": true,
"admin_edit_config": true,
"admin_invsee": true,
"admin_unclaim": true,
"admin_warps": true,
"admin_world_border": true,
"back": true,
"crossDimHomes": true,
"home": true,
"maxHomesAdmin": 100,
"maxHomesPlayer": 1,
"name_cmd_admin": "admin",
"spawn": true,
"tplast": true,
"warp": true
"general":
"allowCreativeInteractSecure": true, -not for sure. Setting this to false may block interacting with player claimed chunks by OPs (kinda nice)
"blockedEntities": [], -possibly a blacklist of things
"restartTimer": 0.0, -how often the server should restart in hours. "1.5" would be 1 hour and 30 minutes.
"safeSpawn": false, -hostile mobs won't attack any one in the area protected by "spawn-protection" as set in "server.properties"
"spawnPVP": true -play shoudn't be able to damage other players within the area protected by "spawn-protection" as set in "server.properties"
"login": -no clue about all this. Seens to be a place to put links that will show in chat.
"customBadges": "",
"motd": [],
"rules": "",
"startingItems": [] -sets the items ever new player to that server will start with.
"tops": -leaderboards (sounds kinda cool) looks like a bunch of toggles for scoring systems
"deaths": true,
"deaths_ph": true,
"first_joined": true,
"last_seen": true,
"time_played": true
"autoExportInvOnLogout": false,
"backupsToKeep": 12, -This should be the number of backups retained by the Utilities mod.
"backupTimer": 2.0, -This is the amount of time in hours of each back up. "1.5" would be 1 hour and 30 minutes.
"compressionLevel": 1, -The higher this number the smaller the backup file might be. Max of 5?
"displayFileSize": true, -Displays the size of the current backup and total size of all backups
"enabled": true, -probably switches the backup system on and off.
"folder": "./backups/" -the folder the backups are placed in. (the "./" means that it is placed off the current instance directory)
"claims":
"breakWhitelist": [], -no clue at all what this means
"dimensionBlacklist": [], -a list of dimensions where chunk claims can't be made.
"forcedChunkSecurity": -1, -three settings. "-1" is player set.
"forcedExplosions": 1, -three settings. "1" is TNT is always allowed. "-1" TNT security is set by the player.
"maxClaimsAdmin": 1000, -gives the OPs 1,000 chunk claim limit
"maxClaimsPlayer": 500 -gives the players 500 chunk claim limit
"commands": -this entire section is for turning off different in game commands, I think.
"admin_backup": true,
"admin_edit_config": true,
"admin_invsee": true,
"admin_unclaim": true,
"admin_warps": true,
"admin_world_border": true,
"back": true,
"crossDimHomes": true,
"home": true,
"maxHomesAdmin": 100,
"maxHomesPlayer": 1,
"name_cmd_admin": "admin",
"spawn": true,
"tplast": true,
"warp": true
"general":
"allowCreativeInteractSecure": true, -not for sure. Setting this to false may block interacting with player claimed chunks by OPs (kinda nice)
"blockedEntities": [], -possibly a blacklist of things
"restartTimer": 0.0, -how often the server should restart in hours. "1.5" would be 1 hour and 30 minutes.
"safeSpawn": false, -hostile mobs won't attack any one in the area protected by "spawn-protection" as set in "server.properties"
"spawnPVP": true -play shoudn't be able to damage other players within the area protected by "spawn-protection" as set in "server.properties"
"login": -no clue about all this. Seens to be a place to put links that will show in chat.
"customBadges": "",
"motd": [],
"rules": "",
"startingItems": [] -sets the items ever new player to that server will start with.
"tops": -leaderboards (sounds kinda cool) looks like a bunch of toggles for scoring systems
"deaths": true,
"deaths_ph": true,
"first_joined": true,
"last_seen": true,
"time_played": true
http://pastebin.com/59Ffhn4W -a link someone was nice enough to provide.
Most of this is a copy paste of that text with notes added.
just going to go over the ones I have used.
/ftb_mode set expert -Currently toggles "expert" and "normal"
/spawn -a teleport to overworld spawn (much easier then dumping stuff in a chest. Creatinga waypoint. Then dying. When you get lost)
/tpl (player) -may be a OP only command.
These next ones are needed to be able to easily get from place to place of interest.
They can only be set by OPs. Can be used by anyone afterwards.
/admin setwarp (ID) - Sets warp (ID) to current position of player
/admin delwarp (ID) - Deletes warp (ID)
These next ones may just be specific to the server I am using. I haven't seen them before this though.
/home set (ID) -sets a point that only the player that set it can teleport to.
/home del (ID) -deletes a point that that player has set
/home (ID) -teleports player to that point as previously set by them.
Most of this is a copy paste of that text with notes added.
just going to go over the ones I have used.
/ftb_mode set expert -Currently toggles "expert" and "normal"
/spawn -a teleport to overworld spawn (much easier then dumping stuff in a chest. Creatinga waypoint. Then dying. When you get lost)
/tpl (player) -may be a OP only command.
These next ones are needed to be able to easily get from place to place of interest.
They can only be set by OPs. Can be used by anyone afterwards.
/admin setwarp (ID) - Sets warp (ID) to current position of player
/admin delwarp (ID) - Deletes warp (ID)
These next ones may just be specific to the server I am using. I haven't seen them before this though.
/home set (ID) -sets a point that only the player that set it can teleport to.
/home del (ID) -deletes a point that that player has set
/home (ID) -teleports player to that point as previously set by them.
Last edited: