generated from modpacks/modpack-template
Compare commits
2 commits
69b3e93823
...
56872c7bb4
Author | SHA1 | Date | |
---|---|---|---|
56872c7bb4 | |||
d627ca09e3 |
28 changed files with 1197 additions and 5 deletions
30
.minecraft/config/simplemenu.json5
Normal file
30
.minecraft/config/simplemenu.json5
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
// Whether a custom window title should be set. Uses the value set in 'customWindowTitle'.
|
||||
"setCustomWindowTitle": true,
|
||||
// The custom window title that's used when 'setCustomWindowTitle' is enabled.
|
||||
"customWindowTitle": "Dough",
|
||||
// If a custom window icon should be set. Two files are needed. Both in PNG format. One a 16 pixel square called 'icon_16x16.png', and one a 32 pixel square called 'icon_32x32.png'. Located in './config/simplemenu/icon'.
|
||||
"setCustomWindowIcon": true,
|
||||
// If a custom main menu logo should be rendered. This will replace the 'Minecraft' text. A 'logo.png' file is needed. Located in './config/simplemenu/logo'. By default the image dimensions are 1024x256. To remove it completely, use an empty .png file.
|
||||
"replaceMainMenuLogo": false,
|
||||
// If a custom main menu 'edition' logo should be rendered. This will replace the 'Java Edition' text. An 'edition.png' file is needed. Located in './config/simplemenu/logo'. By default the image dimensions are 512x64. To remove it completely, use an empty .png file.
|
||||
"replaceMainMenuEditionLogo": false,
|
||||
// If a custom background should be rendered. A 'background.png' file is needed. Located in './config/simplemenu/background/'.
|
||||
"setCustomBackground": false,
|
||||
// If the Minecraft Realms button should be hidden from the main menu. Enabled by default, since modded Minecraft is incompatible with it.
|
||||
"hideMinecraftRealmsButton": true,
|
||||
// Whether the Minecraft Realms button should be replaced by a serverhosting promo button.
|
||||
"enableServerPromoButton": false,
|
||||
// The default server promo button text.
|
||||
"serverPromoButtonTextDefault": "Need a Server?",
|
||||
// The server promo button text shown when hovering it.
|
||||
"serverPromoButtonTextOnHover": "Use code PROMO for 25% off",
|
||||
// The URL that's being navigated to when clicking the server promo button.
|
||||
"serverPromoButtonClickURL": "https://localhost/exampleurl",
|
||||
// Whether the splash text should be hidden on the main menu.
|
||||
"hideSplashText": true,
|
||||
// Whether experimental/beta mod loader text should be removed from the main menu.
|
||||
"removeExperimentalModLoaderText": true,
|
||||
// Whether the text in the bottom left should be removed from the main menu.
|
||||
"removeTextBottomLeft": true
|
||||
}
|
BIN
.minecraft/config/simplemenu/icon/icon_32x32.png
Normal file
BIN
.minecraft/config/simplemenu/icon/icon_32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 330 B |
155
.minecraft/config/yosbr/config/betterf3.json
Normal file
155
.minecraft/config/yosbr/config/betterf3.json
Normal file
|
@ -0,0 +1,155 @@
|
|||
{
|
||||
"modules_left": [
|
||||
{
|
||||
"name": "minecraft",
|
||||
"name_color": 10506797,
|
||||
"value_color": 43520,
|
||||
"enabled": true,
|
||||
"lines": {
|
||||
"minecraft": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "fps",
|
||||
"color_high": 5635925,
|
||||
"color_med": 16777045,
|
||||
"color_low": 16733525,
|
||||
"enabled": true,
|
||||
"lines": {
|
||||
"fps": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "empty",
|
||||
"enabled": true,
|
||||
"lines": {
|
||||
"nothing": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "coords",
|
||||
"name_color": 16733525,
|
||||
"color_x": 16733525,
|
||||
"color_y": 5635925,
|
||||
"color_z": 5636095,
|
||||
"enabled": true,
|
||||
"lines": {
|
||||
"player_coords": true,
|
||||
"block_coords": false,
|
||||
"chunk_relative_coords": false,
|
||||
"chunk_coords": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "location",
|
||||
"name_color": 43520,
|
||||
"value_color": 5636095,
|
||||
"enabled": true,
|
||||
"lines": {
|
||||
"dimension": true,
|
||||
"facing": false,
|
||||
"rotation": false,
|
||||
"light": true,
|
||||
"light_server": true,
|
||||
"highest_block": false,
|
||||
"highest_block_server": false,
|
||||
"biome": true,
|
||||
"local_difficulty": false,
|
||||
"days_played": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "empty",
|
||||
"enabled": true,
|
||||
"lines": {
|
||||
"nothing": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "graphics",
|
||||
"name_color": 16755200,
|
||||
"value_color": 5636095,
|
||||
"enabled": true,
|
||||
"lines": {
|
||||
"render_distance": true,
|
||||
"graphics": true,
|
||||
"clouds": true,
|
||||
"biome_blend_radius": true,
|
||||
"shader": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "server",
|
||||
"name_color": 11184810,
|
||||
"value_color": 16777045,
|
||||
"enabled": true,
|
||||
"lines": {
|
||||
"server_tick": true,
|
||||
"packets_sent": true,
|
||||
"packets_received": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"modules_right": [
|
||||
{
|
||||
"name": "system",
|
||||
"name_color": 16755200,
|
||||
"value_color": 5636095,
|
||||
"enabled": true,
|
||||
"lines": {
|
||||
"java_version": true,
|
||||
"memory_usage": true,
|
||||
"allocated_memory": true,
|
||||
"cpu": true,
|
||||
"display": true,
|
||||
"gpu": true,
|
||||
"opengl_version": true,
|
||||
"gpu_driver": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "miscright",
|
||||
"name_color": 16645526,
|
||||
"value_color": 5636095,
|
||||
"enabled": false,
|
||||
"lines": {
|
||||
"misc_right": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "empty",
|
||||
"enabled": true,
|
||||
"lines": {
|
||||
"nothing": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "target",
|
||||
"name_color": 43775,
|
||||
"value_color": 16777045,
|
||||
"enabled": true,
|
||||
"lines": {
|
||||
"targeted_block": true,
|
||||
"id_block": true,
|
||||
"block_states": true,
|
||||
"block_tags": true,
|
||||
"blank": true,
|
||||
"targeted_fluid": true,
|
||||
"id_fluid": true,
|
||||
"fluid_states": true,
|
||||
"fluid_tags": true,
|
||||
"blank2": true,
|
||||
"targeted_entity": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"general": {
|
||||
"disable_mod": false,
|
||||
"space_modules": false,
|
||||
"shadow_text": true,
|
||||
"animations": true,
|
||||
"animationSpeed": 1.0,
|
||||
"fontScale": 1.0,
|
||||
"background_color": 1867534416
|
||||
}
|
||||
}
|
652
.minecraft/config/yosbr/config/luckperms/luckperms.conf
Normal file
652
.minecraft/config/yosbr/config/luckperms/luckperms.conf
Normal file
|
@ -0,0 +1,652 @@
|
|||
####################################################################################################
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
# | __ __ ___ __ __ | #
|
||||
# | | | | / ` |__/ |__) |__ |__) |\/| /__` | #
|
||||
# | |___ \__/ \__, | \ | |___ | \ | | .__/ | #
|
||||
# | | #
|
||||
# | https://luckperms.net | #
|
||||
# | | #
|
||||
# | WIKI: https://luckperms.net/wiki | #
|
||||
# | DISCORD: https://discord.gg/luckperms | #
|
||||
# | BUG REPORTS: https://github.com/LuckPerms/LuckPerms/issues | #
|
||||
# | | #
|
||||
# | Each option in this file is documented and explained here: | #
|
||||
# | ==> https://luckperms.net/wiki/Configuration | #
|
||||
# | | #
|
||||
# | New options are not added to this file automatically. Default values are used if an | #
|
||||
# | option cannot be found. The latest config versions can be obtained at the link above. | #
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
####################################################################################################
|
||||
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
# | | #
|
||||
# | ESSENTIAL SETTINGS | #
|
||||
# | | #
|
||||
# | Important settings that control how LuckPerms functions. | #
|
||||
# | | #
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
|
||||
# The name of the server, used for server specific permissions.
|
||||
#
|
||||
# - When set to "global" this setting is effectively ignored.
|
||||
# - In all other cases, the value here is added to all players in a "server" context.
|
||||
# - See: https://luckperms.net/wiki/Context
|
||||
server = "global"
|
||||
|
||||
# If the servers own UUID cache/lookup facility should be used when there is no record for a player
|
||||
# already in LuckPerms.
|
||||
#
|
||||
# - When this is set to 'false', commands using a player's username will not work unless the player
|
||||
# has joined since LuckPerms was first installed.
|
||||
# - To get around this, you can use a player's uuid directly in the command, or enable this option.
|
||||
# - When this is set to 'true', the server facility is used. This may use a number of methods,
|
||||
# including checking the servers local cache, or making a request to the Mojang API.
|
||||
use-server-uuid-cache = false
|
||||
|
||||
|
||||
|
||||
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
# | | #
|
||||
# | STORAGE SETTINGS | #
|
||||
# | | #
|
||||
# | Controls which storage method LuckPerms will use to store data. | #
|
||||
# | | #
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
|
||||
# How the plugin should store data
|
||||
#
|
||||
# - The various options are explained in more detail on the wiki:
|
||||
# https://luckperms.net/wiki/Storage-types
|
||||
#
|
||||
# - Possible options:
|
||||
#
|
||||
# | Remote databases - require connection information to be configured below
|
||||
# |=> MySQL
|
||||
# |=> MariaDB (preferred over MySQL)
|
||||
# |=> PostgreSQL
|
||||
# |=> MongoDB
|
||||
#
|
||||
# | Flatfile/local database - don't require any extra configuration
|
||||
# |=> H2 (preferred over SQLite)
|
||||
# |=> SQLite
|
||||
#
|
||||
# | Readable & editable text files - don't require any extra configuration
|
||||
# |=> YAML (.yml files)
|
||||
# |=> JSON (.json files)
|
||||
# |=> HOCON (.conf files)
|
||||
# |=> TOML (.toml files)
|
||||
# |
|
||||
# | By default, user, group and track data is separated into different files. Data can be combined
|
||||
# | and all stored in the same file by switching to a combined storage variant.
|
||||
# | Just add '-combined' to the end of the storage-method, e.g. 'yaml-combined'
|
||||
#
|
||||
# - A H2 database is the default option.
|
||||
# - If you want to edit data manually in "traditional" storage files, we suggest using YAML.
|
||||
storage-method = "yaml"
|
||||
|
||||
# The following block defines the settings for remote database storage methods.
|
||||
#
|
||||
# - You don't need to touch any of the settings here if you're using a local storage method!
|
||||
# - The connection detail options are shared between all remote storage types.
|
||||
data {
|
||||
|
||||
# Define the address and port for the database.
|
||||
# - The standard DB engine port is used by default
|
||||
# (MySQL = 3306, PostgreSQL = 5432, MongoDB = 27017)
|
||||
# - Specify as "host:port" if differs
|
||||
address = "localhost"
|
||||
|
||||
# The name of the database to store LuckPerms data in.
|
||||
# - This must be created already. Don't worry about this setting if you're using MongoDB.
|
||||
database = "minecraft"
|
||||
|
||||
# Credentials for the database.
|
||||
username = "root"
|
||||
password = ""
|
||||
|
||||
# These settings apply to the MySQL connection pool.
|
||||
# - The default values will be suitable for the majority of users.
|
||||
# - Do not change these settings unless you know what you're doing!
|
||||
pool-settings {
|
||||
|
||||
# Sets the maximum size of the MySQL connection pool.
|
||||
# - Basically this value will determine the maximum number of actual
|
||||
# connections to the database backend.
|
||||
# - More information about determining the size of connection pools can be found here:
|
||||
# https://github.com/brettwooldridge/HikariCP/wiki/About-Pool-Sizing
|
||||
maximum-pool-size = 10
|
||||
|
||||
# Sets the minimum number of idle connections that the pool will try to maintain.
|
||||
# - For maximum performance and responsiveness to spike demands, it is recommended to not set
|
||||
# this value and instead allow the pool to act as a fixed size connection pool.
|
||||
# (set this value to the same as 'maximum-pool-size')
|
||||
minimum-idle = 10
|
||||
|
||||
# This setting controls the maximum lifetime of a connection in the pool in milliseconds.
|
||||
# - The value should be at least 30 seconds less than any database or infrastructure imposed
|
||||
# connection time limit.
|
||||
maximum-lifetime = 1800000 # 30 minutes
|
||||
|
||||
# This setting controls how frequently the pool will 'ping' a connection in order to prevent it
|
||||
# from being timed out by the database or network infrastructure, measured in milliseconds.
|
||||
# - The value should be less than maximum-lifetime and greater than 30000 (30 seconds).
|
||||
# - Setting the value to zero will disable the keepalive functionality.
|
||||
keepalive-time = 0
|
||||
|
||||
# This setting controls the maximum number of milliseconds that the plugin will wait for a
|
||||
# connection from the pool, before timing out.
|
||||
connection-timeout = 5000 # 5 seconds
|
||||
|
||||
# This setting allows you to define extra properties for connections.
|
||||
#
|
||||
# By default, the following options are set to enable utf8 encoding. (you may need to remove
|
||||
# these if you are using PostgreSQL)
|
||||
# useUnicode = true
|
||||
# characterEncoding = "utf8"
|
||||
#
|
||||
# You can also use this section to disable SSL connections, by uncommenting the 'useSSL' and
|
||||
# 'verifyServerCertificate' options below.
|
||||
properties {
|
||||
useUnicode = true
|
||||
characterEncoding = "utf8"
|
||||
#useSSL: false
|
||||
#verifyServerCertificate: false
|
||||
}
|
||||
}
|
||||
|
||||
# The prefix for all LuckPerms SQL tables.
|
||||
#
|
||||
# - This only applies for remote SQL storage types (MySQL, MariaDB, etc).
|
||||
# - Change this if you want to use different tables for different servers.
|
||||
table-prefix = "luckperms_"
|
||||
|
||||
# The prefix to use for all LuckPerms MongoDB collections.
|
||||
#
|
||||
# - This only applies for the MongoDB storage type.
|
||||
# - Change this if you want to use different collections for different servers. The default is no
|
||||
# prefix.
|
||||
mongodb-collection-prefix = ""
|
||||
|
||||
# The connection string URI to use to connect to the MongoDB instance.
|
||||
#
|
||||
# - When configured, this setting will override anything defined in the address, database,
|
||||
# username or password fields above.
|
||||
# - If you have a connection string that starts with 'mongodb://' or 'mongodb+srv://', enter it
|
||||
# below.
|
||||
# - For more information, please see https://docs.mongodb.com/manual/reference/connection-string/
|
||||
mongodb-connection-uri = ""
|
||||
}
|
||||
|
||||
# Define settings for a "split" storage setup.
|
||||
#
|
||||
# - This allows you to define a storage method for each type of data.
|
||||
# - The connection options above still have to be correct for each type here.
|
||||
split-storage {
|
||||
# Don't touch this if you don't want to use split storage!
|
||||
enabled = false
|
||||
methods {
|
||||
# These options don't need to be modified if split storage isn't enabled.
|
||||
user = "h2"
|
||||
group = "h2"
|
||||
track = "h2"
|
||||
uuid = "h2"
|
||||
log = "h2"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
# | | #
|
||||
# | UPDATE PROPAGATION & MESSAGING SERVICE | #
|
||||
# | | #
|
||||
# | Controls the ways in which LuckPerms will sync data & notify other servers of changes. | #
|
||||
# | These options are documented on greater detail on the wiki under "Instant Updates". | #
|
||||
# | | #
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
|
||||
# This option controls how frequently LuckPerms will perform a sync task.
|
||||
#
|
||||
# - A sync task will refresh all data from the storage, and ensure that the most up-to-date data is
|
||||
# being used by the plugin.
|
||||
# - This is disabled by default, as most users will not need it. However, if you're using a remote
|
||||
# storage type without a messaging service setup, you may wish to set this to something like 3.
|
||||
# - Set to -1 to disable the task completely.
|
||||
sync-minutes = -1
|
||||
|
||||
# If the file watcher should be enabled.
|
||||
#
|
||||
# - When using a file-based storage type, LuckPerms can monitor the data files for changes, and
|
||||
# automatically update when changes are detected.
|
||||
# - If you don't want this feature to be active, set this option to false.
|
||||
watch-files = true
|
||||
|
||||
# Define which messaging service should be used by the plugin.
|
||||
#
|
||||
# - If enabled and configured, LuckPerms will use the messaging service to inform other connected
|
||||
# servers of changes.
|
||||
# - Use the command "/lp networksync" to manually push changes.
|
||||
# - Data is NOT stored using this service. It is only used as a messaging platform.
|
||||
#
|
||||
# - If you decide to enable this feature, you should set "sync-minutes" to -1, as there is no need
|
||||
# for LuckPerms to poll the database for changes.
|
||||
#
|
||||
# - Possible options:
|
||||
# => sql Uses the SQL database to form a queue system for communication. Will only work when
|
||||
# 'storage-method' is set to MySQL or MariaDB. This is chosen by default if the
|
||||
# option is set to 'auto' and SQL storage is in use. Set to 'notsql' to disable this.
|
||||
# => pluginmsg Uses the plugin messaging channels to communicate with the proxy.
|
||||
# LuckPerms must be installed on your proxy & all connected servers backend servers.
|
||||
# Won't work if you have more than one proxy.
|
||||
# => redis Uses Redis pub-sub to push changes. Your server connection info must be configured
|
||||
# below.
|
||||
# => rabbitmq Uses RabbitMQ pub-sub to push changes. Your server connection info must be
|
||||
# configured below.
|
||||
# => nats Uses Nats pub-sub to push changes. Your server connection info must be
|
||||
# configured below.
|
||||
# => custom Uses a messaging service provided using the LuckPerms API.
|
||||
# => auto Attempts to automatically setup a messaging service using redis or sql.
|
||||
messaging-service = "auto"
|
||||
|
||||
# If LuckPerms should automatically push updates after a change has been made with a command.
|
||||
auto-push-updates = true
|
||||
|
||||
# If LuckPerms should push logging entries to connected servers via the messaging service.
|
||||
push-log-entries = true
|
||||
|
||||
# If LuckPerms should broadcast received logging entries to players on this platform.
|
||||
#
|
||||
# - If you have LuckPerms installed on your backend servers as well as a BungeeCord proxy, you
|
||||
# should set this option to false on either your backends or your proxies, to avoid players being
|
||||
# messaged twice about log entries.
|
||||
broadcast-received-log-entries = true
|
||||
|
||||
# Settings for Redis.
|
||||
# Port 6379 is used by default; set address to "host:port" if differs
|
||||
# Multiple Redis nodes can be specified in the same format as a string list under the name "addresses".
|
||||
redis {
|
||||
enabled = false
|
||||
address = "localhost"
|
||||
username = ""
|
||||
password = ""
|
||||
}
|
||||
|
||||
# Settings for nats.
|
||||
# Port 4222 is used by default; set address to "host:port" if differs
|
||||
nats {
|
||||
enabled = false
|
||||
address = "localhost"
|
||||
username = ""
|
||||
password = ""
|
||||
}
|
||||
|
||||
# Settings for RabbitMQ.
|
||||
# Port 5672 is used by default; set address to "host:port" if differs
|
||||
rabbitmq {
|
||||
enabled = false
|
||||
address = "localhost"
|
||||
vhost = "/"
|
||||
username = "guest"
|
||||
password = "guest"
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
# | | #
|
||||
# | CUSTOMIZATION SETTINGS | #
|
||||
# | | #
|
||||
# | Settings that allow admins to customize the way LuckPerms operates. | #
|
||||
# | | #
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
|
||||
# Controls how temporary permissions/parents/meta should be accumulated.
|
||||
#
|
||||
# - The default behaviour is "deny".
|
||||
# - This behaviour can also be specified when the command is executed. See the command usage
|
||||
# documentation for more info.
|
||||
#
|
||||
# - Possible options:
|
||||
# => accumulate durations will be added to the existing expiry time
|
||||
# => replace durations will be replaced if the new duration is later than the current
|
||||
# expiration
|
||||
# => deny the command will just fail if you try to add another node with the same expiry
|
||||
temporary-add-behaviour = "deny"
|
||||
|
||||
# Controls how LuckPerms will determine a users "primary" group.
|
||||
#
|
||||
# - The meaning and influence of "primary groups" are explained in detail on the wiki.
|
||||
# - The preferred approach is to let LuckPerms automatically determine a users primary group
|
||||
# based on the relative weight of their parent groups.
|
||||
#
|
||||
# - Possible options:
|
||||
# => stored use the value stored against the users record in the file/database
|
||||
# => parents-by-weight just use the users most highly weighted parent
|
||||
# => all-parents-by-weight same as above, but calculates based upon all parents inherited from
|
||||
# both directly and indirectly
|
||||
primary-group-calculation = "parents-by-weight"
|
||||
|
||||
# If the plugin should check for "extra" permissions with users run LP commands.
|
||||
#
|
||||
# - These extra permissions allow finer control over what users can do with each command, and who
|
||||
# they have access to edit.
|
||||
# - The nature of the checks are documented on the wiki under "Argument based command permissions".
|
||||
# - Argument based permissions are *not* static, unlike the 'base' permissions, and will depend upon
|
||||
# the arguments given within the command.
|
||||
argument-based-command-permissions = false
|
||||
|
||||
# If the plugin should check whether senders are a member of a given group before they're able to
|
||||
# edit the groups data or add/remove other users to/from it.
|
||||
# Note: these limitations do not apply to the web editor!
|
||||
require-sender-group-membership-to-modify = false
|
||||
|
||||
# If the plugin should send log notifications to users whenever permissions are modified.
|
||||
#
|
||||
# - Notifications are only sent to those with the appropriate permission to receive them
|
||||
# - They can also be temporarily enabled/disabled on a per-user basis using
|
||||
# '/lp log notify <on|off>'
|
||||
log-notify = true
|
||||
|
||||
# Defines a list of log entries which should not be sent as notifications to users.
|
||||
#
|
||||
# - Each entry in the list is a RegEx expression which is matched against the log entry description.
|
||||
log-notify-filtered-descriptions = [
|
||||
# "parent add example"
|
||||
]
|
||||
|
||||
# If LuckPerms should automatically install translation bundles and periodically update them.
|
||||
auto-install-translations = true
|
||||
|
||||
# Defines the options for prefix and suffix stacking.
|
||||
#
|
||||
# - The feature allows you to display multiple prefixes or suffixes alongside a players username in
|
||||
# chat.
|
||||
# - It is explained and documented in more detail on the wiki under "Prefix & Suffix Stacking".
|
||||
#
|
||||
# - The options are divided into separate sections for prefixes and suffixes.
|
||||
# - The 'duplicates' setting refers to how duplicate elements are handled. Can be 'retain-all',
|
||||
# 'first-only' or 'last-only'.
|
||||
# - The value of 'start-spacer' is included at the start of the resultant prefix/suffix.
|
||||
# - The value of 'end-spacer' is included at the end of the resultant prefix/suffix.
|
||||
# - The value of 'middle-spacer' is included between each element in the resultant prefix/suffix.
|
||||
#
|
||||
# - Possible format options:
|
||||
# => highest Selects the value with the highest weight, from all values
|
||||
# held by or inherited by the player.
|
||||
#
|
||||
# => lowest Same as above, except takes the one with the lowest weight.
|
||||
#
|
||||
# => highest_own Selects the value with the highest weight, but will not
|
||||
# accept any inherited values.
|
||||
#
|
||||
# => lowest_own Same as above, except takes the value with the lowest weight.
|
||||
#
|
||||
# => highest_inherited Selects the value with the highest weight, but will only
|
||||
# accept inherited values.
|
||||
#
|
||||
# => lowest_inherited Same as above, except takes the value with the lowest weight.
|
||||
#
|
||||
# => highest_on_track_<track> Selects the value with the highest weight, but only if the
|
||||
# value was inherited from a group on the given track.
|
||||
#
|
||||
# => lowest_on_track_<track> Same as above, except takes the value with the lowest weight.
|
||||
#
|
||||
# => highest_not_on_track_<track> Selects the value with the highest weight, but only if the
|
||||
# value was inherited from a group not on the given track.
|
||||
#
|
||||
# => lowest_not_on_track_<track> Same as above, except takes the value with the lowest weight.
|
||||
#
|
||||
# => highest_from_group_<group> Selects the value with the highest weight, but only if the
|
||||
# value was inherited from the given group.
|
||||
#
|
||||
# => lowest_from_group_<group> Same as above, except takes the value with the lowest weight.
|
||||
#
|
||||
# => highest_not_from_group_<group> Selects the value with the highest weight, but only if the
|
||||
# value was not inherited from the given group.
|
||||
#
|
||||
# => lowest_not_from_group_<group> Same as above, except takes the value with the lowest weight.
|
||||
meta-formatting {
|
||||
prefix {
|
||||
format = [
|
||||
"highest"
|
||||
]
|
||||
duplicates = "first-only"
|
||||
start-spacer = ""
|
||||
middle-spacer = " "
|
||||
end-spacer = ""
|
||||
}
|
||||
suffix {
|
||||
format = [
|
||||
"highest"
|
||||
]
|
||||
duplicates = "first-only"
|
||||
start-spacer = ""
|
||||
middle-spacer = " "
|
||||
end-spacer = ""
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
# | | #
|
||||
# | PERMISSION CALCULATION AND INHERITANCE | #
|
||||
# | | #
|
||||
# | Modify the way permission checks, meta lookups and inheritance resolutions are handled. | #
|
||||
# | | #
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
|
||||
# The algorithm LuckPerms should use when traversing the "inheritance tree".
|
||||
#
|
||||
# - Possible options:
|
||||
# => breadth-first See: https://en.wikipedia.org/wiki/Breadth-first_search
|
||||
# => depth-first-pre-order See: https://en.wikipedia.org/wiki/Depth-first_search
|
||||
# => depth-first-post-order See: https://en.wikipedia.org/wiki/Depth-first_search
|
||||
inheritance-traversal-algorithm = "depth-first-pre-order"
|
||||
|
||||
# If a final sort according to "inheritance rules" should be performed after the traversal algorithm
|
||||
# has resolved the inheritance tree.
|
||||
#
|
||||
# "Inheritance rules" refers to things such as group weightings, primary group status, and the
|
||||
# natural contextual ordering of the group nodes.
|
||||
#
|
||||
# Setting this to 'true' will allow for the inheritance rules to take priority over the structure of
|
||||
# the inheritance tree.
|
||||
#
|
||||
# Effectively when this setting is 'true': the tree is flattened, and rules applied afterwards,
|
||||
# and when this setting is 'false':, the rules are just applied during each step of the traversal.
|
||||
post-traversal-inheritance-sort = false
|
||||
|
||||
# Defines the mode used to determine whether a set of contexts are satisfied.
|
||||
#
|
||||
# - Possible options:
|
||||
# => at-least-one-value-per-key Set A will be satisfied by another set B, if at least one of the
|
||||
# key-value entries per key in A are also in B.
|
||||
# => all-values-per-key Set A will be satisfied by another set B, if all key-value
|
||||
# entries in A are also in B.
|
||||
context-satisfy-mode = "at-least-one-value-per-key"
|
||||
|
||||
# LuckPerms has a number of built-in contexts. These can be disabled by adding the context key to
|
||||
# the list below.
|
||||
disabled-contexts = [
|
||||
# "world"
|
||||
]
|
||||
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
# | Permission resolution settings | #
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
|
||||
# If users on this server should have their global permissions applied.
|
||||
# When set to false, only server specific permissions will apply for users on this server
|
||||
include-global = true
|
||||
|
||||
# If users on this server should have their global world permissions applied.
|
||||
# When set to false, only world specific permissions will apply for users on this server
|
||||
include-global-world = true
|
||||
|
||||
# If users on this server should have global (non-server specific) groups applied
|
||||
apply-global-groups = true
|
||||
|
||||
# If users on this server should have global (non-world specific) groups applied
|
||||
apply-global-world-groups = true
|
||||
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
# | Meta lookup settings | #
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
|
||||
# Defines how meta values should be selected.
|
||||
#
|
||||
# - Possible options:
|
||||
# => inheritance Selects the meta value that was inherited first
|
||||
# => highest-number Selects the highest numerical meta value
|
||||
# => lowest-number Selects the lowest numerical meta value
|
||||
meta-value-selection-default = "inheritance"
|
||||
|
||||
# Defines how meta values should be selected per key.
|
||||
meta-value-selection {
|
||||
#max-homes = "highest-number"
|
||||
}
|
||||
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
# | Inheritance settings | #
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
|
||||
# If the plugin should apply wildcard permissions.
|
||||
#
|
||||
# - If set to true, LuckPerms will detect wildcard permissions, and resolve & apply all registered
|
||||
# permissions matching the wildcard.
|
||||
apply-wildcards = true
|
||||
|
||||
# If LuckPerms should resolve and apply permissions according to the Sponge style implicit wildcard
|
||||
# inheritance system.
|
||||
#
|
||||
# - That being: If a user has been granted "example", then the player should have also be
|
||||
# automatically granted "example.function", "example.another", "example.deeper.nesting",
|
||||
# and so on.
|
||||
apply-sponge-implicit-wildcards = true
|
||||
|
||||
# If the plugin should parse regex permissions.
|
||||
#
|
||||
# - If set to true, LuckPerms will detect regex permissions, marked with "r=" at the start of the
|
||||
# node, and resolve & apply all registered permissions matching the regex.
|
||||
apply-regex = true
|
||||
|
||||
# If the plugin should complete and apply shorthand permissions.
|
||||
#
|
||||
# - If set to true, LuckPerms will detect and expand shorthand node patterns.
|
||||
apply-shorthand = true
|
||||
|
||||
# If the owner of an integrated server should bypass permission checks.
|
||||
#
|
||||
# - This setting only applies when LuckPerms is active on a single-player world.
|
||||
# - The owner of an integrated server is the player whose client instance is running the server.
|
||||
integrated-server-owner-bypasses-checks = true
|
||||
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
# | Extra settings | #
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
|
||||
# A list of context calculators which will be skipped when calculating contexts.
|
||||
#
|
||||
# - You can disable context calculators by either:
|
||||
# => specifying the Java class name used by the calculator (e.g. com.example.ExampleCalculator)
|
||||
# => specifying a sub-section of the Java package used by the calculator (e.g. com.example)
|
||||
disabled-context-calculators = []
|
||||
|
||||
# Allows you to set "aliases" for the worlds sent forward for context calculation.
|
||||
#
|
||||
# - These aliases are provided in addition to the real world name. Applied recursively.
|
||||
# - Remove the comment characters for the default aliases to apply.
|
||||
world-rewrite {
|
||||
#world_nether = "world"
|
||||
#world_the_end = "world"
|
||||
}
|
||||
|
||||
# Define special group weights for this server.
|
||||
#
|
||||
# - Group weights can also be applied directly to group data, using the setweight command.
|
||||
# - This section allows weights to be set on a per-server basis.
|
||||
group-weight {
|
||||
#admin = 10
|
||||
}
|
||||
|
||||
|
||||
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
# | | #
|
||||
# | FINE TUNING OPTIONS | #
|
||||
# | | #
|
||||
# | A number of more niche settings for tweaking and changing behaviour. The section also | #
|
||||
# | contains toggles for some more specialised features. It is only necessary to make changes to | #
|
||||
# | these options if you want to fine-tune LuckPerms behaviour. | #
|
||||
# | | #
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
# | Server Operator (OP) settings | #
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
|
||||
# Controls whether server operators should exist at all.
|
||||
#
|
||||
# - When set to 'false', all players will be de-opped, and the /op and /deop commands will be
|
||||
# disabled. Note that vanilla features like the spawn-protection require an operator on the
|
||||
# server to work.
|
||||
enable-ops = false
|
||||
|
||||
# Enables or disables a special permission based system in LuckPerms for controlling OP status.
|
||||
#
|
||||
# - If set to true, any user with the permission "luckperms.autoop" will automatically be granted
|
||||
# server operator status. This permission can be inherited, or set on specific servers/worlds,
|
||||
# temporarily, etc.
|
||||
# - Additionally, setting this to true will force the "enable-ops" option above to false. All users
|
||||
# will be de-opped unless they have the permission node, and the op/deop commands will be
|
||||
# disabled.
|
||||
# - It is recommended that you use this option instead of assigning a single '*' permission.
|
||||
# - However, on Fabric this setting can be used as a "pseudo" root wildcard, as many mods support
|
||||
# the operator system over permissions.
|
||||
auto-op = false
|
||||
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
# | Miscellaneous (and rarely used) settings | #
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
|
||||
# If LuckPerms should produce extra logging output when it handles logins.
|
||||
#
|
||||
# - Useful if you're having issues with UUID forwarding or data not being loaded.
|
||||
debug-logins = false
|
||||
|
||||
# If LuckPerms should allow usernames with non alphanumeric characters.
|
||||
#
|
||||
# - Note that due to the design of the storage implementation, usernames must still be 16 characters
|
||||
# or less.
|
||||
allow-invalid-usernames = false
|
||||
|
||||
# If LuckPerms should not require users to confirm bulkupdate operations.
|
||||
#
|
||||
# - When set to true, operations will be executed immediately.
|
||||
# - This is not recommended, as bulkupdate has the potential to irreversibly delete large amounts of
|
||||
# data, and is not designed to be executed automatically.
|
||||
# - If automation is needed, users should prefer using the LuckPerms API.
|
||||
skip-bulkupdate-confirmation = false
|
||||
|
||||
# If LuckPerms should prevent bulkupdate operations.
|
||||
#
|
||||
# - When set to true, bulkupdate operations (the /lp bulkupdate command) will not work.
|
||||
# - When set to false, bulkupdate operations will be allowed via the console.
|
||||
disable-bulkupdate = false
|
||||
|
||||
# If LuckPerms should allow a users primary group to be removed with the 'parent remove' command.
|
||||
#
|
||||
# - When this happens, the plugin will set their primary group back to default.
|
||||
prevent-primary-group-removal = false
|
||||
|
||||
# If LuckPerms should update the list of commands sent to the client when permissions are changed.
|
||||
update-client-command-list = true
|
||||
|
||||
# If LuckPerms should attempt to resolve Vanilla command target selectors for LP commands.
|
||||
# See here for more info: https://minecraft.wiki/w/Target_selectors
|
||||
resolve-command-selectors = false
|
31
.minecraft/config/yosbr/config/modmenu.json
Normal file
31
.minecraft/config/yosbr/config/modmenu.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"sorting": "ascending",
|
||||
"count_libraries": true,
|
||||
"compact_list": false,
|
||||
"count_children": true,
|
||||
"mods_button_style": "classic",
|
||||
"game_menu_button_style": "replace",
|
||||
"count_hidden_mods": false,
|
||||
"mod_count_location": "title_screen",
|
||||
"hide_mod_links": false,
|
||||
"show_libraries": false,
|
||||
"hide_mod_license": false,
|
||||
"hide_badges": false,
|
||||
"hide_mod_credits": false,
|
||||
"easter_eggs": true,
|
||||
"random_java_colors": false,
|
||||
"translate_names": true,
|
||||
"translate_descriptions": true,
|
||||
"update_checker": true,
|
||||
"button_update_badge": true,
|
||||
"update_channel": "release",
|
||||
"quick_configure": true,
|
||||
"modify_title_screen": true,
|
||||
"modify_game_menu": true,
|
||||
"hide_config_buttons": false,
|
||||
"config_mode": false,
|
||||
"disable_drag_and_drop": false,
|
||||
"hidden_mods": [],
|
||||
"hidden_configs": [],
|
||||
"disable_update_checker": []
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"external_saves_directory": "--auto-detect",
|
||||
"priority": -1,
|
||||
"swap_owf_and_singleplayer_button": false,
|
||||
"replace_singleplayer_button": true
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
name: admin
|
||||
permissions:
|
||||
- bluemap
|
||||
- lambda
|
||||
- minecraft
|
|
@ -0,0 +1 @@
|
|||
name: default
|
|
@ -0,0 +1,3 @@
|
|||
name: luckperms
|
||||
permissions:
|
||||
- luckperms
|
33
.minecraft/config/yosbr/options.txt
Normal file
33
.minecraft/config/yosbr/options.txt
Normal file
|
@ -0,0 +1,33 @@
|
|||
maxFps:60
|
||||
enableVsync:true
|
||||
difficulty:2
|
||||
graphicsMode:0
|
||||
ao:2
|
||||
prioritizeChunkUpdates:0
|
||||
biomeBlendRadius:2
|
||||
renderClouds:false
|
||||
guiScale:2
|
||||
darkMojangStudiosBackground:true
|
||||
|
||||
narrator:0
|
||||
tutorialStep:none
|
||||
skipMultiplayerWarning:true
|
||||
hideMatchedNames:true
|
||||
joinedFirstServer:true
|
||||
syncChunkWrites:true
|
||||
showAutosaveIndicator:true
|
||||
allowServerListing:true
|
||||
realmsNotifications:false
|
||||
|
||||
soundCategory_master:1.0
|
||||
soundCategory_music:0.50
|
||||
soundCategory_record:1.0
|
||||
soundCategory_weather:0.25
|
||||
soundCategory_block:1.0
|
||||
soundCategory_hostile:1.0
|
||||
soundCategory_neutral:1.0
|
||||
soundCategory_player:1.0
|
||||
soundCategory_ambient:1.0
|
||||
soundCategory_voice:1.0
|
||||
|
||||
narratorHotkey:false
|
2
.minecraft/config/yosbr/server.properties
Normal file
2
.minecraft/config/yosbr/server.properties
Normal file
|
@ -0,0 +1,2 @@
|
|||
enforce-secure-profile=false
|
||||
motd=&5Vanillia Minecraft
|
|
@ -1,5 +1,49 @@
|
|||
hash-format = "sha256"
|
||||
|
||||
[[files]]
|
||||
file = "config/simplemenu.json5"
|
||||
hash = "3f41fbf9725193271ebba21a0e16e99a15bb0331f8449925c8484f7becc22587"
|
||||
|
||||
[[files]]
|
||||
file = "config/simplemenu/icon/icon_32x32.png"
|
||||
hash = "6cfd7ed95f1d805d383de2a0743dd0dedb22f15939302e969b304d7e967760e7"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/betterf3.json"
|
||||
hash = "8254cc98fc6b737bac12f0e368d8918169fb1c2cf6116961cff1bc7d465ee316"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/luckperms/luckperms.conf"
|
||||
hash = "1e324a30c0efe883cc65f2bb3bae1b02c01d7156533c43ff820c232a2a067e15"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/modmenu.json"
|
||||
hash = "a12c603f45c5cbf54ea57ffe8903973a6585aa41ec8fa863278bc529aea48ba6"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/oneworldfolder/oneworldfolder.json"
|
||||
hash = "00b2b137a2062ed20ab5b8953279ea415ba4fd9e7eac075e787ed58373860887"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/mods/luckperms/yaml-storage/groups/admin.yml"
|
||||
hash = "0d6411218e498c63fbdc485ec66f8639a4e126d4206cc3cca7db6b1a72a10c47"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/mods/luckperms/yaml-storage/groups/default.yml"
|
||||
hash = "505ae288295c265cadf1fbaacddf554d7c3dc9978a0a93e2ea7acc1d035c63d0"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/mods/luckperms/yaml-storage/groups/luckperms.yml"
|
||||
hash = "6468ca19a22adee8317d71e1630e6511c3802ed23a1b50c9097de2ce2fa30a6b"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/options.txt"
|
||||
hash = "1744eb20307f7a5ff692630fa72de89c06b4cc3a42dd1038a149b1d28dc569c3"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/server.properties"
|
||||
hash = "20a4331ae3175651ff24265d8851f45e4e8b3cc580bafc175e12a6c141c6cd2b"
|
||||
|
||||
[[files]]
|
||||
file = "icon.png"
|
||||
hash = "50f74a7debb4a852e1384434500515f2478b8dcf0d71b75eba148ca34d89715c"
|
||||
|
@ -14,6 +58,11 @@ file = "mods/betterf3.pw.toml"
|
|||
hash = "f1abbc18408577afdca37f201e5fcca3ec702ed39131d9cffab3a6e3747917d8"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/bluemap.pw.toml"
|
||||
hash = "9d6b8f4b1556a71e69b5cd3821d85e19fba9d69dc344ceeb3f93d2edf3e1e8db"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cloth-config.pw.toml"
|
||||
hash = "6bb5dc7d6fd4a3dcc54144f35ad6aee8d3d4903571931e702df9a83610d69179"
|
||||
|
@ -24,6 +73,11 @@ file = "mods/collective.pw.toml"
|
|||
hash = "81bedf03407dc7bce461e28e84ba38a4f289848272e3f5b67c4ebcf6ea7bb22f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/command-books.pw.toml"
|
||||
hash = "cc909e495a7abb7cf2ffc1d6e91b92961feb8fadbf08fcbc3025d232bf1c0543"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/controlify.pw.toml"
|
||||
hash = "9140b66e8acb149d35a2a719b772a7cfbd379a1fd1419787eac65734c0462af4"
|
||||
|
@ -44,6 +98,11 @@ file = "mods/fabric-language-kotlin.pw.toml"
|
|||
hash = "5edd45af7eccd8a626f72fa148a680dc2640c081bdc73971b17652c92b92780b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fabricord.pw.toml"
|
||||
hash = "29c75f7cb6ffbdb6d61a67b97a12a763155783ea87056a8cb2d63274c4311a92"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/held-item-info.pw.toml"
|
||||
hash = "25d8b382e17472cec7236a07182c693e4d01525af7cb668944582a85abfac8a1"
|
||||
|
@ -74,14 +133,24 @@ file = "mods/krypton.pw.toml"
|
|||
hash = "c4e45594c8d1ab3dacc3b49142f16fb253178dd31d97cc917bf4a4d54f21e081"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/lambda.pw.toml"
|
||||
hash = "75b110f09be5d72e6ea6e022a633b99e6b3db5174251d460827cf84200cca9bb"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/lambdynamiclights.pw.toml"
|
||||
hash = "bd9f2b6ea26e9274021fde6cb5b310aa60506aa67a9afd078c6ac0bb4ab15415"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/luckperms.pw.toml"
|
||||
hash = "bcbb257fa5a3130cc0a5bbc2a8cb43c67ab746fcce5b85956abfea4d67ff8df8"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/mod-loading-screen.pw.toml"
|
||||
hash = "f7734c2c856b92ed3e1b2af70b6def66bf8cc7a76c0d40b9de96e4f561629d71"
|
||||
hash = "bee03a9e23c530a510995de10798d634fe63a52edc9e6e1e46a3b8cc75608750"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
@ -94,6 +163,16 @@ file = "mods/moonrise-opt.pw.toml"
|
|||
hash = "7a0e3430f7e8ad44c6708ac440799bb690177ca0bdc1b1753cd6a95ec066547e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/no-chat-reports.pw.toml"
|
||||
hash = "dcf6dc018809ec2d694268fda913030b4669d1b24099371ce82f7a380c3ff4b0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/no-kebab.pw.toml"
|
||||
hash = "a60b56a5d9802162afa065231baeb46bb95e12106e922142ef785ff3c78489bb"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/one-world-folder.pw.toml"
|
||||
hash = "b36c8cb2182871509a1c8ea3e578acf992e54da5fc2633c3883c174d430ef7d3"
|
||||
|
@ -104,6 +183,11 @@ file = "mods/placeholder-api.pw.toml"
|
|||
hash = "90c4e2a4c42f9cab7b9fd7ad860fdabb7f6d63c461a54ae3ba570f4580db9254"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/polydex.pw.toml"
|
||||
hash = "02b70b3a832085dd61e3a35b7275a2c0843b000a207441e6396e2774b42db50e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/raised.pw.toml"
|
||||
hash = "3728bae14a5c01c45a8f326b1d13bfbe7d0be15bfd18592cd30e63b6fb21a275"
|
||||
|
@ -149,16 +233,36 @@ file = "mods/spark.pw.toml"
|
|||
hash = "ad52604c47cb3dca7bcc73ab94b8173b19b8f0859a885d634dd52f152aa9f3bb"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/vanilla-permissions.pw.toml"
|
||||
hash = "3f77e1338349b8f019a11b67b8e4c84055d43fc0183ddd83c2fc5ac3cb3d6538"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/vanish.pw.toml"
|
||||
hash = "ca81083770077e61ccd3552cea1ffb50c30d68e52d8ce08793b28140cf0f9a36"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/viafabricplus.pw.toml"
|
||||
hash = "ad315e70c739ac25689b8fdc85015ec5fe11e5662ef7cb91e52e9fb7423a7180"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/view-distance-fix.pw.toml"
|
||||
hash = "998c5e0676d897dcf081cf9b58c51a0112bb68d53551c4a82fc9badd70b090bb"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/yacl.pw.toml"
|
||||
hash = "f7b9e27bd715cb8c0fd9fa52e594571af36ef2abbd9e139d27a4a61b5767eff1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/yosbr.pw.toml"
|
||||
hash = "1bb9b2e75c6934b1f18648e9b37e20abcf6a4a2547c7cdb0abe88407267e0c10"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "packwiz-installer-bootstrap.jar"
|
||||
hash = "a8fbb24dc604278e97f4688e82d3d91a318b98efc08d5dbfcbcbcab6443d116c"
|
||||
|
|
13
.minecraft/mods/bluemap.pw.toml
Normal file
13
.minecraft/mods/bluemap.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "BlueMap"
|
||||
filename = "bluemap-5.4-fabric.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/swbUV1cr/versions/Ysj3eVYx/bluemap-5.4-fabric.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "534bcaa5e8c91efa605ade78e1026fc6089c6cb40debfd1a2e4911e88d3f9a0678a4371d88b404479d59b0a8c35ca327d9be4077e49ecd9290814e9940c182fc"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "swbUV1cr"
|
||||
version = "Ysj3eVYx"
|
13
.minecraft/mods/command-books.pw.toml
Normal file
13
.minecraft/mods/command-books.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Command Books"
|
||||
filename = "command-books-1.1.3+1.21.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/mF5P2oA1/versions/tuohocqo/command-books-1.1.3%2B1.21.3.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "8f00e63046a90119c50361c85e1a88ace66f32a04be5700fd2e854878bccb6665515991474c2fcc2f0c6dc39bbc537d901aec53849ddb976bbe11265b33ff06c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "mF5P2oA1"
|
||||
version = "tuohocqo"
|
13
.minecraft/mods/fabricord.pw.toml
Normal file
13
.minecraft/mods/fabricord.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Fabricord"
|
||||
filename = "Fabricord-4.0.1.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/xU8Bn98V/versions/WXZuk0VE/Fabricord-4.0.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "7ac5f545c4e1e13678a8c5d4ddb3a4a0d54ae599b2540edd517a3ee8c0a745d85ccc04a82daff60eaf4afd7f33ded80dfe51c8392ad43b6d8fd4995bd3dd2d3a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "xU8Bn98V"
|
||||
version = "WXZuk0VE"
|
13
.minecraft/mods/lambda.pw.toml
Normal file
13
.minecraft/mods/lambda.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Lambda"
|
||||
filename = "lambda-1.2.0+1.21.3.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/ov5CWjKZ/versions/97igOB7W/lambda-1.2.0%2B1.21.3.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "80134daab2c672d799ebccb7ec3d81234c9b557a1e69997ec7ca9439561796ac57b8593de1071eca1283e46ccb2659dccddb28bd91ded14d4949f199416d616d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "ov5CWjKZ"
|
||||
version = "97igOB7W"
|
13
.minecraft/mods/luckperms.pw.toml
Normal file
13
.minecraft/mods/luckperms.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "LuckPerms"
|
||||
filename = "LuckPerms-Fabric-5.4.145.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Vebnzrzj/versions/S8033hpf/LuckPerms-Fabric-5.4.145.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "7da607e2419b128f558a9fc1add840fc42cc34b97115d768b12f0534ebe06fe294baaa361a1b667fe0d4a855f89a2b426db0bb1c2c791f08acdca0cd2c38b42f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Vebnzrzj"
|
||||
version = "S8033hpf"
|
|
@ -1,6 +1,6 @@
|
|||
name = "Mod Loading Screen"
|
||||
filename = "mod-loading-screen-1.0.4.jar"
|
||||
side = "both"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/xAGJ6rQS/versions/BWSHJY2J/mod-loading-screen-1.0.4.jar"
|
||||
|
|
13
.minecraft/mods/no-chat-reports.pw.toml
Normal file
13
.minecraft/mods/no-chat-reports.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "No Chat Reports"
|
||||
filename = "NoChatReports-FABRIC-1.21.3-v2.10.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/Cylxdaqq/NoChatReports-FABRIC-1.21.3-v2.10.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "4535d06636948dae8c7e0f6066e7761195d06c5e19341c1c48e60cb6b3868de9093b88cb4458a2b640a59170c343f7f2e6793ddc945d38e69784e1a66e6c6710"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "qQyHxfxd"
|
||||
version = "Cylxdaqq"
|
13
.minecraft/mods/no-kebab.pw.toml
Normal file
13
.minecraft/mods/no-kebab.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "No Kebab"
|
||||
filename = "no-kebab-1.3.2+1.21.3.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/y82xHklI/versions/DOR3ZrFd/no-kebab-1.3.2%2B1.21.3.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "daf9c008bd07913e517e30ee376123eb7121058dc3df07d2e15d648e0bb911e78a31f4b5d6111c701a36b2f3a2bc6d5f83b1c9584aa0e4fea1a82d4de04bf61b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "y82xHklI"
|
||||
version = "DOR3ZrFd"
|
13
.minecraft/mods/polydex.pw.toml
Normal file
13
.minecraft/mods/polydex.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Polydex"
|
||||
filename = "polydex-1.3.0+1.21.2.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/m5NB7FJE/versions/a34FCQf9/polydex-1.3.0%2B1.21.2.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "be482a33d15fbbc0b1e1b1ffc7e54d4ed58883ed8c2a343667888e61b6e40006cef4224bbb4b907ed68734bfd11b6751a3c4171d2f5c11e57f7c437e019a886e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "m5NB7FJE"
|
||||
version = "a34FCQf9"
|
13
.minecraft/mods/vanilla-permissions.pw.toml
Normal file
13
.minecraft/mods/vanilla-permissions.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Vanilla Permissions"
|
||||
filename = "vanilla-permissions-0.2.4+1.21.3.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fdZkP5Bb/versions/7awQNHzw/vanilla-permissions-0.2.4%2B1.21.3.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "6f182c3f976fb3a5e9a542094bc0fcf7a120aa55a32e5b0ed7c162034a24287ea1dbb5e5138c4af41c284900b4a05daca6b998c2d8c973e33188879832dcff55"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fdZkP5Bb"
|
||||
version = "7awQNHzw"
|
13
.minecraft/mods/vanish.pw.toml
Normal file
13
.minecraft/mods/vanish.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Vanish"
|
||||
filename = "vanish-1.5.8+1.21.3.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/UL4bJFDY/versions/PQuYzbZ6/vanish-1.5.8%2B1.21.3.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "c3e040fc13a9a5c50abdbbcdd060595e060a76c9cf45e9adf0beed5ec558a999211a2917c7f27f3f92e0346e15c14adb22881f921c1738f3c7fb977813bd7b7e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "UL4bJFDY"
|
||||
version = "PQuYzbZ6"
|
13
.minecraft/mods/view-distance-fix.pw.toml
Normal file
13
.minecraft/mods/view-distance-fix.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "View Distance Fix"
|
||||
filename = "viewdistancefix-fabric-1.21.3-1.0.2.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/nxrXbh5K/versions/53HYyMU1/viewdistancefix-fabric-1.21.3-1.0.2.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "314cfdd14df6145e83b7cc8277b6e35ee6bbbabe9364109a197e64ef3c7bfc2a71a05bfe796fef3b6a4cdacd9e7659a1ae340439922ed3c24b59b257a7b65298"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "nxrXbh5K"
|
||||
version = "53HYyMU1"
|
13
.minecraft/mods/yosbr.pw.toml
Normal file
13
.minecraft/mods/yosbr.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Your Options Shall Be Respected (YOSBR)"
|
||||
filename = "yosbr-0.1.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/WwbubTsV/versions/KMOzdYko/yosbr-0.1.2.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "254f2225f6446523aa8c8274e83b31e27f3b2afc8fe4f490fb1b169dd518e10c7993acda5db0ab597474ddf9d69506b5e794242fada1e2f89ed7bf9d412a8f78"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "WwbubTsV"
|
||||
version = "KMOzdYko"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "e4388f435d532c03c78470e316e02c9d9e36c4cf699bc505bd4a742a1ed8f5e2"
|
||||
hash = "96f81bf831e196462a43ce034ba40cecb80d0b3d833e404b0f4f9df27a69bac9"
|
||||
|
||||
[versions]
|
||||
fabric = "0.16.9"
|
||||
|
|
2
Makefile
2
Makefile
|
@ -105,6 +105,6 @@ run-server:
|
|||
@cd .run && java -jar ../.minecraft/packwiz-installer-bootstrap.jar ../.minecraft/pack.toml -s server
|
||||
@if [ ! -f .run/server.jar ]; then \
|
||||
echo "Downloading Fabric server jar..."; \
|
||||
curl -o .run/server.jar https://meta.fabricmc.net/v2/versions/loader/1.21.1/0.16.5/1.0.1/server/jar; \
|
||||
curl -o .run/server.jar https://meta.fabricmc.net/v2/versions/loader/1.21.3/0.16.9/1.0.1/server/jar; \
|
||||
fi
|
||||
@cd .run && java -Xmx2G -Xms2G -jar server.jar nogui
|
||||
|
|
16
modlist.md
16
modlist.md
|
@ -11,6 +11,7 @@
|
|||
- [Iris Shaders](https://modrinth.com/mod/YL57xq9U)
|
||||
- [Keybind Fix Plus](https://modrinth.com/mod/JKuinnWa)
|
||||
- [LambDynamicLights](https://modrinth.com/mod/yBW8D80W)
|
||||
- [Mod Loading Screen](https://modrinth.com/mod/xAGJ6rQS)
|
||||
- [Mod Menu](https://modrinth.com/mod/mOgUt4GM)
|
||||
- [One World Folder](https://modrinth.com/mod/JL35Xbzz)
|
||||
- [Raised](https://modrinth.com/mod/nCQRBEiR)
|
||||
|
@ -27,14 +28,27 @@
|
|||
|
||||
- [Cloth Config API](https://modrinth.com/mod/9s6osm5g)
|
||||
- [Collective](https://modrinth.com/mod/e0M1UDsY)
|
||||
- [Command Books](https://modrinth.com/mod/mF5P2oA1)
|
||||
- [Fabric API](https://modrinth.com/mod/P7dR8mSH)
|
||||
- [Fabric Language Kotlin](https://modrinth.com/mod/Ha28R6CL)
|
||||
- [Jade 🔍](https://modrinth.com/mod/nvQzSEkH)
|
||||
- [Krypton](https://modrinth.com/mod/fQEb0iXm)
|
||||
- [Mod Loading Screen](https://modrinth.com/mod/xAGJ6rQS)
|
||||
- [Moonrise](https://modrinth.com/mod/KOHu7RCS)
|
||||
- [No Chat Reports](https://modrinth.com/mod/qQyHxfxd)
|
||||
- [Text Placeholder API](https://modrinth.com/mod/eXts2L7r)
|
||||
- [spark](https://modrinth.com/mod/l6YH9Als)
|
||||
- [YetAnotherConfigLib (YACL)](https://modrinth.com/mod/1eAoo2KR)
|
||||
- [Your Options Shall Be Respected (YOSBR)](https://modrinth.com/mod/WwbubTsV)
|
||||
|
||||
## Server Mods
|
||||
|
||||
- [BlueMap](https://modrinth.com/mod/swbUV1cr)
|
||||
- [Fabricord](https://modrinth.com/mod/xU8Bn98V)
|
||||
- [Lambda](https://modrinth.com/mod/ov5CWjKZ)
|
||||
- [LuckPerms](https://modrinth.com/mod/Vebnzrzj)
|
||||
- [No Kebab](https://modrinth.com/mod/y82xHklI)
|
||||
- [Polydex](https://modrinth.com/mod/m5NB7FJE)
|
||||
- [Vanilla Permissions](https://modrinth.com/mod/fdZkP5Bb)
|
||||
- [Vanish](https://modrinth.com/mod/UL4bJFDY)
|
||||
- [View Distance Fix](https://modrinth.com/mod/nxrXbh5K)
|
||||
|
||||
|
|
Loading…
Reference in a new issue