Initial
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# Configuration file
|
||||
|
||||
general {
|
||||
# DISABLED: Buttons are hidden;
|
||||
# TOP_LEFT: Buttons are placed on top-left corner, where NEI has it's buttons;
|
||||
# INVENTORY_SIDE: Buttons are placed on the side or top of your inventory, depending on potion effects and crafting book;
|
||||
# AUTO: When NEI is installed, INVENTORY_SIDE, else TOP_LEFT.
|
||||
# Valid values:
|
||||
# DISABLED
|
||||
# TOP_LEFT
|
||||
# INVENTORY_SIDE
|
||||
# AUTO
|
||||
S:action_buttons=AUTO
|
||||
|
||||
# Show help text while holding F3.
|
||||
B:debug_helper=true
|
||||
|
||||
# Show item NBT in inventory.
|
||||
B:item_nbt=false
|
||||
|
||||
# Show item Ore Dictionary names in inventory.
|
||||
B:item_ore_names=false
|
||||
|
||||
# Replace vanilla status message with Notifications, which support colors and timers.
|
||||
B:replace_vanilla_status_messages=true
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
# Configuration file
|
||||
|
||||
general {
|
||||
# Min: 0
|
||||
# Max: 23999
|
||||
I:button_daytime=6000
|
||||
|
||||
# Min: 0
|
||||
# Max: 23999
|
||||
I:button_nighttime=18000
|
||||
|
||||
# Enable JourneyMap overlay. Requires a restart to work.
|
||||
B:journeymap_overlay=false
|
||||
|
||||
# Render Badges.
|
||||
B:render_badges=true
|
||||
|
||||
# Show when server will shut down in corner.
|
||||
B:show_shutdown_timer=true
|
||||
|
||||
# When will it start to show the shutdown timer.
|
||||
S:shutdown_timer_start=1m
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"ftblib": {
|
||||
"my_team": true,
|
||||
"settings": true,
|
||||
"admin_panel": true
|
||||
},
|
||||
"ftbutilities": {
|
||||
"toggle.gamemode": true,
|
||||
"toggle.rain": true,
|
||||
"toggle.day": true,
|
||||
"toggle.night": true,
|
||||
"heal": true,
|
||||
"claimed_chunks": true,
|
||||
"trash_can": true,
|
||||
"leaderboards": true
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
// For more info visit https://faq.ftb.world/books/ftb-utilities/page/ranks
|
||||
|
||||
// FakeForgePlayer
|
||||
[069be1413c1b45c3b3b160d3f9fcd236]
|
||||
parent: vip
|
||||
example.permission_with_value: 150
|
||||
@@ -0,0 +1,20 @@
|
||||
// For more info visit https://faq.ftb.world/books/ftb-utilities/page/ranks
|
||||
|
||||
[player]
|
||||
default_player_rank: true
|
||||
power: 1
|
||||
example.permission: true
|
||||
example.other_permission: false
|
||||
example.permission_with_value: 0
|
||||
|
||||
[vip]
|
||||
power: 20
|
||||
ftbutilities.chat.name_format: <&bVIP {name}&r>
|
||||
example.other_permission: true
|
||||
example.permission_with_value: 15
|
||||
|
||||
[admin]
|
||||
default_op_rank: true
|
||||
power: 100
|
||||
ftbutilities.chat.name_format: <&2{name}&r>
|
||||
example.permission_with_value: 100
|
||||
Reference in New Issue
Block a user