feat: anvilenhanced & axinventoryrestore
This commit is contained in:
parent
10b6939d81
commit
a13d1e1874
46 changed files with 1236 additions and 393 deletions
BIN
plugins/.paper-remapped/AnvilEnhanced-2.7.0.jar
Normal file
BIN
plugins/.paper-remapped/AnvilEnhanced-2.7.0.jar
Normal file
Binary file not shown.
BIN
plugins/.paper-remapped/AxInventoryRestore-3.5.0.jar
Normal file
BIN
plugins/.paper-remapped/AxInventoryRestore-3.5.0.jar
Normal file
Binary file not shown.
|
|
@ -22,7 +22,9 @@
|
|||
"7B184E8B563E40AAAF8850A1707A8E51C8CDC99BA966A433E19EE8B1EB4C55E6": "Plan-5.6-build-2961.jar",
|
||||
"80371BA80087C14E49FAD908C581EA7677943DB4B968760C053D3BB0D26764D1": "AuthMe-5.6.0.jar",
|
||||
"5D8D64CEBA20ADB35CE42BC6ECB75AB6525F76FC1895D6643D77C3A62F7E4697": "ClientDetectorPlus-1.0.0.jar",
|
||||
"A91028876B974F870E1AC90CB433A1A4CB06930A39F2C0EDC50D6165E26E940D": "ProtocolLib.jar"
|
||||
"A91028876B974F870E1AC90CB433A1A4CB06930A39F2C0EDC50D6165E26E940D": "ProtocolLib.jar",
|
||||
"4A74B5AEDF10F6785C2DED31DC928E629C53A256707DB3D9D8326357DBB6B015": "AnvilEnhanced-2.7.0.jar",
|
||||
"F4F1BF0AEBC9CB807B4675E19D726C80392BED3E790A7481BA6905710984DE14": "AxInventoryRestore-3.5.0.jar"
|
||||
},
|
||||
"skippedHashes": [
|
||||
"ED94AC5A408C4C9508630D93DA1CBD20280C3427BA04EBEDF7EC3D3A04CA7843",
|
||||
|
|
|
|||
BIN
plugins/AnvilEnhanced-2.7.0.jar
Normal file
BIN
plugins/AnvilEnhanced-2.7.0.jar
Normal file
Binary file not shown.
117
plugins/AnvilEnhanced/Ranks/default.yml
Normal file
117
plugins/AnvilEnhanced/Ranks/default.yml
Normal file
|
|
@ -0,0 +1,117 @@
|
|||
#########################################################
|
||||
# _ _ _ ___ _ _ #
|
||||
# /_\ _ ___ _(_) | __|_ _ | |_ __ _ _ _ __ ___ __| |#
|
||||
# / _ \| ' \ V / | | _|| ' \| ' \/ _` | ' \/ _/ -_) _` |#
|
||||
#/_/ \_\_||_\_/|_|_|___|_||_|_||_\__,_|_||_\__\___\__,_|#
|
||||
#_ ____ ____ #
|
||||
#| |__ _ _ _ ____ _____ __|__ |__ / #
|
||||
#| '_ \ || | | ' \ V / -_)_ / / / |_ \ #
|
||||
#|_.__/\_, | |_|_|_\_/\___/__|/_/ |___/ #
|
||||
# |__/ #
|
||||
#########################################################
|
||||
|
||||
#########################################################
|
||||
# <rank>.yml #
|
||||
#########################################################
|
||||
|
||||
enchantments:
|
||||
bane_of_arthropods:
|
||||
MAX_LEVEL: 5
|
||||
|
||||
blast_protection:
|
||||
MAX_LEVEL: 4
|
||||
|
||||
breach:
|
||||
MAX_LEVEL: 4
|
||||
|
||||
density:
|
||||
MAX_LEVEL: 5
|
||||
|
||||
depth_strider:
|
||||
MAX_LEVEL: 3
|
||||
|
||||
efficiency:
|
||||
MAX_LEVEL: 5
|
||||
|
||||
feather_falling:
|
||||
MAX_LEVEL: 4
|
||||
|
||||
fire_aspect:
|
||||
MAX_LEVEL: 2
|
||||
|
||||
fire_protection:
|
||||
MAX_LEVEL: 4
|
||||
|
||||
fortune:
|
||||
MAX_LEVEL: 3
|
||||
|
||||
frost_walker:
|
||||
MAX_LEVEL: 2
|
||||
|
||||
impaling:
|
||||
MAX_LEVEL: 5
|
||||
|
||||
knockback:
|
||||
MAX_LEVEL: 2
|
||||
|
||||
looting:
|
||||
MAX_LEVEL: 3
|
||||
|
||||
loyalty:
|
||||
MAX_LEVEL: 3
|
||||
|
||||
luck_of_the_sea:
|
||||
MAX_LEVEL: 3
|
||||
|
||||
lure:
|
||||
MAX_LEVEL: 3
|
||||
|
||||
piercing:
|
||||
MAX_LEVEL: 4
|
||||
|
||||
power:
|
||||
MAX_LEVEL: 5
|
||||
|
||||
projectile_protection:
|
||||
MAX_LEVEL: 4
|
||||
|
||||
protection:
|
||||
MAX_LEVEL: 4
|
||||
|
||||
punch:
|
||||
MAX_LEVEL: 2
|
||||
|
||||
quick_charge:
|
||||
MAX_LEVEL: 3
|
||||
|
||||
respiration:
|
||||
MAX_LEVEL: 3
|
||||
|
||||
riptide:
|
||||
MAX_LEVEL: 3
|
||||
|
||||
sharpness:
|
||||
MAX_LEVEL: 50
|
||||
|
||||
smite:
|
||||
MAX_LEVEL: 5
|
||||
|
||||
soul_speed:
|
||||
MAX_LEVEL: 3
|
||||
|
||||
sweeping:
|
||||
MAX_LEVEL: 3
|
||||
|
||||
swift_sneak:
|
||||
MAX_LEVEL: 3
|
||||
|
||||
thorns:
|
||||
MAX_LEVEL: 3
|
||||
|
||||
unbreaking:
|
||||
MAX_LEVEL: 3
|
||||
|
||||
wind_burst:
|
||||
MAX_LEVEL: 3
|
||||
|
||||
too-expensive-limit: 100
|
||||
66
plugins/AnvilEnhanced/config.yml
Normal file
66
plugins/AnvilEnhanced/config.yml
Normal file
|
|
@ -0,0 +1,66 @@
|
|||
#########################################################
|
||||
# _ _ _ ___ _ _ #
|
||||
# /_\ _ ___ _(_) | __|_ _ | |_ __ _ _ _ __ ___ __| |#
|
||||
# / _ \| ' \ V / | | _|| ' \| ' \/ _` | ' \/ _/ -_) _` |#
|
||||
#/_/ \_\_||_\_/|_|_|___|_||_|_||_\__,_|_||_\__\___\__,_|#
|
||||
#_ ____ ____ #
|
||||
#| |__ _ _ _ ____ _____ __|__ |__ / #
|
||||
#| '_ \ || | | ' \ V / -_)_ / / / |_ \ #
|
||||
#|_.__/\_, | |_|_|_\_/\___/__|/_/ |___/ #
|
||||
# |__/ #
|
||||
#########################################################
|
||||
|
||||
#########################################################
|
||||
# The limit for a repair/enchant/rename #
|
||||
# Over that limit you can't use the anvil #
|
||||
# Note that you won't see the cost in red if you don't #
|
||||
# have enough levels but still under the maximum-cost #
|
||||
# limit. Over the maximum-cost limit you'll see the #
|
||||
# "Too expensive" message in red. #
|
||||
# If the cost is over the custom limit, the player will #
|
||||
# see a message (configurable) in the chat window. You #
|
||||
# can disable the message by setting "cost-text-enabled"#
|
||||
# to false (true by default). You can configure the #
|
||||
# message and you can colorize the message like this: #
|
||||
# "&5Enchant cost &r>>> ". #
|
||||
#########################################################
|
||||
too-expensive-enabled: true
|
||||
cost-text-enabled: true
|
||||
cost-text: "&6Niveaux requis &r>>> &8"
|
||||
|
||||
#########################################################
|
||||
# Add/remove rank to match your ranking system on your #
|
||||
# server. Put the highest rank first and after the 2nd #
|
||||
# and so on... #
|
||||
# You also need to make a copy of default.yml for each #
|
||||
# rank like owner.yml, vip.yml, etc. #
|
||||
#########################################################
|
||||
groups:
|
||||
# - owner # Highest rank
|
||||
# - admin # 2nd
|
||||
# - vip # 3rd
|
||||
- default # Lowest rank
|
||||
|
||||
#########################################################
|
||||
# If you enable this option, players will not be #
|
||||
# invited to download the resource pack. The resource #
|
||||
# pack does not contain any images and does not alter #
|
||||
# the appearance of the game. It only adds Roman #
|
||||
# numerals beyond 10. #
|
||||
#########################################################
|
||||
resource-pack-enabled: false
|
||||
|
||||
#########################################################
|
||||
# If you use another plugin for renaming in color with #
|
||||
# the anvil, you can disable this option to completely #
|
||||
# disable it in AnvilEnhanced to avoid conflict with #
|
||||
# other plugins. #
|
||||
#########################################################
|
||||
anvil-color-enabled: true
|
||||
|
||||
#########################################################
|
||||
# Enable or disable the update checker. If disabled, #
|
||||
# you'll not see if there's a new version available #
|
||||
#########################################################
|
||||
update-checker-enabled: true
|
||||
update-checker-checkeveryxhours: 12
|
||||
Binary file not shown.
56
plugins/AuthMe/authme.log
Normal file
56
plugins/AuthMe/authme.log
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
[02-01 14:58:05]: [INFO] SQLite Setup finished
|
||||
[02-01 14:58:05]: [INFO] Hooked into LuckPerms!
|
||||
[02-01 14:58:05]: [INFO] Hooked successfully into Essentials
|
||||
[02-01 14:58:05]: [INFO] Essentials spawn file not found: '/data/plugins/Essentials/spawn.yml'
|
||||
[02-01 14:58:05]: [INFO] AuthMe 5.6.0 build n.CUSTOM successfully enabled!
|
||||
[02-01 14:58:10]: [INFO] Downloading GEO IP database, because the old database is older than 30 days or doesn't exist
|
||||
[02-01 14:58:10]: [WARN] No MaxMind credentials found in the configuration file! GeoIp protections will be disabled.
|
||||
[02-01 14:58:10]: [INFO] There is no newer GEO IP database uploaded to MaxMind. Using the old one for now.
|
||||
[02-01 14:58:10]: [WARN] Could not download GeoLiteAPI database [FileNotFoundException]: plugins/AuthMe/GeoLite2-Country.mmdb (No such file or directory)
|
||||
[02-01 14:58:10]: java.io.FileNotFoundException: plugins/AuthMe/GeoLite2-Country.mmdb (No such file or directory)
|
||||
at java.base/java.io.RandomAccessFile.open0(Native Method)
|
||||
at java.base/java.io.RandomAccessFile.open(Unknown Source)
|
||||
at java.base/java.io.RandomAccessFile.<init>(Unknown Source)
|
||||
at java.base/java.io.RandomAccessFile.<init>(Unknown Source)
|
||||
at AuthMe-5.6.0.jar//fr.xephi.authme.libs.com.maxmind.db.BufferHolder.<init>(BufferHolder.java:20)
|
||||
at AuthMe-5.6.0.jar//fr.xephi.authme.libs.com.maxmind.db.Reader.<init>(Reader.java:121)
|
||||
at AuthMe-5.6.0.jar//fr.xephi.authme.service.GeoIpService.startReading(GeoIpService.java:179)
|
||||
at AuthMe-5.6.0.jar//fr.xephi.authme.service.GeoIpService.updateDatabase(GeoIpService.java:150)
|
||||
at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:101)
|
||||
at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
|
||||
at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
|
||||
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
|
||||
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
|
||||
at java.base/java.lang.Thread.run(Unknown Source)
|
||||
|
||||
[02-01 14:58:21]: [FINE] Heroz_0 logged in 192.168.1.16
|
||||
[02-01 15:03:54]: [INFO] AuthMe 5.6.0-bCUSTOM disabled!
|
||||
[02-01 15:07:41]: [INFO] SQLite Setup finished
|
||||
[02-01 15:07:41]: [INFO] Hooked into LuckPerms!
|
||||
[02-01 15:07:41]: [INFO] Hooked successfully into Essentials
|
||||
[02-01 15:07:41]: [INFO] Essentials spawn file not found: '/data/plugins/Essentials/spawn.yml'
|
||||
[02-01 15:07:42]: [INFO] AuthMe 5.6.0 build n.CUSTOM successfully enabled!
|
||||
[02-01 15:07:45]: [INFO] Downloading GEO IP database, because the old database is older than 30 days or doesn't exist
|
||||
[02-01 15:07:45]: [WARN] No MaxMind credentials found in the configuration file! GeoIp protections will be disabled.
|
||||
[02-01 15:07:45]: [INFO] There is no newer GEO IP database uploaded to MaxMind. Using the old one for now.
|
||||
[02-01 15:07:45]: [WARN] Could not download GeoLiteAPI database [FileNotFoundException]: plugins/AuthMe/GeoLite2-Country.mmdb (No such file or directory)
|
||||
[02-01 15:07:45]: java.io.FileNotFoundException: plugins/AuthMe/GeoLite2-Country.mmdb (No such file or directory)
|
||||
at java.base/java.io.RandomAccessFile.open0(Native Method)
|
||||
at java.base/java.io.RandomAccessFile.open(Unknown Source)
|
||||
at java.base/java.io.RandomAccessFile.<init>(Unknown Source)
|
||||
at java.base/java.io.RandomAccessFile.<init>(Unknown Source)
|
||||
at AuthMe-5.6.0.jar//fr.xephi.authme.libs.com.maxmind.db.BufferHolder.<init>(BufferHolder.java:20)
|
||||
at AuthMe-5.6.0.jar//fr.xephi.authme.libs.com.maxmind.db.Reader.<init>(Reader.java:121)
|
||||
at AuthMe-5.6.0.jar//fr.xephi.authme.service.GeoIpService.startReading(GeoIpService.java:179)
|
||||
at AuthMe-5.6.0.jar//fr.xephi.authme.service.GeoIpService.updateDatabase(GeoIpService.java:150)
|
||||
at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:101)
|
||||
at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
|
||||
at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
|
||||
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
|
||||
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
|
||||
at java.base/java.lang.Thread.run(Unknown Source)
|
||||
|
||||
[02-01 15:07:47]: [FINE] Heroz_0 logged in 192.168.1.16
|
||||
[02-01 15:08:13]: [FINE] Dummy registered 192.168.1.16
|
||||
[02-01 15:08:13]: [FINE] Dummy logged in 192.168.1.16
|
||||
[02-01 15:18:59]: [INFO] AuthMe 5.6.0-bCUSTOM disabled!
|
||||
BIN
plugins/AxInventoryRestore-3.5.0.jar
Normal file
BIN
plugins/AxInventoryRestore-3.5.0.jar
Normal file
Binary file not shown.
79
plugins/AxInventoryRestore/config.yml
Normal file
79
plugins/AxInventoryRestore/config.yml
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
prefix: '�aaff&lAxInventoryRestore &7» '
|
||||
|
||||
database:
|
||||
# h2, mysql, postgresql
|
||||
# unless you have multiple synchronised servers, you should almost always use h2 as it is the fastest database type by a lot!
|
||||
type: h2
|
||||
|
||||
# you only need to touch these when using mysql/postgresql
|
||||
address: 127.0.0.1
|
||||
port: 3306
|
||||
database: admin
|
||||
username: admin
|
||||
password: admin
|
||||
pool:
|
||||
maximum-pool-size: 10
|
||||
minimum-idle: 10
|
||||
maximum-lifetime: 1800000
|
||||
keepalive-time: 0
|
||||
connection-timeout: 5000
|
||||
|
||||
# how long should the plugin keep backups? (in days)
|
||||
# this will run at server start and when using /axir cleanup
|
||||
cleanup-after-days: 14
|
||||
|
||||
# should there also be an all category that contains all the backups of a player?
|
||||
enable-all-category: true
|
||||
|
||||
# should the plugin make backups periodically?
|
||||
# do not set "seconds" to anything below 1
|
||||
automatic-backup:
|
||||
enabled: true
|
||||
seconds: 180
|
||||
|
||||
# minimum 2, maximum 6
|
||||
menu-rows:
|
||||
main-menu: 4
|
||||
backup-selector: 4
|
||||
|
||||
# if your server often doesn't stop randomly and axir spams stuff, try disabling this
|
||||
# runs the databases builtin cleanup mechanism to decrease disk size
|
||||
# if you have 100K+ backups or a lot of storage you can disable this as this could slow down the server shutdown process
|
||||
compact-database: true
|
||||
|
||||
# you can disable categories by setting them to false
|
||||
# some of these might take up a lot of storage
|
||||
enabled-backups:
|
||||
ender-chest: true
|
||||
death: true
|
||||
join: true
|
||||
quit: true
|
||||
world-change: true
|
||||
container-close: true
|
||||
|
||||
# how many saves should we allow per player in these categories?
|
||||
# set to -1 to allow unlimited
|
||||
# you can add your own categories here, that you save to via the api
|
||||
save-limits:
|
||||
ender-chest: -1
|
||||
death: -1
|
||||
join: -1
|
||||
quit: -1
|
||||
world-change: -1
|
||||
container-close: -1
|
||||
manual: -1
|
||||
automatic: -1
|
||||
total: -1
|
||||
|
||||
# check out the discord.yml for more info
|
||||
enable-discord-addon: false
|
||||
|
||||
# should be plugin notify you if there is a new update?
|
||||
update-notifier:
|
||||
# if enabled, it will display the message in the console
|
||||
enabled: true
|
||||
# if enabled, it will broadcast the update message to all players who have the <plugin-name>.update-notify permission
|
||||
on-join: true
|
||||
|
||||
# do not change this
|
||||
version: 7
|
||||
BIN
plugins/AxInventoryRestore/data.mv.db
Normal file
BIN
plugins/AxInventoryRestore/data.mv.db
Normal file
Binary file not shown.
187
plugins/AxInventoryRestore/discord.yml
Normal file
187
plugins/AxInventoryRestore/discord.yml
Normal file
|
|
@ -0,0 +1,187 @@
|
|||
# NOTE: this feature requires 1.18+
|
||||
|
||||
# WEBHOOK INFORMATION
|
||||
# These are all the options that you can use here: (most of them are optional, you can remove them)
|
||||
# # the message before the embed, you can put a ping here in the <@&1234567890123456789> format
|
||||
# content: "<@&1234567890123456789>"
|
||||
# # color in hex
|
||||
# color: "#FF6600"
|
||||
# description: "Your description"
|
||||
# title:
|
||||
# # required
|
||||
# text: "Title!"
|
||||
# icon: ""
|
||||
# author:
|
||||
# # required
|
||||
# name: "Author name"
|
||||
# icon-url: ""
|
||||
# url: ""
|
||||
# footer:
|
||||
# # required
|
||||
# text: "Footer"
|
||||
# icon: ""
|
||||
# image-url: ""
|
||||
# thumbnail-url: ""
|
||||
# fields:
|
||||
# 1:
|
||||
# # required
|
||||
# inline: false
|
||||
# # required
|
||||
# name: "Field1"
|
||||
# # required
|
||||
# value: "Value1"
|
||||
|
||||
# ------- WEBHOOKS -------
|
||||
|
||||
# REQUIRED FOR WEBHOOKS
|
||||
url: ''
|
||||
|
||||
# this may be a bit spammy on big servers
|
||||
backup-create:
|
||||
enabled: false
|
||||
color: '#00AAFF'
|
||||
title:
|
||||
text: New backup created
|
||||
fields:
|
||||
'1':
|
||||
inline: false
|
||||
name: Player
|
||||
value: '%player%'
|
||||
'2':
|
||||
inline: false
|
||||
name: Category
|
||||
value: '%category%'
|
||||
'3':
|
||||
inline: false
|
||||
name: Extra Info
|
||||
value: '%extrainfo%'
|
||||
|
||||
backup-restore:
|
||||
enabled: true
|
||||
color: '#00AAFF'
|
||||
title:
|
||||
text: Backup restored
|
||||
fields:
|
||||
'1':
|
||||
inline: true
|
||||
name: Restored by
|
||||
value: '%restorer%'
|
||||
'2':
|
||||
inline: true
|
||||
name: Player
|
||||
value: '%player%'
|
||||
'3':
|
||||
inline: true
|
||||
name: Backup Date
|
||||
value: '%date%'
|
||||
'4':
|
||||
inline: true
|
||||
name: Category
|
||||
value: '%category%'
|
||||
'5':
|
||||
inline: true
|
||||
name: Extra Info
|
||||
value: '%extrainfo%'
|
||||
'6':
|
||||
inline: true
|
||||
name: Backup Location
|
||||
value: '%location%'
|
||||
|
||||
backup-export:
|
||||
enabled: true
|
||||
color: '#00AAFF'
|
||||
title:
|
||||
text: Backup exported as shulker
|
||||
fields:
|
||||
'1':
|
||||
inline: true
|
||||
name: Exported by
|
||||
value: '%restorer%'
|
||||
'2':
|
||||
inline: true
|
||||
name: Player
|
||||
value: '%player%'
|
||||
'3':
|
||||
inline: true
|
||||
name: Backup Date
|
||||
value: '%date%'
|
||||
'4':
|
||||
inline: true
|
||||
name: Category
|
||||
value: '%category%'
|
||||
'5':
|
||||
inline: true
|
||||
name: Extra Info
|
||||
value: '%extrainfo%'
|
||||
'6':
|
||||
inline: true
|
||||
name: Backup Location
|
||||
value: '%location%'
|
||||
|
||||
# ------- DISCORD ADDON -------
|
||||
|
||||
# set enable-discord-addon in the config.yml to true if you want to enable this module
|
||||
|
||||
# you must create a bot at https://discord.com/developers/applications
|
||||
# the bot will run on your minecraft server, you don't need to do anything externally
|
||||
token: ''
|
||||
|
||||
bot-activity: AxInventoryRestore
|
||||
|
||||
# where should the requests be sent?
|
||||
channel-id: ''
|
||||
|
||||
# the permission needed to interact with a restore request on discord
|
||||
# list of permissions: https://ci.dv8tion.net/job/JDA5/javadoc/net/dv8tion/jda/api/Permission.html
|
||||
required-permission: ADMINISTRATOR
|
||||
|
||||
create-thread: true
|
||||
thread-name: Restore
|
||||
|
||||
messages:
|
||||
restore: Restore
|
||||
decline: Decline
|
||||
restored: '&#FFCC00Your items have been restored to shulkers, check your inventory!'
|
||||
accepted: Successfully accepted restore request!
|
||||
declined: Successfully declined restore request!
|
||||
# the new color of the embed
|
||||
accepted-color: '#00ff00'
|
||||
declined-color: '#ff0000'
|
||||
no-permission: You don't have permission to use this!
|
||||
|
||||
request-restore:
|
||||
material: BLUE_DYE
|
||||
name: '�CCFFRequest restore with a discord bot'
|
||||
lore:
|
||||
- ' '
|
||||
- ' &7- �FFFFUse this to request a restore from a higher ranking staff!'
|
||||
- ' '
|
||||
- '�CCFF&l(!) �CCFFClick here to request!'
|
||||
|
||||
prompt:
|
||||
color: '#00aaff'
|
||||
title:
|
||||
text: '%player% - restore request'
|
||||
fields:
|
||||
'1':
|
||||
inline: true
|
||||
name: Requested by
|
||||
value: '%requester%'
|
||||
'2':
|
||||
inline: true
|
||||
name: Creation date
|
||||
value: '%date%'
|
||||
'3':
|
||||
inline: false
|
||||
name: Location
|
||||
value: '%location%'
|
||||
'4':
|
||||
inline: true
|
||||
name: Category
|
||||
value: '%category%'
|
||||
'5':
|
||||
inline: true
|
||||
name: Cause
|
||||
value: '%cause%'
|
||||
|
||||
version: 3
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
plugins/AxInventoryRestore/lib/org/ow2/asm/asm/9.2/asm-9.2.jar
Normal file
BIN
plugins/AxInventoryRestore/lib/org/ow2/asm/asm/9.2/asm-9.2.jar
Normal file
Binary file not shown.
Binary file not shown.
181
plugins/AxInventoryRestore/messages.yml
Normal file
181
plugins/AxInventoryRestore/messages.yml
Normal file
|
|
@ -0,0 +1,181 @@
|
|||
reloaded: '!FF33Successfully reloaded plugin!'
|
||||
reload-fail: '&#FF3333Failed to reload the plugin! Something is wrong in the &f%file%&#FF3333 file, look in the console or use a yaml validator to fix the errors!'
|
||||
|
||||
cleaned-up: '!FF33Successfully cleaned up database!'
|
||||
|
||||
manual-backup: '!FF33Successfully made a manual backup for &f%player%!FF33!'
|
||||
manual-backup-all: '!FF33Successfully made a manual backup for all players!'
|
||||
manual-created-by: 'by: %player%'
|
||||
|
||||
help:
|
||||
- ' '
|
||||
- '�aaff&lAxInventoryRestore &7» '
|
||||
- ' &7- &f/axir view <player> &7| �aaffOpen restore GUI'
|
||||
- ' &7- &f/axir save <player> &7| �aaffCreate manual backup'
|
||||
- ' &7- &f/axir saveall &7| �aaffCreate manual backup for all players'
|
||||
- ' &7- &f/axir reload &7| �aaffReload plugin'
|
||||
- ' &7- &f/axir cleanup &7| �aaffDelete old backups (look at config.yml)'
|
||||
- ' '
|
||||
|
||||
errors:
|
||||
no-permission: '&#FF3333You don''t have permission to run this command!'
|
||||
player-offline: '&#FF3333The player must be online to restore their inventory!'
|
||||
unknown-player: '&#FF3333This player has no backups saved! &#DDDDDD(error: %number%)'
|
||||
not-player: '&#FF3333You must be a player to execute this command!'
|
||||
|
||||
restored-shulker:
|
||||
# this must be some kind of shulker box!
|
||||
material: SHULKER_BOX
|
||||
name: '�CCFFInventory backup'
|
||||
lore:
|
||||
- '&#DDDDDD%player-uuid%'
|
||||
- ' '
|
||||
- ' &7- �FFFFDate: &f%date%'
|
||||
- ' &7- �FFFFLocation: &f%location%'
|
||||
- ' &7- �FFFFGiven to: &f%staff%'
|
||||
- ' '
|
||||
|
||||
guis:
|
||||
maingui:
|
||||
title: '&0&lRestore > &8%player%'
|
||||
categorygui:
|
||||
title: '&0&lRestore > &8%player%'
|
||||
item:
|
||||
material: BARREL
|
||||
name: '�CCFFDate: �EEFF%date%'
|
||||
lore:
|
||||
- ' '
|
||||
- '�FFFFInfo: &f%cause%'
|
||||
- '�FFFFLocation: &f%location%'
|
||||
- ' '
|
||||
- '�CCFF&l(!) �CCFFClick here to check items!'
|
||||
previewgui:
|
||||
title: '&0&lRestore > &8%player%'
|
||||
quick-restore:
|
||||
material: PISTON
|
||||
name: '�CCFFReplace player''s inventory'
|
||||
lore:
|
||||
- ' '
|
||||
- ' &7- �FFFFNote: &fthis will erase the player''s current items!'
|
||||
- ' &7- �FFFFThe player must be online for this to work!'
|
||||
- ' '
|
||||
- '�CCFF&l(!) �CCFFClick here to replace!'
|
||||
quick-restore-ender-chest:
|
||||
material: ENDER_CHEST
|
||||
name: '�CCFFReplace player''s ender chest'
|
||||
lore:
|
||||
- ' '
|
||||
- ' &7- �FFFFNote: &fthis will erase the current items in the ender chest!'
|
||||
- ' &7- �FFFFThe player must be online for this to work!'
|
||||
- ' '
|
||||
- '�CCFF&l(!) �CCFFClick here to replace!'
|
||||
teleport:
|
||||
material: ENDER_PEARL
|
||||
name: '�CCFFTeleport to event location'
|
||||
lore:
|
||||
- ' '
|
||||
- ' &7- �FFFFLocation: &f%location%'
|
||||
- ' '
|
||||
- '�CCFF&l(!) �CCFFClick here to teleport!'
|
||||
export-as-shulker:
|
||||
material: SHULKER_BOX
|
||||
name: '�CCFFExport items in shulker boxes'
|
||||
lore:
|
||||
- ' '
|
||||
- ' &7- �FFFFEmpty slots needed: &f%shulker-amount%'
|
||||
- ' '
|
||||
- '�CCFF&l(!) �CCFFClick here to export items!'
|
||||
|
||||
gui-items:
|
||||
close:
|
||||
material: BARRIER
|
||||
name: '&#FF3333&lClose'
|
||||
back:
|
||||
material: BARRIER
|
||||
name: '&#FF3333&lBack'
|
||||
previous-page:
|
||||
material: ARROW
|
||||
name: '&#FF6600&lPrevious Page'
|
||||
next-page:
|
||||
material: ARROW
|
||||
name: '&#FFCC00&lNext Page'
|
||||
|
||||
categories:
|
||||
ALL:
|
||||
raw: ALL
|
||||
material: NETHER_STAR
|
||||
name: '&#FFCC00&lALL &7(%amount% backups)'
|
||||
lore:
|
||||
- ' '
|
||||
- '&#FFCC00&l(!) &#FFCC00Click here to all view backups!'
|
||||
ENDER_CHEST:
|
||||
raw: ENDER_CHEST
|
||||
material: ENDER_CHEST
|
||||
name: '&#EE00FF&lENDER CHEST BACKUPS &7(%amount% backups)'
|
||||
lore:
|
||||
- ' '
|
||||
- '&#EE00FF&l(!) &#EE00FFClick here to view backups!'
|
||||
DEATH:
|
||||
raw: DEATH
|
||||
material: TOTEM_OF_UNDYING
|
||||
name: '&#FF3333&lDEATHS &7(%amount% backups)'
|
||||
lore:
|
||||
- ' '
|
||||
- '&#FF3333&l(!) &#FF3333Click here to view backups!'
|
||||
JOIN:
|
||||
raw: JOIN
|
||||
material: LIME_WOOL
|
||||
name: '!FF33&lJOINS &7(%amount% backups)'
|
||||
lore:
|
||||
- ' '
|
||||
- '!FF33&l(!) !FF33Click here to view backups!'
|
||||
QUIT:
|
||||
raw: QUIT
|
||||
material: RED_WOOL
|
||||
name: '&#EE3333&lQUITS &7(%amount% backups)'
|
||||
lore:
|
||||
- ' '
|
||||
- '&#EE3333&l(!) &#EE3333Click here to view backups!'
|
||||
WORLD_CHANGE:
|
||||
raw: WORLD CHANGE
|
||||
material: END_PORTAL_FRAME
|
||||
name: '!DD33&lWORLD CHANGES &7(%amount% backups)'
|
||||
lore:
|
||||
- ' '
|
||||
- '!DD33&l(!) !DD33Click here to view backups!'
|
||||
CONTAINER_CLOSE:
|
||||
raw: CONTAINER_CLOSE
|
||||
material: CHEST
|
||||
name: '�DDFF&lCONTAINER CLOSE &7(%amount% backups)'
|
||||
lore:
|
||||
- ' '
|
||||
- '�DDFF&l(!) �DDFFClick here to view backups!'
|
||||
MANUAL:
|
||||
raw: MANUAL
|
||||
material: LEVER
|
||||
name: '&#FFEE00&lMANUAL BACKUPS &7(%amount% backups)'
|
||||
lore:
|
||||
- ' '
|
||||
- '&#FFEE00&l(!) &#FFEE00Click here to view backups!'
|
||||
AUTOMATIC:
|
||||
raw: AUTOMATIC
|
||||
material: CLOCK
|
||||
name: '&#AA00FF&lAUTOMATIC BACKUPS &7(%amount% backups)'
|
||||
lore:
|
||||
- ' '
|
||||
- '&#AA00FF&l(!) &#AA00FFClick here to view backups!'
|
||||
|
||||
commands:
|
||||
invalid-value: '&#FF0000Invalid parameter: &#BB0000%value%'
|
||||
invalid-command: '&#FF0000Invalid command or subcommand!'
|
||||
missing-argument: '&#FF0000Missing argument! You must specify a value for &#BB0000%value%&#FF0000.'
|
||||
no-permission: '&#FF0000You don''t have permission to access this command!'
|
||||
out-of-range: '&#FF0000The &#BB0000%number% &#FF0000must be between &#BB0000%min% &#FF0000and &#BB0000%max%&#FF0000!'
|
||||
player-only: '&#FF0000You must be a player to use this command!'
|
||||
invalid-player: '&#FF0000The player &#BB0000%player% &#FF0000can not be found!'
|
||||
invalid-selector: '&#FF0000You can not use this selector in this command!'
|
||||
|
||||
update-notifier: 'XCCFFThere is a new version of AxInventoryRestore available! &#DDDDDD(&#FFFFFFcurrent: &#FF0000%current% &#DDDDDD| &#FFFFFFlatest: �FF00%latest%&#DDDDDD)'
|
||||
|
||||
# do not change this
|
||||
version: 6
|
||||
BIN
plugins/CoreProtect/database.db
Normal file
BIN
plugins/CoreProtect/database.db
Normal file
Binary file not shown.
|
|
@ -0,0 +1,38 @@
|
|||
teleportenabled: true
|
||||
teleportauto: false
|
||||
godmode: false
|
||||
muted: false
|
||||
jailed: false
|
||||
ip-address: 192.168.1.16
|
||||
afk: false
|
||||
socialspy: false
|
||||
npc: false
|
||||
powertoolsenabled: true
|
||||
accepting-pay: true
|
||||
baltop-exempt: false
|
||||
timestamps:
|
||||
lastteleport: 1738419516410
|
||||
lastheal: 0
|
||||
mute: 0
|
||||
jail: 0
|
||||
onlinejail: 0
|
||||
logout: 1738419539337
|
||||
login: 1738418867586
|
||||
money: '0'
|
||||
last-account-name: Heroz_0
|
||||
logoutlocation:
|
||||
world: 29da4c70-226a-4bda-b79b-b4a3a0e968a1
|
||||
world-name: world
|
||||
x: 9996.893322015912
|
||||
y: 84.0
|
||||
z: 40.594610309244054
|
||||
yaw: -22.42582893371582
|
||||
pitch: 18.600278854370117
|
||||
lastlocation:
|
||||
world: 29da4c70-226a-4bda-b79b-b4a3a0e968a1
|
||||
world-name: world
|
||||
x: -79.5
|
||||
y: -50.0
|
||||
z: -74.5
|
||||
yaw: 4.950001239776611
|
||||
pitch: 10.200000762939453
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
teleportenabled: true
|
||||
teleportauto: false
|
||||
godmode: true
|
||||
muted: false
|
||||
jailed: false
|
||||
ip-address: 192.168.1.16
|
||||
afk: false
|
||||
socialspy: false
|
||||
npc: false
|
||||
powertoolsenabled: true
|
||||
accepting-pay: true
|
||||
baltop-exempt: false
|
||||
timestamps:
|
||||
lastteleport: 0
|
||||
lastheal: 0
|
||||
mute: 0
|
||||
jail: 0
|
||||
onlinejail: 0
|
||||
logout: 1738419539347
|
||||
login: 1738418885340
|
||||
money: '0'
|
||||
last-account-name: Dummy
|
||||
lastlocation:
|
||||
world: 29da4c70-226a-4bda-b79b-b4a3a0e968a1
|
||||
world-name: world
|
||||
x: -79.30825845719048
|
||||
y: -50.0
|
||||
z: -74.6057262024224
|
||||
yaw: -104.17588806152344
|
||||
pitch: -10.984562873840332
|
||||
logoutlocation:
|
||||
world: 29da4c70-226a-4bda-b79b-b4a3a0e968a1
|
||||
world-name: world
|
||||
x: 9997.488720933423
|
||||
y: 84.0
|
||||
z: 43.1935934367386
|
||||
yaw: 132.9741973876953
|
||||
pitch: 39.60028839111328
|
||||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
<EFBFBD>ñÿ[JÛD·jXÆd‡§M†Uôü~3À¸¸í¡éYpÕ
|
||||
杖<EFBFBD>[JロDキjXニd<>M<EFBFBD><4D>~3タクク悅餾pユpマDッv6。ィ3`ムムセ5
|
||||
BIN
plugins/LuckPerms/luckperms-h2-v2.mv.db
Normal file
BIN
plugins/LuckPerms/luckperms-h2-v2.mv.db
Normal file
Binary file not shown.
Binary file not shown.
BIN
plugins/Plan/database.db
Normal file
BIN
plugins/Plan/database.db
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1 @@
|
|||
{"uniqueId":"08944516-039d-4b71-a969-7dafaffd5b39","lastKnownName":"Dummy","value":"ewogICJ0aW1lc3RhbXAiIDogMTczODQxODg4NDY5MSwKICAicHJvZmlsZUlkIiA6ICIwODk0NDUxNjAzOWQ0YjcxYTk2OTdkYWZhZmZkNWIzOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJEdW1teSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS82NmQ4OTdhMjRhZGJkMmNkMGE2MzI1ZDFmYjQ1MmMxYmU1OTBjYjcxYWVmMWYyYjZjN2EzMmVlMTRiNGY2YjFlIgogICAgfQogIH0KfQ==","signature":"EvAzUYwBnYmBnirjB+qIT4uFhUyqEZJTDOGWVZbRisJe1PhoczTCDoGG3QtdsRZ7085zUL73HOtnxNhpGf8eUPg/g40QRXBAWF5BSlildzjGImGlAlYf46pdK2oiSKUBtDFYfcbgoqEZhJDgnBMmp6ixcBX3AGQTGgAWT/wWrkFeAO6ocWX+MSHp6d4+l4UnQRhUohuiJfLJhFXa8LmcpHN2d4EE0BU4PZoDLQzRLUAnlMyY/TsEsB4Uoz1U4eGK1+rDGhmWJNwAF4Ooq6CfuH+AIeYifOjaWOmpjjtjS8aVi+txaxhfRZedOTW7n6UZciHtOfHWo8N04OvWxY1a0zZVZxhJNp7KIVQjTF1f2aamnwUqRB6BB0LzcdxRupuSSj2JgR78BQcG6R/qSm3m6M6ASA/3lcSyhu/ORjJe5fdh6QpTe6yE7XxLQc+gF2OavUY0Fg+Qptp15GamuMFioUYEmCssqzvJh1HpfRGkijR6O/ahHks9jTXhYZiNJGEX1frXB+jb0cYSvPVLt2cmYBQFp5UmKP8GVJOitaGxTXEOWWKWtA8mRX7a0unttkVQmmGAcZg4naHrIsw8Fi/roakJ/m9bqh63/14FH060FGjTGipgnyGHAVKR21WFHjHgpiAf823VZ2NeKwqRJAYM3VaO6TImwsdV8IWK6HDnW6k=","timestamp":1738418884,"dataVersion":1}
|
||||
|
|
@ -1 +1 @@
|
|||
{"uniqueId":"8ff1ff5b-4adb-440b-b76a-58c6046487a7","lastKnownName":"Heroz_0","value":"ewogICJ0aW1lc3RhbXAiIDogMTczODQxNjg3MDkwOSwKICAicHJvZmlsZUlkIiA6ICI4ZmYxZmY1YjRhZGI0NDBiYjc2YTU4YzYwNDY0ODdhNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJIZXJvel8wIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzg2Y2NlMWVkYTJjNTcyMjI5Yzc1Njk2YzM1NGJmNzU2NWQwOTA2ZGYyODA4ZjRiZTAwZjhmYmFiZWFlZGI0MTEiCiAgICB9CiAgfQp9","signature":"q69Ke9a8U7Im1VfREicQ3/AjF33PguE98oopmRAeD8PBnVj1DjfncqDxQtDPv33tenk9xSc7qEdqt1e1DqZt+u9wX4yhKGMcSyuzqdYmRvRVU6sTWR2zu22trw910aVsgb/eW1gHQGV4KZ0A+/MVHQq93ejIH2vPt4KxMtp5A3q20qB2tKwdV5P5fj5IzfPoACaMHF8N0DDDXEluKDN23+UjRo2VlB7pAh/c3ojusyjzFSBXf+/9YKEIpr2Ij+Dh79uOr8COSfqjifXRUnaIBlF5cAv7F6lAb32oxvwUZyThfYoIUqRFa1yiBnyaW/8/1EvzpP6VMW6RUWgEpu6Y+ZcGEpZps8MgBelMjjNbuLj2rAl8uyCpH8xsyZcU9mvZ1iVXcOq7OFl30wbny899rdYBqY6CJ7H/6qNjFbUuyXm27fOKWcwUC1G25Sz1Tm4n6zyPX1OD0HZMjj9nXXVb0EkmFtecEuSEnpUXhHYqq2GW/gNdIUhYhEk8wqY6w3/El+U+Ord5KW3fQCRalp/q/toZ3SxjSQ1hnuZ2tqREx5+SfGfFWkCfaeoR1fTy1zshPRQbZujdvxgDu/w93U+G4XmTOCoU4p0hgm4as9ACKdxq96exgkAwJ4ZpIaNiaMyOViF0dGzlE6h0EmUYLIj097A+SRBhIFJyIx4irO4JIvY=","timestamp":1738416871,"dataVersion":1}
|
||||
{"uniqueId":"8ff1ff5b-4adb-440b-b76a-58c6046487a7","lastKnownName":"Heroz_0","value":"ewogICJ0aW1lc3RhbXAiIDogMTczODQxODI5MzI2MywKICAicHJvZmlsZUlkIiA6ICI4ZmYxZmY1YjRhZGI0NDBiYjc2YTU4YzYwNDY0ODdhNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJIZXJvel8wIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzg2Y2NlMWVkYTJjNTcyMjI5Yzc1Njk2YzM1NGJmNzU2NWQwOTA2ZGYyODA4ZjRiZTAwZjhmYmFiZWFlZGI0MTEiCiAgICB9CiAgfQp9","signature":"fXnYXcBPDY7VR6lVSzKhIxyBvWAJfIOANt4ct5BvmOzeMo8jEbZ+76r3BuWCCjzp2R3WqiBQanzeyTCTVVZwcKrNZFdiqo35IeXSG0opl7wZRuvQ3D4GCDoIgDV478UCRsMXcIOgYnlWHvK2YkQpYn3DALZEI9EiREIFm1YdI7RvOI+ZNXdRdfQXu3523OwVtmBmGiIkJw01DPwAyxduBAuiE1apzpJp8/b9v8eBy+FJrkffc5KrQ4JzKKUuhR6U4I3jFbP1Bc3qS6YKCRET7ZzlpM8TCMr2eiDzdyJTEW8GCGzoMtneMX1ng6qM64gFdWQKufLlRuf/PyhuWq00hTqJKlvCfSKLwKAnBzXGKEov660OZoqrDF5ODsgKCCQwidp3CvxNaRRKtEqMv2L9SaeFp6IyW7t0PI8odeDkHJNMCOkeYucNJuA3qYFAAPtWAbdEvDchIRaaVWlhOSveJSiLvIkd07unyYe4sK+qaUN/A+UkJZf0/fm6GEV3hHL9Jr+ZdGyg/0RrofWcdkHavnE25JSneKJGMCFtvLvTXiDHridF/+JPNNlhD+1Uf7I69mfOa7WtWEXPpuukc7h3M/FgkFG1qEFgfN8kJRucwF7KTzdINO/cWcxxXsZy+PnYSzwTa/5PG8EYXF6chNWhsQxZ/v+I1mvoLBDFaRCz76E=","timestamp":1738418293,"dataVersion":1}
|
||||
|
|
@ -1,463 +1,456 @@
|
|||
commands:
|
||||
help: Displays this help screen
|
||||
cheat: Allows you to cheat Items
|
||||
give: Give somebody some Slimefun Items
|
||||
guide: Gives yourself a Slimefun Guide
|
||||
teleporter: See other Player's Waypoints
|
||||
versions: Lists all installed Addons
|
||||
search: Searches your Guide for the given term
|
||||
open_guide: Opens Slimefun's guide without using the book
|
||||
stats: Shows some Stats about a Player
|
||||
help: Affiche cet écran d'aide
|
||||
cheat: Vous permet de vous donnez des objets
|
||||
give: Donne à quelqu'un des objets Slimefun
|
||||
guide: Vous donne un guide Slimefun
|
||||
teleporter: Affiche les waypoints d'un autre joueur
|
||||
versions: Affiche toutes les extensions installées
|
||||
search: Recherche dans votre guide le terme donné
|
||||
open_guide: Ouvre le guide de Slimefun sans utiliser le livre
|
||||
stats: Affiche les statistiques d'un joueur
|
||||
research:
|
||||
description: Unlock/Reset researches for a player
|
||||
reset: '&cYou have reset %player%''s Knowledge'
|
||||
reset-target: '&cYour Knowledge has been reset'
|
||||
description: Déverrouille/réinitialise les recherches d'un joueur
|
||||
reset: '&cVous avez réinitialisé les recherches de %player%'
|
||||
reset-target: '&cVos recherches ont été réinitialisées'
|
||||
backpack:
|
||||
description: Retrieve a copy of an existing backpack
|
||||
invalid-id: '&4The id must be a non-negative number!'
|
||||
player-never-joined: '&4No player with that name could be found!'
|
||||
backpack-does-not-exist: '&4The specified backpack does not exist!'
|
||||
restored-backpack-given: '&aYour backpack has been restored and was added to your
|
||||
inventory!'
|
||||
description: Récupérer une copie d'un sac à dos existant
|
||||
invalid-id: '&4L''id ne peut pas être un nombre négatif!'
|
||||
player-never-joined: '&4Aucun joueur portant ce nom n''a été trouvé!'
|
||||
backpack-does-not-exist: '&4Le sac à dos spécifié n''existe pas!'
|
||||
restored-backpack-given: '&aVotre sac à dos a été restauré et a été ajouté à votre
|
||||
inventaire!'
|
||||
charge:
|
||||
description: Charges the item you are holding
|
||||
charge-success: Item has been charged!
|
||||
not-rechargeable: This item can not be charged!
|
||||
description: Charge l'objet que vous avez en main
|
||||
charge-success: L'objet a été chargé !
|
||||
not-rechargeable: Cet objet ne peut pas être chargé !
|
||||
timings:
|
||||
description: Timings for Slimefun and its addon
|
||||
please-wait: '&ePlease wait a second... The results are coming in!'
|
||||
verbose-player: '&4The verbose flag cannot be used by a Player!'
|
||||
unknown-flag: '&4Unknown flag: &c%flag%'
|
||||
description: Timings pour Slimefun et ses addons
|
||||
please-wait: '&eAttendez s''il vous plaît, les résultats arrivent !'
|
||||
verbose-player: '&4Ce flag ne peux pas être utiliser par un joueur!'
|
||||
unknown-flag: '&4Flag inconnu: &c%flag%'
|
||||
debug:
|
||||
description: Run debug logging for the developers
|
||||
current: '&7Current test case: &6%test_case%'
|
||||
none-running: '&7No test case is currently being ran!'
|
||||
running: '&7Running debug mode with test: &6%test%'
|
||||
disabled: '&7Disabled debug mode.'
|
||||
description: Lancer la journalisation de débogage pour les développeurs
|
||||
current: '&7Cas de test actuel : &6%test_case%'
|
||||
none-running: '&7Aucun cas de test n''est actuellement en cours !'
|
||||
running: '&7Mode de débogage en cours avec le test : &6%test%'
|
||||
disabled: '&7Mode de débogage désactivé.'
|
||||
placeholderapi:
|
||||
profile-loading: Loading...
|
||||
profile-loading: Chargement...
|
||||
guide:
|
||||
locked: LOCKED
|
||||
work-in-progress: This feature is not fully finished yet!
|
||||
locked: VERROUILLÉ
|
||||
work-in-progress: Cette fonctionnalité n'est pas encore complètement terminée !
|
||||
locked-itemgroup:
|
||||
- To unlock this category you will
|
||||
- need to unlock all items from the
|
||||
- following categories
|
||||
- Pour déverrouiller cette catégorie, vous devrez
|
||||
- déverrouiller tous les objets des
|
||||
- catégories suivantes
|
||||
search:
|
||||
message: '&bWhat would you like to search for?'
|
||||
name: '&7Search...'
|
||||
tooltip: '&bClick to search for an item'
|
||||
inventory: 'Searching for: %item%'
|
||||
message: '&bQue souhaitez-vous rechercher?'
|
||||
name: '&7Rechercher...'
|
||||
tooltip: '&bCliquez pour rechercher un objet'
|
||||
inventory: 'Rechercher: %item%'
|
||||
tooltips:
|
||||
open-itemgroup: Click to open
|
||||
versions-notice: These are very important when reporting bugs!
|
||||
wiki: View this Item on the official Slimefun Wiki
|
||||
open-itemgroup: Cliquez pour ouvrir
|
||||
versions-notice: Ces informations sont très importantes lorsque vous rapportez
|
||||
des bugs !
|
||||
wiki: Voir cet objet sur le wiki officiel de Slimefun
|
||||
recipes:
|
||||
machine: Recipes made in this Machine
|
||||
miner: Resources you can obtain with this Miner
|
||||
generator: Available types of fuel
|
||||
gold-pan: Resources you can obtain
|
||||
climbing-pick: Surfaces you can climb
|
||||
machine: Recettes fabriquées dans cette machine
|
||||
miner: Ressources pouvant être obtenues avec ce mineur
|
||||
generator: Types de carburant disponibles
|
||||
gold-pan: Ressources pouvant être obtenues
|
||||
climbing-pick: Surfaces que vous pouvez escalader
|
||||
cheat:
|
||||
no-multiblocks: '&4You cannot cheat in Multiblocks, you have to build them!'
|
||||
no-multiblocks: '&4Vous ne pouvez pas vous donnez les multiblocs, vous devez les
|
||||
construire!'
|
||||
pages:
|
||||
previous: Previous page
|
||||
next: Next page
|
||||
previous: Page précédente
|
||||
next: Page suivante
|
||||
back:
|
||||
title: Back
|
||||
guide: Go back to the Slimefun Guide
|
||||
settings: Go back to the Settings Panel
|
||||
title: Retour
|
||||
guide: Revenir au Guide Slimefun
|
||||
settings: Revenir au menu des Options
|
||||
languages:
|
||||
updated: '&aYour language was successfully set to: &b%lang%'
|
||||
selected-language: 'Currently selected:'
|
||||
select: Click to select this language
|
||||
select-default: Click to select the default language
|
||||
change: Click to select a new language
|
||||
updated: '&aVotre langue a été correctement définie sur : &b%lang%'
|
||||
selected-language: 'Actuellement Sélectionné :'
|
||||
select: Cliquez pour sélectionner cette langue
|
||||
select-default: Cliquez pour sélectionner la langue par défaut
|
||||
change: Cliquez pour sélectionner une nouvelle langue
|
||||
description:
|
||||
- '&7You now have the option to change'
|
||||
- '&7the language in which Slimefun'
|
||||
- '&7will be presented to you. Items'
|
||||
- '&7cannot be translated for now.'
|
||||
- '&7Vous avez maintenant la possibilité de changer'
|
||||
- '&7la langue dans laquelle Slimefun'
|
||||
- '&7vous sera présenté. Les objets'
|
||||
- '&7ne peuvent pas être traduits pour l''instant.'
|
||||
translations:
|
||||
name: '&aIs something missing?'
|
||||
lore: Click to add your own translation
|
||||
modes:
|
||||
selected: 'Slimefun Guide Type: '
|
||||
change: Click to change the type
|
||||
SURVIVAL_MODE: Survival Mode
|
||||
CHEAT_MODE: Cheat Sheet
|
||||
name: '&aIl manque quelque chose ?'
|
||||
lore: Cliquez pour ajouter votre propre traduction
|
||||
options:
|
||||
fireworks:
|
||||
enabled:
|
||||
text:
|
||||
- '&bFireworks: &aYes'
|
||||
- ''
|
||||
- '&7You can now toggle whether you'
|
||||
- '&7will see fireworks upon researching an item.'
|
||||
click: '&eClick to disable your fireworks'
|
||||
disabled:
|
||||
text:
|
||||
- '&bFireworks: &4No'
|
||||
- ''
|
||||
- '&7You can now toggle whether you'
|
||||
- '&7will see fireworks upon researching an item.'
|
||||
click: '&eClick to enable your fireworks'
|
||||
learning-animation:
|
||||
enabled:
|
||||
text:
|
||||
- '&bLearning Animation: &aYes'
|
||||
- '&bAnimation d''apprentissage : &aOui'
|
||||
- ''
|
||||
- '&7You can now toggle whether you'
|
||||
- '&7will see information about your pondering in chat'
|
||||
- '&7upon researching an item.'
|
||||
click: '&eClick to disable your learning animation'
|
||||
- '&7Vous pouvez maintenant activer/désactiver si vous'
|
||||
- '&7affichera des informations sur votre méditation dans le chat'
|
||||
- '&7après avoir recherché un objet.'
|
||||
click: '&eCliquez pour désactiver votre animation d''apprentissage'
|
||||
disabled:
|
||||
text:
|
||||
- '&bLearning Animation: &4No'
|
||||
- '&bAnimation d''apprentissage : &aOui'
|
||||
- ''
|
||||
- '&7You can now toggle whether you'
|
||||
- '&7will see information about your pondering in chat'
|
||||
- '&7upon researching an item.'
|
||||
click: '&eClick to enable your learning animation'
|
||||
- '&7Vous pouvez maintenant activer/désactiver si vous'
|
||||
- '&7affichera des informations sur votre méditation dans le chat'
|
||||
- '&7après avoir recherché un objet.'
|
||||
click: '&eCliquez pour désactiver votre animation d''apprentissage'
|
||||
title:
|
||||
main: Slimefun Guide
|
||||
settings: Settings & Info
|
||||
languages: Select your preferred language
|
||||
credits: Slimefun4 Contributors
|
||||
wiki: Slimefun4 Wiki
|
||||
addons: Addons for Slimefun4
|
||||
bugs: Bug Reports
|
||||
source: Source Code
|
||||
versions: Installed versions
|
||||
main: Guide Slimefun
|
||||
settings: Paramètres et informations
|
||||
languages: Choisissez votre langue
|
||||
credits: Contributeurs de Slimefun4
|
||||
wiki: Wiki Slimefun4
|
||||
addons: Extensions de Slimefun4
|
||||
bugs: Signaler un bug
|
||||
source: Code Source
|
||||
versions: Versions installées
|
||||
credits:
|
||||
commit: Commit
|
||||
commits: Commits
|
||||
profile-link: Click to visit their profile on GitHub
|
||||
open: Click to see our contributors
|
||||
commit: Contribution
|
||||
commits: Contributions
|
||||
profile-link: Cliquez pour visiter leurs profils GitHub
|
||||
open: Cliquez pour voir nos contributeurs
|
||||
description:
|
||||
- '&7Slimefun is an open-source project'
|
||||
- '&7and maintained by a large community of people.'
|
||||
- '&7Over &e%contributors% &7people have worked on'
|
||||
- '&7Slimefun throughout all these years.'
|
||||
- '&7Slimefun est un projet open-source'
|
||||
- '&7entretenu par une grande communauté.'
|
||||
- '&7Plus de &e%contributors% &7personnes ont travaillé sur'
|
||||
- '&7Slimefun pendant toutes ces années.'
|
||||
roles:
|
||||
developer: '&6Developer'
|
||||
wiki: '&3Wiki Editor'
|
||||
resourcepack: '&cResourcepack Artist'
|
||||
translator: '&9Translator'
|
||||
developer: '&6Développeur'
|
||||
wiki: '&3Éditeur du wiki'
|
||||
resourcepack: '&cArtiste du pack de ressource'
|
||||
translator: '&9Traducteur'
|
||||
actionbar:
|
||||
radiation: '&6Radiation Exposure Level: &c%level%&7/&e100'
|
||||
radiation: '&6Niveau d''exposition aux radiations : &c%level%&7/&e100'
|
||||
messages:
|
||||
not-researched: '&4You do not have enough knowledge to understand this. &cYou will
|
||||
need to unlock &f"%item%&f"'
|
||||
not-enough-xp: '&4You do not have enough XP to unlock this'
|
||||
unlocked: '&bYou have unlocked &7"%research%"'
|
||||
only-players: '&4This command is only for Players'
|
||||
unknown-player: '&4Unknown Player: &c%player%'
|
||||
no-permission: '&4You do not have the required permission to do this'
|
||||
usage: '&4Usage: &c%usage%'
|
||||
not-online: '&4%player% &cis not online!'
|
||||
invalid-item: '&4%item% &cis not a valid Item!'
|
||||
invalid-amount: '&4%amount% &cis not a valid amount : it must be higher than 0!'
|
||||
given-item: '&bYou have been given &a%amount% &7"%item%&7"'
|
||||
give-item: '&bYou have given %player% &a%amount% &7"%item%&7"'
|
||||
invalid-research: '&4%research% &cis not a valid Research!'
|
||||
give-research: '&bYou have given %player% the Research &7"%research%&7"'
|
||||
hungry: '&cYou are too hungry to do that!'
|
||||
disabled-in-world: '&4&lThis Item has been disabled in this world'
|
||||
disabled-item: '&4&lThis Item has been disabled! How did you even get that?'
|
||||
no-tome-yourself: '&cYou cannot use the &4Tome of Knowledge &con yourself...'
|
||||
multimeter: '&bStored Energy: &3%stored% &b/ &3%capacity%'
|
||||
piglin-barter: '&4You cannot barter with piglins using Slimefun items'
|
||||
bee-suit-slow-fall: '&eYour Bee Wings will help you to get back to the ground safe
|
||||
and slow'
|
||||
deprecated-item: '&4This item has been deprecated and will be removed from Slimefun
|
||||
soon.'
|
||||
researching-is-disabled: '&cResearching has been disabled on this server. Everything
|
||||
is unlocked by default!'
|
||||
await-deletion: '&cYou cannot place a Slimefun block so soon after breaking one.
|
||||
Try again shortly.'
|
||||
not-researched: '&4Vous n''avez pas suffisamment de connaissances pour comprendre
|
||||
ceci'
|
||||
not-enough-xp: '&4Vous n''avez pas suffisamment d''XP pour déverrouiller ceci'
|
||||
unlocked: '&bVous avez déverrouillé &7"%research%"'
|
||||
only-players: '&4Cette commande est réservée aux joueurs'
|
||||
unknown-player: '&4Joueur inconnu : &c%player%'
|
||||
no-permission: '&4Vous n''avez pas les permissions requises pour faire ceci'
|
||||
usage: '&4Utilisation: &c%usage%'
|
||||
not-online: '&4%player% &cn''est pas en ligne!'
|
||||
invalid-item: '&4%item% &cn''est pas un item valide!'
|
||||
invalid-amount: '&4%amount% &cn''est pas un montant valide: il doit être supérieur
|
||||
à 0!'
|
||||
given-item: '&bVous avez reçu &a%amount%&7 "%item%&7"'
|
||||
give-item: '&bVous avez donné &a%amount% &7"%item%&7" à %player%'
|
||||
invalid-research: '&4%research% &cn''est pas une recherche valide!'
|
||||
give-research: '&bVous avez débloqué la recherche "%research%&7" à %player%'
|
||||
hungry: '&cVous avez trop faim pour faire ça!'
|
||||
disabled-in-world: '&4&lCet item a été désactivé dans ce monde'
|
||||
disabled-item: '&4&lCet Item a été désactivé! Comment t''as fait pour avoir ça?'
|
||||
no-tome-yourself: '&cVous ne pouvez pas utiliser le &4Tome of Knowledge &csur vous-même...'
|
||||
multimeter: '&bÉnergie stockée: &3%stored% &b/ &3%capacity%'
|
||||
piglin-barter: '&4Vous ne pouvez pas troquer des objets Slimefun avec les piglins'
|
||||
bee-suit-slow-fall: '&eVos ailes d''abeille vous aideront à revenir au sol lentement
|
||||
et en toute sécurité'
|
||||
deprecated-item: '&4Cet élément est vieux et sera bientôt retiré de Slimefun.'
|
||||
researching-is-disabled: '&cLes recherches ont été désactivées sur ce serveur. Tout
|
||||
est débloqué par défaut !'
|
||||
multi-tool:
|
||||
mode-change: '&b%device% mode changed to: &9%mode%'
|
||||
not-shears: '&cA Multi Tool cannot be used as shears!'
|
||||
mode-change: 'Le mode de &b%device% a été changé : &9%mode%'
|
||||
not-shears: '&cLe MultiTool ne peut pas être utilisé comme cisaille !'
|
||||
auto-crafting:
|
||||
select-a-recipe: '&eCrouch and Right-Click &7this block with the item you want
|
||||
it to craft.'
|
||||
recipe-set: '&aYou have successfully set the recipe for this machine.'
|
||||
recipe-removed: '&eYou have successfully removed the recipe from this machine.
|
||||
You can set a new recipe at any time!'
|
||||
no-recipes: '&cWe could not find any valid recipes for the item you are holding.'
|
||||
missing-chest: '&cMissing chest! Auto-Crafters need to be placed above a chest.'
|
||||
select: Select this recipe
|
||||
temporarily-disabled: '&eThis Auto-Crafter was temporarily disabled. You can re-enable
|
||||
it at any time!'
|
||||
re-enabled: '&eThis Auto-Crafter was re-enabled!'
|
||||
select-a-recipe: '&eAccroupissez-vous et faites un clic droit &7avec le bloc que
|
||||
vous souhaiteriez fabriquer.'
|
||||
recipe-set: '&aVous avez correctement configuré la recette pour cette machine.'
|
||||
recipe-removed: '&eVous avez correctement supprimé la recette de cette machine.
|
||||
Vous pouvez remettre une nouvelle recette à tout moment!'
|
||||
no-recipes: '&cNous n''avons trouvé aucune recette valide pour l''item que vous
|
||||
tenez en main.'
|
||||
missing-chest: '&cCoffre manquant ! Les Auto-Crafters doivent être placés au-dessus
|
||||
d''un coffre.'
|
||||
select: Sélectionner cette recette
|
||||
temporarily-disabled: '&eCet Auto-Crafter a été temporairement désactivé. Vous
|
||||
pouvez le réactiver à tout moment !'
|
||||
re-enabled: '&eCet Auto-Crafteur a été réactivé !'
|
||||
recipe-unavailable: |
|
||||
&cThis item is either disabled on your server, or you have not unlocked it yet.
|
||||
&7Try crafting the item if you have not done this before to unlock the recipe.
|
||||
&cCet objet est soit désactivé sur votre serveur, soit vous ne l'avez pas encore débloqué.
|
||||
&7Essayez de fabriquer l'objet si vous ne l'avez pas fait avant pour déverrouiller la recette.
|
||||
tooltips:
|
||||
enabled:
|
||||
- '&aThis recipe is currently enabled'
|
||||
- '&aCette recette est actuellement activée'
|
||||
- ''
|
||||
- '&eLeft Click &7to temporarily disable the recipe'
|
||||
- '&eRight Click &7to remove this recipe'
|
||||
- '&eClic gauche &7pour désactiver temporairement la recette'
|
||||
- '&eClic droit &7pour supprimer cette recette'
|
||||
disabled:
|
||||
- '&cThis recipe is currently disabled'
|
||||
- '&cCette recette est actuellement désactivée'
|
||||
- ''
|
||||
- '&eLeft Click &7to re-enable this recipe'
|
||||
- '&eRight Click &7to remove this recipe'
|
||||
- '&eClic gauche &7pour réactiver cette recette'
|
||||
- '&eClic droit &7pour supprimer cette recette'
|
||||
talisman:
|
||||
anvil: '&a&oYour Talisman saved your tool from breaking'
|
||||
miner: '&a&oYour Talisman just doubled your drops'
|
||||
farmer: '&a&oYour Talisman just doubled your drops'
|
||||
hunter: '&a&oYour Talisman just doubled your drops'
|
||||
lava: '&a&oYour Talisman saved you from burning to death'
|
||||
water: '&a&oYour Talisman saved you from drowning'
|
||||
angel: '&a&oYour Talisman saved you from taking fall damage'
|
||||
fire: '&a&oYour Talisman saved you from burning to death'
|
||||
magician: '&a&oYour Talisman gave you an additional Enchantment'
|
||||
traveller: '&a&oYour Talisman gave you a Speed Boost'
|
||||
warrior: '&a&oYour Talisman has improved your Strength for a While'
|
||||
knight: '&a&oYour Talisman gave you 5 Seconds of Regeneration'
|
||||
whirlwind: '&a&oYour Talisman reflected the Projectile'
|
||||
wizard: '&a&oYour Talisman has given you a better Fortune Level but maybe also
|
||||
lowered some other Enchantment Levels'
|
||||
caveman: '&a&oYour Talisman gave you haste'
|
||||
wise: '&a&oYour Talisman has doubled your experience drops'
|
||||
anvil: '&a&oVotre Talisman a empêché votre outil de casser'
|
||||
miner: '&a&oVotre talisman a doublé votre drop'
|
||||
farmer: '&a&oVotre Talisman a doublé votre drop'
|
||||
hunter: '&a&oVotre talisman a doublé votre drop'
|
||||
lava: '&a&oVotre talisman vous a sauvé de la lave'
|
||||
water: '&a&oVotre talisman vous a évité la noyade'
|
||||
angel: '&a&oVotre talisman vous a évité de subir des dégâts de chute'
|
||||
fire: '&a&oVotre talisman vous a sauvé du feu'
|
||||
magician: '&a&oVotre talisman vous a donné un enchantement supplémentaire'
|
||||
traveller: '&a&oVotre talisman vous a donné une amélioration de vitesse'
|
||||
warrior: '&a&oVotre talisman a amélioré votre force pour un temps'
|
||||
knight: '&a&oVotre talisman vous a donné 5 secondes de régénération'
|
||||
whirlwind: '&a&oVotre talisman a renvoyé le projectile'
|
||||
wizard: '&a&oVotre talisman vous a donné un meilleur niveau de Fortune mais a
|
||||
peut-être diminué plusieurs autres enchantements'
|
||||
caveman: '&a&oVotre Talisman vous a donné Célérité'
|
||||
wise: '&a&oVotre talisman a doublé votre XP'
|
||||
soulbound-rune:
|
||||
fail: '&cYou can only bind one item to your soul at a time.'
|
||||
success: '&aYou have successfully bound this item to your soul! You will keep
|
||||
it when you die.'
|
||||
fail: '&cVous pouvez lier un seul objet à la fois à votre âme'
|
||||
success: '&aVous avez réussi à lier cet objet à votre âme! Vous le garderez quand
|
||||
vous mourrez.'
|
||||
enchantment-rune:
|
||||
fail: '&cYou cannot enchant this item.'
|
||||
no-enchantment: '&cCouldn''t find any applicable enchantment for this item.'
|
||||
success: '&aYou have successfully applied a random applicable enchantment to this
|
||||
item.'
|
||||
fail: '&cVous ne pouvez pas enchanter cet objet.'
|
||||
no-enchantment: '&cImpossible de trouver un enchantement compatible avec cet objet.'
|
||||
success: '&aVous avez appliqué avec succès un enchantement aléatoire compatible
|
||||
avec cet objet.'
|
||||
research:
|
||||
start: '&7The Ancient Spirits whisper mysterious words into your ear!'
|
||||
progress: '&7You start to wonder about &b%research% &e(%progress%)'
|
||||
start: '&7Les esprits anciens vous chuchotent des mots mystérieux à l''oreille!'
|
||||
progress: '&7Vous commencez à vous poser des questions sur &b%research% &e(%progress%)'
|
||||
tape-measure:
|
||||
no-anchor: '&cYou need to set an anchor before you can start to measure!'
|
||||
wrong-world: '&cYour anchor seems to be in a different world!'
|
||||
distance: '&7Measurement taken. &eDistance: %distance%'
|
||||
anchor-set: '&aSuccessfully set the anchor:&e %anchor%'
|
||||
no-anchor: '&cVous devez définir un point de départ avant de pouvoir commencer
|
||||
à mesurer!'
|
||||
wrong-world: '&cVotre ancre semble être dans un monde différent.'
|
||||
distance: '&7Mesure prise. &eDistance: %distance%'
|
||||
anchor-set: '&aL''ancre a été correctement définie :&e%anchor%'
|
||||
climbing-pick:
|
||||
dual-wielding: '&4You need to hold Climbing Picks in both hands to use them!'
|
||||
wrong-material: '&cYou cannot climb this surface. Check your Slimefun Guide for
|
||||
more info!'
|
||||
fire-extinguish: '&7You have extinguished yourself'
|
||||
cannot-place: '&cYou cannot place that block there!'
|
||||
no-pvp: '&cYou cannot pvp in here!'
|
||||
radiation: '&4You have been exposed to deadly radiation! &cGet rid of the radioactive
|
||||
item or equip the complete hazmat suit!'
|
||||
opening-guide: '&bOpening guide, this may take a few seconds...'
|
||||
opening-backpack: '&bOpening backpack, this may take a few seconds...'
|
||||
no-iron-golem-heal: '&cThat is not an Iron Ingot. You cannot use this to heal Iron
|
||||
Golems!'
|
||||
link-prompt: '&eClick here:'
|
||||
diet-cookie: '&eYou are starting to feel very light...'
|
||||
dual-wielding: '&4Vous devez tenir les piolets d''escalade à deux mains pour les
|
||||
utiliser !'
|
||||
wrong-material: '&cVous ne pouvez pas escalader cette surface. Consultez votre
|
||||
guide Slimefun pour plus d''informations !'
|
||||
fire-extinguish: '&7Vous avez arrêté de brûler'
|
||||
cannot-place: '&cVous ne pouvez pas placer ce bloc là !'
|
||||
no-pvp: '&cVous ne pouvez pas PvP ici !'
|
||||
radiation: '&4Vous avez été exposé à des niveaux de radiation mortels ! &cDébarrassez-vous
|
||||
de l''objet radioactif ou équipez-vous d''une combinaison Hazmat !'
|
||||
opening-guide: '&bOuverture du guide, cela peut prendre quelques secondes...'
|
||||
opening-backpack: '&bOuverture du backpack, cela peut prendre quelques secondes...'
|
||||
no-iron-golem-heal: '&cCela n''est pas un lingot de fer. Vous ne pouvez pas l''utiliser
|
||||
pour soigner des golems de fer !'
|
||||
link-prompt: '&eCliquez ici :'
|
||||
diet-cookie: '&eVous vous sentez léger comme une plume...'
|
||||
fortune-cookie:
|
||||
- '&7Help me, I am trapped in a Fortune Cookie Factory!'
|
||||
- '&7You will die tomorrow... by a Creeper'
|
||||
- '&7At some point in your Life something bad will happen!!!'
|
||||
- '&7Next week you will notice that this is not the real world, you are in a computer
|
||||
game'
|
||||
- '&7This cookie will taste good in a few seconds'
|
||||
- '&7The last word you will hear is gonna be "EXTERMINATE!!!"'
|
||||
- '&7Whatever you do, do not hug a Creeper... I tried it. It feels good, but it''s
|
||||
not worth it.'
|
||||
- '&742. The answer is 42.'
|
||||
- '&7A Walshy a day will keep the troubles away.'
|
||||
- '&7Never dig straight down!'
|
||||
- '&7Tis but a flesh wound!'
|
||||
- '&7Always look on the bright side of life!'
|
||||
- '&7This one was actually a Biscuit and not a Cookie'
|
||||
- '&7Neon signs are LIT!'
|
||||
above-limit-level: '&cCannot (dis)enchant an enchantment level higher than %level%!'
|
||||
- '&7Aidez-moi, je suis coincé dans une usine à Biscuit Chinois !'
|
||||
- '&7Vous allez mourir demain... par un Creeper'
|
||||
- '&7Quelque chose de mal vous arrivera à un moment de votre vie !'
|
||||
- '&7La semaine prochaine, vous vous rendrez compte que ce monde n''est pas réel
|
||||
et que vous êtes dans un jeu vidéo'
|
||||
- '&7Ce biscuit aura bon goût dans quelques secondes'
|
||||
- '&7Le dernier mot que vous entendrez sera "EXTERMINATE!!!"'
|
||||
- '&7Quoi que vous fassiez, ne faites pas de câlin à un Creeper... J''ai essayé.
|
||||
Ça fait du bien, mais ça n''en vaut pas la peine.'
|
||||
- '&742. La réponse est 42.'
|
||||
- '&7Un Walshy par jour éloigne les ennuis.'
|
||||
- '&7Ne creusez jamais directement en-dessous de vous !'
|
||||
- '&7Ce n''est que superficiel !'
|
||||
- '&7Regarde le bon coté des choses !'
|
||||
- '&7C''était pas un Cookie... mais un biscuit.'
|
||||
- '&7Les panneaux lumineux sont allumé !'
|
||||
above-limit-level: '&cImpossible de (dés)enchanter un niveau d''enchantement supérieur
|
||||
à %level%!'
|
||||
pickaxe-of-the-seeker:
|
||||
no-ores: '&cCannot find any nearby ores!'
|
||||
no-ores: '&cImpossible de trouver des minerais à proximité !'
|
||||
machines:
|
||||
pattern-not-found: '&eSorry, I could not recognize this Recipe. Please place the
|
||||
Items in the correct pattern into the Dispenser.'
|
||||
unknown-material: '&eSorry, I could not recognize the Item in my dispenser. Please
|
||||
put something in that I know.'
|
||||
wrong-item: '&eSorry, I could not recognize the Item you right clicked me with.
|
||||
Check the Recipes and see which Items you can use.'
|
||||
full-inventory: '&eSorry, my inventory is too full!'
|
||||
in-use: '&cThis Block''s inventory is currently opened by a different Player.'
|
||||
ignition-chamber-no-flint: '&cIgnition Chamber is missing Flint and Steel.'
|
||||
inventory-empty: '&6You have successfully constructed this Multiblock. Proceed by
|
||||
placing items inside the dispenser and click me again to craft the item you want!'
|
||||
pattern-not-found: '&eDésolé, je ne reconnais pas cette recette. Veuillez disposer
|
||||
les objets correctement dans le distributeur.'
|
||||
unknown-material: '&eDésolé, je ne reconnais pas l''objet dans le distributeur.
|
||||
Veuillez y placer quelque chose que je connais.'
|
||||
wrong-item: '&eDésolé, je ne reconnais pas l''objet avec lequel vous avez cliqué.
|
||||
Consultez le guide pour savoir quels objets vous pouvez utiliser.'
|
||||
full-inventory: '&eDésolé, mon inventaire est plein !'
|
||||
in-use: '&cL''inventaire de ce bloc est déjà ouvert par un autre joueur.'
|
||||
ignition-chamber-no-flint: '&cLa chambre d''allumage n''a pas de briquet.'
|
||||
inventory-empty: '&6Vous avez correctement construit ce Multiblock. Continuez en
|
||||
plaçant des items dans le distributeur et cliquez-moi à nouveau pour fabriquer
|
||||
l''objet que vous voulez !'
|
||||
ANCIENT_ALTAR:
|
||||
not-enough-pedestals: '&4The Altar is not surrounded by the needed amount of Pedestals
|
||||
not-enough-pedestals: '&4L''autel n''est pas entouré du bon nombre de piédestaux
|
||||
&c(%pedestals% / 8)'
|
||||
unknown-catalyst: '&4Unknown Catalyst! &cUse the correct Recipe instead!'
|
||||
unknown-recipe: '&4Unknown Recipe! &cUse the correct Recipe instead!'
|
||||
unknown-catalyst: '&4Catalyseur inconnu ! &cVeuillez utiliser la bonne recette
|
||||
!'
|
||||
unknown-recipe: '&4Recette inconnue ! &cVeuillez utiliser la bonne recette !'
|
||||
ANCIENT_PEDESTAL:
|
||||
obstructed: '&4Pedestal is obstructed! &cRemove anything above the pedestal!'
|
||||
obstructed: '&4Un piédestal est encombré ! &cRetirez ce qui se trouve au-dessus
|
||||
du piédestal !'
|
||||
HOLOGRAM_PROJECTOR:
|
||||
enter-text: '&7Please enter your desired Hologram Text into your Chat. &r(Color
|
||||
Codes are supported!)'
|
||||
inventory-title: Hologram Editor
|
||||
enter-text: '&7Veuillez saisir le texte voulu pour votre hologramme dans le chat.
|
||||
&r(Les codes couleur sont acceptés !)'
|
||||
inventory-title: Éditeur d'hologramme
|
||||
ELEVATOR:
|
||||
no-destinations: '&4No destinations found'
|
||||
pick-a-floor: '&3- Pick a floor -'
|
||||
current-floor: '&eThis is the floor you are currently on:'
|
||||
click-to-teleport: '&eClick &7to teleport to this floor:'
|
||||
enter-name: '&7Please enter your desired floor name into your Chat. &f(Color Codes
|
||||
are supported!)'
|
||||
named: '&2Successfully named this floor: &f%floor%'
|
||||
editor-title: Configure this elevator
|
||||
no-destinations: '&4Aucune destination trouvée'
|
||||
pick-a-floor: '&3- Sélectionnez un étage -'
|
||||
current-floor: '&eVous êtes actuellement à cet étage :'
|
||||
click-to-teleport: '&eCliquez &7pour vous téléporter à cet étage :'
|
||||
enter-name: '&7Veuillez entrer le nom de l''étage désiré dans votre Chat. &f(Les
|
||||
codes couleurs sont supportés !)'
|
||||
named: '&2Étage nommé avec succès : &f%floor%'
|
||||
editor-title: Configurer cet ascenseur
|
||||
TELEPORTER:
|
||||
teleporting: '&3Teleporting...'
|
||||
teleported: '&3Teleported!'
|
||||
cancelled: '&4Teleportation cancelled!'
|
||||
invulnerability: '&b&lYou have been given 30 seconds of Invulnerability!'
|
||||
teleporting: '&3Téléportation...'
|
||||
teleported: '&3Téléportation terminée !'
|
||||
cancelled: '&4Téléportation annulée !'
|
||||
invulnerability: '&b&lVous avez reçu 30 secondes d''invulnérabilité !'
|
||||
gui:
|
||||
title: Your waypoints
|
||||
tooltip: Click to teleport
|
||||
time: Estimated time
|
||||
title: Vos waypoints
|
||||
tooltip: Cliquez pour vous téléporter
|
||||
time: Temps estimé
|
||||
GPS_CONTROL_PANEL:
|
||||
title: GPS - Control Panel
|
||||
transmitters: Transmitter Overview
|
||||
waypoints: Waypoint Overview
|
||||
title: Panneau de configuration GPS
|
||||
transmitters: Vue d'ensemble de l'émetteur
|
||||
waypoints: Vue d'ensemble des waypoints
|
||||
CARGO_NODES:
|
||||
must-be-placed: '&4Must be placed onto a chest or machine!'
|
||||
connected: '&2Connected!'
|
||||
not-connected: '&4Not connected!'
|
||||
must-be-placed: '&4Doit être positionné sur un coffre ou une machine !'
|
||||
connected: '&2Connecté !'
|
||||
not-connected: '&4Non connecté !'
|
||||
INDUSTRIAL_MINER:
|
||||
no-fuel: '&cYour Industrial Miner ran out of fuel! Put your fuel into the chest
|
||||
above.'
|
||||
piston-facing: '&cYour Industrial Miner requires pistons to face upwards!'
|
||||
piston-space: '&cThe two pistons need to have an empty block above them!'
|
||||
destroyed: '&cYour Industrial Miner seems to have been destroyed.'
|
||||
already-running: '&cThis Industrial Miner is already running!'
|
||||
full-chest: '&cThe Chest of your Industrial Miner is full!'
|
||||
no-permission: '&4You do not seem to have permission to operate an Industrial
|
||||
Miner here!'
|
||||
finished: '&eYour Industrial Miner has finished! It obtained a total of %ores%
|
||||
ore(s)!'
|
||||
no-fuel: '&cVotre Mineur Industriel manque de carburant! Mettez votre carburant
|
||||
dans le coffre au-dessus.'
|
||||
piston-facing: '&cVotre mineur industriel a besoin que les pistons soient tournés
|
||||
vers le haut!'
|
||||
piston-space: '&cLes deux pistons doivent avoir un bloc vide au-dessus d''eux!'
|
||||
destroyed: '&cVotre mineur industriel semble avoir été détruit.'
|
||||
already-running: '&cCe mineur industriel est déjà en marche!'
|
||||
full-chest: '&cLe coffre de votre mineur industriel est plein!'
|
||||
no-permission: '&4Vous ne semblez pas avoir la permission d''utiliser un mineur
|
||||
industriel ici!'
|
||||
finished: '&eYour Industrial Miner a terminé! Il a obtenu un total de %ores% minerai(s)!'
|
||||
anvil:
|
||||
not-working: '&4You cannot use Slimefun items in an anvil!'
|
||||
mcmmo-salvaging: '&4You cannot salvage Slimefun items!'
|
||||
not-working: '&4Vous ne pouvez pas utiliser des objets Slimefun dans une enclume
|
||||
!'
|
||||
mcmmo-salvaging: '&4Vous ne pouvez pas recycler des objets Slimefun !'
|
||||
brewing_stand:
|
||||
not-working: '&4You cannot use Slimefun items in a brewing stand!'
|
||||
not-working: '&4Vous ne pouvez pas utiliser d''objets Slimefun dans un alambic!'
|
||||
cartography_table:
|
||||
not-working: '&4You cannot use Slimefun items in a cartography table!'
|
||||
not-working: '&4Vous ne pouvez pas utiliser d''objets Slimefun dans une table de
|
||||
cartographie !'
|
||||
smithing_table:
|
||||
not-working: '&4You cannot use a Slimefun item as a smithing material!'
|
||||
not-working: '&4Vous ne pouvez pas utiliser un objet Slimefun comme matériau de
|
||||
forge!'
|
||||
villagers:
|
||||
no-trading: '&4You cannot trade Slimefun items with Villagers!'
|
||||
no-trading: '&4Vous ne pouvez pas échanger des objets Slimefun avec les villageois
|
||||
!'
|
||||
backpack:
|
||||
already-open: '&cSorry, this Backpack is open somewhere else!'
|
||||
no-stack: '&cYou cannot stack Backpacks'
|
||||
already-open: '&cDésolé, ce Backpack est ouvert quelque part ailleurs !'
|
||||
no-stack: '&cVous ne pouvez pas stack les Backpacks'
|
||||
workbench:
|
||||
not-enhanced: '&4You cannot use Slimefun items in a normal workbench'
|
||||
not-enhanced: '&4Vous ne pouvez pas utiliser d''objets Slimefun dans un établi normal'
|
||||
cauldron:
|
||||
no-discoloring: '&4You cannot discolor Slimefun Armor'
|
||||
no-discoloring: '&4Vous ne pouvez pas décolorer une armure Slimefun'
|
||||
gps:
|
||||
deathpoint: '&4Deathpoint &7%date%'
|
||||
status-online: ONLINE
|
||||
status-offline: OFFLINE
|
||||
deathpoint: '&4Lieu de votre mort &7%date%'
|
||||
status-online: EN LIGNE
|
||||
status-offline: HORS LIGNE
|
||||
waypoint:
|
||||
new: '&ePlease type in a name for your new waypoint in the chat. &7(Color Codes
|
||||
supported!)'
|
||||
added: '&aSuccessfully added a new waypoint'
|
||||
max: '&4You have reached the maximum amount of waypoints'
|
||||
duplicate: '&4You have already created a waypoint named: &f%waypoint%'
|
||||
new: '&eEntrez un nom pour votre nouveau waypoint dans le chat. &7(Les codes couleur
|
||||
sont acceptés !)'
|
||||
added: '&aLe waypoint a bien été ajouté'
|
||||
max: '&4Vous avez atteint le nombre maximum de waypoint'
|
||||
duplicate: '&4Vous avez déjà créé un waypoint nommé : &f%waypoint%'
|
||||
insufficient-complexity:
|
||||
- '&4Insufficient GPS Network Complexity: &c%complexity%'
|
||||
- '&4a) You do not have a GPS Network setup yet'
|
||||
- '&4b) Your GPS Network is not complex enough'
|
||||
- '&4Complexité du réseau GPS insuffisante : &c%complexity%'
|
||||
- '&4a) Vous n''avez pas encore de réseau GPS'
|
||||
- '&4b) Votre réseau GPS n''est pas assez complexe'
|
||||
geo:
|
||||
scan-required: '&4GEO-Scan required! &cScan this chunk using a GEO-Scanner first!'
|
||||
scan-required: '&4GEO-scan requis ! &cScannez d''abord ce chunk en utilisant un
|
||||
GEO-Scanner.'
|
||||
inventory:
|
||||
no-access: '&4You are not permitted to access this block'
|
||||
no-access: '&4Vous n''avez pas la permission d''accéder à ce bloc'
|
||||
android:
|
||||
started: '&7Your Android resumed running its script'
|
||||
stopped: '&7Your Android has paused its script'
|
||||
started: '&7Votre androïde a repris l''exécution de son script'
|
||||
stopped: '&7Votre androïde a mis en pause l''exécution de son script'
|
||||
scripts:
|
||||
already-uploaded: '&4This script has already been uploaded.'
|
||||
editor: Script Editor
|
||||
too-long: '&cThe script is too long to edit!'
|
||||
already-uploaded: '&4Ce script a déjà été upload.'
|
||||
editor: Éditeur de script
|
||||
too-long: '&cLe script est trop long pour être édité !'
|
||||
instructions:
|
||||
START: '&2Start Script'
|
||||
REPEAT: '&9Repeat Script'
|
||||
WAIT: '&eWait 0.5s'
|
||||
GO_FORWARD: '&7Move forward'
|
||||
GO_UP: '&7Move upwards'
|
||||
GO_DOWN: '&7Move downwards'
|
||||
TURN_LEFT: '&7Turn left'
|
||||
TURN_RIGHT: '&7Turn right'
|
||||
DIG_UP: '&bDig up'
|
||||
DIG_FORWARD: '&bDig forward'
|
||||
DIG_DOWN: '&bDig down'
|
||||
MOVE_AND_DIG_UP: '&bMove & Dig upwards'
|
||||
MOVE_AND_DIG_FORWARD: '&bMove & Dig forward'
|
||||
MOVE_AND_DIG_DOWN: '&bMove & Dig downwards'
|
||||
ATTACK_MOBS_ANIMALS: '&4Attack &c(Hostile Mobs & Animals)'
|
||||
ATTACK_MOBS: '&4Attack &c(Hostile Mobs)'
|
||||
ATTACK_ANIMALS: '&4Attack &c(Animals)'
|
||||
ATTACK_ANIMALS_ADULT: '&4Attack &c(Animals &7[Adult]&c)'
|
||||
CHOP_TREE: '&cChop and Replant'
|
||||
CATCH_FISH: '&bCatch Fish'
|
||||
FARM_FORWARD: '&bHarvest and Replant'
|
||||
FARM_DOWN: '&bHarvest and Replant &7(Block underneath)'
|
||||
FARM_EXOTIC_FORWARD: '&bAdvanced Harvest and Replant'
|
||||
FARM_EXOTIC_DOWN: '&bAdvanced Harvest and Replant &7(Block underneath)'
|
||||
INTERFACE_ITEMS: '&9Push Inventory Contents to the faced Interface'
|
||||
INTERFACE_FUEL: '&cPull Fuel from the faced Interface'
|
||||
START: '&2Exécuter le script'
|
||||
REPEAT: '&9Répéter le script'
|
||||
WAIT: '&eAttendre 0,5s'
|
||||
GO_FORWARD: '&7Avancer'
|
||||
GO_UP: '&7Monter'
|
||||
GO_DOWN: '&7Descendre'
|
||||
TURN_LEFT: '&7Tourner à gauche'
|
||||
TURN_RIGHT: '&7Tourner à droite'
|
||||
DIG_UP: '&bCreuser vers le haut'
|
||||
DIG_FORWARD: '&bCreuser vers l''avant'
|
||||
DIG_DOWN: '&bCreuser vers le bas'
|
||||
MOVE_AND_DIG_UP: '&bSe déplacer et creuser vers le haut'
|
||||
MOVE_AND_DIG_FORWARD: '&bSe déplacer et creuser vers l''avant'
|
||||
MOVE_AND_DIG_DOWN: '&bSe déplacer et creuser vers le bas'
|
||||
ATTACK_MOBS_ANIMALS: '&4Attaquer &c(monstres hostiles et animaux)'
|
||||
ATTACK_MOBS: '&4Attaquer &c(monstres hostiles)'
|
||||
ATTACK_ANIMALS: '&4Attaquer &c(animaux)'
|
||||
ATTACK_ANIMALS_ADULT: '&4Attaquer &c(animaux &7[adultes]&c)'
|
||||
CHOP_TREE: '&cCouper et replanter'
|
||||
CATCH_FISH: '&bPêcher'
|
||||
FARM_FORWARD: '&bRécolter et replanter'
|
||||
FARM_DOWN: '&bRécolter et replanter &7(bloc du dessous)'
|
||||
FARM_EXOTIC_FORWARD: '&bRécolter et replanter (avancé)'
|
||||
FARM_EXOTIC_DOWN: '&bRécolter et replanter (avancé) &7(bloc en dessous)'
|
||||
INTERFACE_ITEMS: '&9Mettre le contenu de l''inventaire à l''interface en face'
|
||||
INTERFACE_FUEL: '&cPrendre du carburant de l''interface en face'
|
||||
enter-name:
|
||||
- ''
|
||||
- '&ePlease type in a name for your script'
|
||||
- '&eVeuillez saisir un nom pour votre script'
|
||||
- ''
|
||||
uploaded:
|
||||
- '&bUploading...'
|
||||
- '&aSuccessfully uploaded your script!'
|
||||
- '&bUpload du script...'
|
||||
- '&aVotre script a bien été upload !'
|
||||
rating:
|
||||
own: '&4You cannot rate your own script!'
|
||||
already: '&4You have already left a Rating for this script!'
|
||||
own: '&4Vous ne pouvez pas noter votre propre script !'
|
||||
already: '&4Vous avez déjà noté ce script !'
|
||||
languages:
|
||||
default: Server-Default
|
||||
en: English
|
||||
de: German
|
||||
fr: French
|
||||
it: Italian
|
||||
es: Spanish
|
||||
pl: Polish
|
||||
sv: Swedish
|
||||
nl: Dutch
|
||||
cs: Czech
|
||||
hu: Hungarian
|
||||
lv: Latvian
|
||||
ru: Russian
|
||||
sk: Slovak
|
||||
zh-CN: Chinese (China)
|
||||
zh-TW: Chinese (Taiwan)
|
||||
vi: Vietnamese
|
||||
id: Indonesian
|
||||
el: Greek
|
||||
he: Hebrew
|
||||
pt: Portuguese (Portugal)
|
||||
pt-BR: Portuguese (Brazil)
|
||||
ar: Arabic
|
||||
af: Afrikaans
|
||||
da: Danish
|
||||
fi: Finnish
|
||||
uk: Ukrainian
|
||||
ms: Malay
|
||||
'no': Norwegian
|
||||
ja: Japanese
|
||||
fa: Persian
|
||||
th: Thai
|
||||
default: Paramètre par défaut
|
||||
en: Anglais
|
||||
de: Allemand
|
||||
fr: Français
|
||||
it: Italien
|
||||
es: Espagnol
|
||||
pl: Polonais
|
||||
sv: Suédois
|
||||
nl: Néerlandais
|
||||
cs: Tchèque
|
||||
hu: Hongrois
|
||||
lv: Letton
|
||||
ru: Russe
|
||||
sk: Slovaque
|
||||
zh-CN: Chinois (Chine)
|
||||
zh-TW: Chinois (Taiwan)
|
||||
vi: Vietnamien
|
||||
id: Indonésien
|
||||
el: Grec
|
||||
he: Hébreu
|
||||
pt: Portugais (Portugal)
|
||||
pt-BR: Portugais (Brésil)
|
||||
ar: Arabe
|
||||
af: Africain
|
||||
da: Danois
|
||||
fi: Finnois
|
||||
uk: Ukrainien
|
||||
ms: Malais
|
||||
'no': Norvégien
|
||||
ja: Japonais
|
||||
fa: Persan
|
||||
th: Thaï
|
||||
tl: Tagalog
|
||||
ro: Romanian
|
||||
bg: Bulgarian
|
||||
ko: Korean
|
||||
tr: Turkish
|
||||
hr: Croatian
|
||||
mk: Macedonian
|
||||
sr: Serbian
|
||||
be: Belarusian
|
||||
si-LK: Sinhala
|
||||
lt: Lithuanian
|
||||
language: en
|
||||
ro: Roumain
|
||||
bg: Bulgare
|
||||
ko: Coréen
|
||||
tr: Turc
|
||||
hr: Croate
|
||||
mk: Macédonien
|
||||
sr: Serbe
|
||||
be: Biélorusse
|
||||
si-LK: Singhalais
|
||||
lt: Lithuanien
|
||||
language: fr
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ scoreboard-teams:
|
|||
|
||||
# https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Playerlist-Objective
|
||||
playerlist-objective:
|
||||
enabled: true
|
||||
enabled: false
|
||||
value: "%ping%"
|
||||
fancy-value: "&7Ping: %ping%"
|
||||
disable-condition: '%world%=disabledworld'
|
||||
|
|
|
|||
|
|
@ -2730,3 +2730,83 @@
|
|||
[2025-02-01 14:38:31] [INFO ] Calculated structure at 651,-1
|
||||
[2025-02-01 14:38:33] [INFO ] Spawning CrystallineClusterCavePopulator at 10391,-15,200
|
||||
[2025-02-01 14:38:56] [INFO ] Spawning ForestedMountainsCavePopulator at 9888,27,368
|
||||
[2025-02-01 14:58:03] [INFO ] Custom Logger Initialized
|
||||
[2025-02-01 14:58:03] [INFO ] [NOTICE] TerraformGenerator will suppress the server's watchdog while generating chunks to prevent unnecessary stacktrace warnings. Unless you specifically need thewatchdog now (to take aikar timings or debug lag), you don't need to take any action.
|
||||
[2025-02-01 14:58:03] [INFO ] It is recommended to pregenerate to reduce lag problems.
|
||||
[2025-02-01 14:58:03] [INFO ] Watchdog Thread hooked.
|
||||
[2025-02-01 14:58:03] [INFO ] bStats Metrics enabled.
|
||||
[2025-02-01 14:58:03] [INFO ] Detected version: 1.20.6, number: 20.6
|
||||
[2025-02-01 14:58:03] [INFO ] Unfreezing biome registry...
|
||||
[2025-02-01 14:58:03] [INFO ] Registered custom biome: muddy_bog
|
||||
[2025-02-01 14:58:03] [INFO ] Registered custom biome: cherry_grove
|
||||
[2025-02-01 14:58:03] [INFO ] Registered custom biome: scarlet_forest
|
||||
[2025-02-01 14:58:03] [INFO ] Registered custom biome: crystalline_cluster
|
||||
[2025-02-01 14:58:03] [INFO ] Freezing biome registry
|
||||
[2025-02-01 14:58:03] [INFO ] [Structure Registry] Registered Large Structure: VillageHousePopulator
|
||||
[2025-02-01 14:58:03] [INFO ] [Structure Registry] Registered Large Structure: VillagePopulator
|
||||
[2025-02-01 14:58:03] [INFO ] [Structure Registry] Registered Large Structure: OutpostPopulator
|
||||
[2025-02-01 14:58:03] [INFO ] [Structure Registry] Registered Large Structure: PyramidPopulator
|
||||
[2025-02-01 14:58:03] [INFO ] [Structure Registry] Registered Large Structure: MonumentPopulator
|
||||
[2025-02-01 14:58:03] [INFO ] [Structure Registry] Registered Large Structure: StrongholdPopulator
|
||||
[2025-02-01 14:58:03] [INFO ] [Structure Registry] Registered Large Structure: MansionPopulator
|
||||
[2025-02-01 14:58:03] [INFO ] [Structure Registry] Registered Large Structure: AncientCityPopulator
|
||||
[2025-02-01 14:58:03] [INFO ] [Structure Registry] Registered Large Structure: LargeCavePopulator
|
||||
[2025-02-01 14:58:04] [INFO ] [Structure Registry] Registered Large Structure: MineshaftPopulator
|
||||
[2025-02-01 14:58:04] [INFO ] [Structure Registry] Registered Large Structure: CatacombsPopulator
|
||||
[2025-02-01 14:58:04] [INFO ] [Structure Registry] Registered Large Structure: BadlandsMinePopulator
|
||||
[2025-02-01 14:58:04] [INFO ] [Structure Registry] Registered Large Structure: WarmOceanRuinsPopulator
|
||||
[2025-02-01 14:58:04] [INFO ] [Structure Registry] Registered Large Structure: TrailRuinsPopulator
|
||||
[2025-02-01 14:58:04] [INFO ] [Structure Registry] Registered Small Structure: SmallDungeonPopulator
|
||||
[2025-02-01 14:58:04] [INFO ] [Structure Registry] Registered Small Structure: ShipwreckPopulator
|
||||
[2025-02-01 14:58:04] [INFO ] [Structure Registry] Registered Small Structure: BuriedTreasurePopulator
|
||||
[2025-02-01 14:58:04] [INFO ] [Structure Registry] Registered Small Structure: RuinedPortalPopulator
|
||||
[2025-02-01 14:58:04] [INFO ] [Structure Registry] Registered Small Structure: IglooPopulator
|
||||
[2025-02-01 14:58:04] [INFO ] [Structure Registry] Registered Small Structure: DesertWellPopulator
|
||||
[2025-02-01 14:58:04] [INFO ] [Structure Registry] Registered Small Structure: WitchHutPopulator
|
||||
[2025-02-01 14:58:04] [INFO ] Creating TW instance: world - -5564705226945550957
|
||||
[2025-02-01 14:58:04] [INFO ] Detected world: world, commencing injection...
|
||||
[2025-02-01 14:58:04] [INFO ] Creating TW instance: world - -5564705226945550957
|
||||
[2025-02-01 14:58:04] [INFO ] NMSChunkGenerator Delegate is of type CustomChunkGenerator
|
||||
[2025-02-01 14:58:04] [INFO ] Post injection: getChunkSource().getChunkGenerator() is of type NMSChunkGenerator
|
||||
[2025-02-01 14:58:04] [INFO ] Injection success! Proceeding with generation.
|
||||
[2025-02-01 14:58:04] [INFO ] world loaded.
|
||||
[2025-02-01 15:07:39] [INFO ] Custom Logger Initialized
|
||||
[2025-02-01 15:07:39] [INFO ] [NOTICE] TerraformGenerator will suppress the server's watchdog while generating chunks to prevent unnecessary stacktrace warnings. Unless you specifically need thewatchdog now (to take aikar timings or debug lag), you don't need to take any action.
|
||||
[2025-02-01 15:07:39] [INFO ] It is recommended to pregenerate to reduce lag problems.
|
||||
[2025-02-01 15:07:39] [INFO ] Watchdog Thread hooked.
|
||||
[2025-02-01 15:07:39] [INFO ] bStats Metrics enabled.
|
||||
[2025-02-01 15:07:39] [INFO ] Detected version: 1.20.6, number: 20.6
|
||||
[2025-02-01 15:07:39] [INFO ] Unfreezing biome registry...
|
||||
[2025-02-01 15:07:39] [INFO ] Registered custom biome: muddy_bog
|
||||
[2025-02-01 15:07:39] [INFO ] Registered custom biome: cherry_grove
|
||||
[2025-02-01 15:07:39] [INFO ] Registered custom biome: scarlet_forest
|
||||
[2025-02-01 15:07:39] [INFO ] Registered custom biome: crystalline_cluster
|
||||
[2025-02-01 15:07:39] [INFO ] Freezing biome registry
|
||||
[2025-02-01 15:07:39] [INFO ] [Structure Registry] Registered Large Structure: VillageHousePopulator
|
||||
[2025-02-01 15:07:39] [INFO ] [Structure Registry] Registered Large Structure: VillagePopulator
|
||||
[2025-02-01 15:07:39] [INFO ] [Structure Registry] Registered Large Structure: OutpostPopulator
|
||||
[2025-02-01 15:07:39] [INFO ] [Structure Registry] Registered Large Structure: PyramidPopulator
|
||||
[2025-02-01 15:07:39] [INFO ] [Structure Registry] Registered Large Structure: MonumentPopulator
|
||||
[2025-02-01 15:07:39] [INFO ] [Structure Registry] Registered Large Structure: StrongholdPopulator
|
||||
[2025-02-01 15:07:39] [INFO ] [Structure Registry] Registered Large Structure: MansionPopulator
|
||||
[2025-02-01 15:07:39] [INFO ] [Structure Registry] Registered Large Structure: AncientCityPopulator
|
||||
[2025-02-01 15:07:39] [INFO ] [Structure Registry] Registered Large Structure: LargeCavePopulator
|
||||
[2025-02-01 15:07:40] [INFO ] [Structure Registry] Registered Large Structure: MineshaftPopulator
|
||||
[2025-02-01 15:07:40] [INFO ] [Structure Registry] Registered Large Structure: CatacombsPopulator
|
||||
[2025-02-01 15:07:40] [INFO ] [Structure Registry] Registered Large Structure: BadlandsMinePopulator
|
||||
[2025-02-01 15:07:40] [INFO ] [Structure Registry] Registered Large Structure: WarmOceanRuinsPopulator
|
||||
[2025-02-01 15:07:40] [INFO ] [Structure Registry] Registered Large Structure: TrailRuinsPopulator
|
||||
[2025-02-01 15:07:40] [INFO ] [Structure Registry] Registered Small Structure: SmallDungeonPopulator
|
||||
[2025-02-01 15:07:40] [INFO ] [Structure Registry] Registered Small Structure: ShipwreckPopulator
|
||||
[2025-02-01 15:07:40] [INFO ] [Structure Registry] Registered Small Structure: BuriedTreasurePopulator
|
||||
[2025-02-01 15:07:40] [INFO ] [Structure Registry] Registered Small Structure: RuinedPortalPopulator
|
||||
[2025-02-01 15:07:40] [INFO ] [Structure Registry] Registered Small Structure: IglooPopulator
|
||||
[2025-02-01 15:07:40] [INFO ] [Structure Registry] Registered Small Structure: DesertWellPopulator
|
||||
[2025-02-01 15:07:40] [INFO ] [Structure Registry] Registered Small Structure: WitchHutPopulator
|
||||
[2025-02-01 15:07:40] [INFO ] Creating TW instance: world - -5564705226945550957
|
||||
[2025-02-01 15:07:40] [INFO ] Detected world: world, commencing injection...
|
||||
[2025-02-01 15:07:40] [INFO ] Creating TW instance: world - -5564705226945550957
|
||||
[2025-02-01 15:07:40] [INFO ] NMSChunkGenerator Delegate is of type CustomChunkGenerator
|
||||
[2025-02-01 15:07:40] [INFO ] Post injection: getChunkSource().getChunkGenerator() is of type NMSChunkGenerator
|
||||
[2025-02-01 15:07:40] [INFO ] Injection success! Proceeding with generation.
|
||||
[2025-02-01 15:07:40] [INFO ] world loaded.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue