From 16b25a49c387af0dec6b1c0ff41cc9645faa4567 Mon Sep 17 00:00:00 2001
From: DerGrumpf
Date: Wed, 6 Nov 2024 22:29:57 +0100
Subject: [PATCH] init
---
README.md | 5 +-
config/FabricProxy-Lite.toml | 4 +
config/exporter.properties | 3 +
config/luckperms/luckperms.conf | 652 ++++++++++++++++++
.../translations/repository/ar_SA.properties | 630 +++++++++++++++++
.../translations/repository/bg_BG.properties | 567 +++++++++++++++
.../translations/repository/cs_CZ.properties | 630 +++++++++++++++++
.../translations/repository/da_DK.properties | 630 +++++++++++++++++
.../translations/repository/de_DE.properties | 630 +++++++++++++++++
.../translations/repository/el_GR.properties | 630 +++++++++++++++++
.../translations/repository/en_PT.properties | 630 +++++++++++++++++
.../translations/repository/es_ES.properties | 630 +++++++++++++++++
.../translations/repository/fa_IR.properties | 77 +++
.../translations/repository/fi_FI.properties | 366 ++++++++++
.../translations/repository/fil_PH.properties | 630 +++++++++++++++++
.../translations/repository/fr_FR.properties | 630 +++++++++++++++++
.../translations/repository/he_IL.properties | 630 +++++++++++++++++
.../translations/repository/hi_IN.properties | 185 +++++
.../translations/repository/hu_HU.properties | 630 +++++++++++++++++
.../translations/repository/id_ID.properties | 568 +++++++++++++++
.../translations/repository/it_IT.properties | 630 +++++++++++++++++
.../translations/repository/ja_JP.properties | 630 +++++++++++++++++
.../translations/repository/ka_GE.properties | 130 ++++
.../translations/repository/ko_KR.properties | 630 +++++++++++++++++
.../translations/repository/nl_NL.properties | 630 +++++++++++++++++
.../translations/repository/no_NO.properties | 630 +++++++++++++++++
.../translations/repository/pl_PL.properties | 630 +++++++++++++++++
.../translations/repository/pt_BR.properties | 630 +++++++++++++++++
.../translations/repository/ro_RO.properties | 355 ++++++++++
.../translations/repository/ru_RU.properties | 630 +++++++++++++++++
.../translations/repository/sk_SK.properties | 171 +++++
.../translations/repository/sr_CS.properties | 485 +++++++++++++
.../translations/repository/status.json | 3 +
.../translations/repository/sv_SE.properties | 630 +++++++++++++++++
.../translations/repository/tr_TR.properties | 630 +++++++++++++++++
.../translations/repository/uk_UA.properties | 630 +++++++++++++++++
.../translations/repository/vi_VN.properties | 630 +++++++++++++++++
.../translations/repository/zh_CN.properties | 630 +++++++++++++++++
.../translations/repository/zh_TW.properties | 630 +++++++++++++++++
docker-compose.yml | 55 ++
mods.txt | 57 ++
ops.json | 32 +
rclone.conf | 6 +
whitelist.json | 22 +
44 files changed, 19491 insertions(+), 2 deletions(-)
create mode 100644 config/FabricProxy-Lite.toml
create mode 100644 config/exporter.properties
create mode 100644 config/luckperms/luckperms.conf
create mode 100644 config/luckperms/translations/repository/ar_SA.properties
create mode 100644 config/luckperms/translations/repository/bg_BG.properties
create mode 100644 config/luckperms/translations/repository/cs_CZ.properties
create mode 100644 config/luckperms/translations/repository/da_DK.properties
create mode 100644 config/luckperms/translations/repository/de_DE.properties
create mode 100644 config/luckperms/translations/repository/el_GR.properties
create mode 100644 config/luckperms/translations/repository/en_PT.properties
create mode 100644 config/luckperms/translations/repository/es_ES.properties
create mode 100644 config/luckperms/translations/repository/fa_IR.properties
create mode 100644 config/luckperms/translations/repository/fi_FI.properties
create mode 100644 config/luckperms/translations/repository/fil_PH.properties
create mode 100644 config/luckperms/translations/repository/fr_FR.properties
create mode 100644 config/luckperms/translations/repository/he_IL.properties
create mode 100644 config/luckperms/translations/repository/hi_IN.properties
create mode 100644 config/luckperms/translations/repository/hu_HU.properties
create mode 100644 config/luckperms/translations/repository/id_ID.properties
create mode 100644 config/luckperms/translations/repository/it_IT.properties
create mode 100644 config/luckperms/translations/repository/ja_JP.properties
create mode 100644 config/luckperms/translations/repository/ka_GE.properties
create mode 100644 config/luckperms/translations/repository/ko_KR.properties
create mode 100644 config/luckperms/translations/repository/nl_NL.properties
create mode 100644 config/luckperms/translations/repository/no_NO.properties
create mode 100644 config/luckperms/translations/repository/pl_PL.properties
create mode 100644 config/luckperms/translations/repository/pt_BR.properties
create mode 100644 config/luckperms/translations/repository/ro_RO.properties
create mode 100644 config/luckperms/translations/repository/ru_RU.properties
create mode 100644 config/luckperms/translations/repository/sk_SK.properties
create mode 100644 config/luckperms/translations/repository/sr_CS.properties
create mode 100644 config/luckperms/translations/repository/status.json
create mode 100644 config/luckperms/translations/repository/sv_SE.properties
create mode 100644 config/luckperms/translations/repository/tr_TR.properties
create mode 100644 config/luckperms/translations/repository/uk_UA.properties
create mode 100644 config/luckperms/translations/repository/vi_VN.properties
create mode 100644 config/luckperms/translations/repository/zh_CN.properties
create mode 100644 config/luckperms/translations/repository/zh_TW.properties
create mode 100644 docker-compose.yml
create mode 100644 mods.txt
create mode 100644 ops.json
create mode 100644 rclone.conf
create mode 100644 whitelist.json
diff --git a/README.md b/README.md
index 34d501d..935b8cb 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,4 @@
-# new
+# NEW MC Server - Powered by Garde Studios
+
+
-New MC Garde Studios Server
\ No newline at end of file
diff --git a/config/FabricProxy-Lite.toml b/config/FabricProxy-Lite.toml
new file mode 100644
index 0000000..47762f5
--- /dev/null
+++ b/config/FabricProxy-Lite.toml
@@ -0,0 +1,4 @@
+hackOnlineMode = true
+hackEarlySend = false
+hackMessageChain = true
+secret = "CMhgx3vF17Nu"
diff --git a/config/exporter.properties b/config/exporter.properties
new file mode 100644
index 0000000..a5a29af
--- /dev/null
+++ b/config/exporter.properties
@@ -0,0 +1,3 @@
+server-port: 25585
+update-interval: 1000
+use-spark: true
diff --git a/config/luckperms/luckperms.conf b/config/luckperms/luckperms.conf
new file mode 100644
index 0000000..599bc2a
--- /dev/null
+++ b/config/luckperms/luckperms.conf
@@ -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 = "h2"
+
+# 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 '
+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_