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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user