feat: anvilenhanced & axinventoryrestore

This commit is contained in:
HerozDotExe 2025-02-01 15:19:47 +01:00
parent 10b6939d81
commit a13d1e1874
46 changed files with 1236 additions and 393 deletions

View file

@ -34,3 +34,4 @@
1738417195503:lp applyedits GPF1AKAo5V 1738417195503:lp applyedits GPF1AKAo5V
1738417312190:lp applyedits 2v7q2HxMjG[201~ 1738417312190:lp applyedits 2v7q2HxMjG[201~
1738417317453:lp applyedits 2v7q2HxMjG 1738417317453:lp applyedits 2v7q2HxMjG
1738418318316:op Heroz_0

6
.gitignore vendored
View file

@ -6,4 +6,8 @@ versions
data-storage data-storage
.cache .cache
logs logs
libraries libraries
.console_history
.rcon-cli.env
.rcon-cli.yaml
usercache.json

View file

@ -1 +1 @@
password=715508de4f5e9f0eb6bc41e6 password=1b51c246afdcacbbc2040c0a

View file

@ -1 +1 @@
password: "715508de4f5e9f0eb6bc41e6" password: "1b51c246afdcacbbc2040c0a"

View file

@ -1,6 +1,6 @@
[ [
{ {
"uuid": "8ff1ff5b-4adb-440b-b76a-58c6046487a7", "uuid": "4d8655f4-fc7e-33c0-b8b8-eda1e95970d5",
"name": "Heroz_0", "name": "Heroz_0",
"level": 0, "level": 0,
"bypassesPlayerLimit": false "bypassesPlayerLimit": false

Binary file not shown.

Binary file not shown.

View file

@ -22,7 +22,9 @@
"7B184E8B563E40AAAF8850A1707A8E51C8CDC99BA966A433E19EE8B1EB4C55E6": "Plan-5.6-build-2961.jar", "7B184E8B563E40AAAF8850A1707A8E51C8CDC99BA966A433E19EE8B1EB4C55E6": "Plan-5.6-build-2961.jar",
"80371BA80087C14E49FAD908C581EA7677943DB4B968760C053D3BB0D26764D1": "AuthMe-5.6.0.jar", "80371BA80087C14E49FAD908C581EA7677943DB4B968760C053D3BB0D26764D1": "AuthMe-5.6.0.jar",
"5D8D64CEBA20ADB35CE42BC6ECB75AB6525F76FC1895D6643D77C3A62F7E4697": "ClientDetectorPlus-1.0.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": [ "skippedHashes": [
"ED94AC5A408C4C9508630D93DA1CBD20280C3427BA04EBEDF7EC3D3A04CA7843", "ED94AC5A408C4C9508630D93DA1CBD20280C3427BA04EBEDF7EC3D3A04CA7843",

Binary file not shown.

View 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

View 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
View 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!

Binary file not shown.

View file

@ -0,0 +1,79 @@
prefix: '&#00aaff&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

Binary file not shown.

View 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: '&#00CCFFRequest restore with a discord bot'
lore:
- ' '
- ' &7- &#00FFFFUse this to request a restore from a higher ranking staff!'
- ' '
- '&#00CCFF&l(!) &#00CCFFClick 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

View file

@ -0,0 +1,181 @@
reloaded: '&#33FF33Successfully 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: '&#33FF33Successfully cleaned up database!'
manual-backup: '&#33FF33Successfully made a manual backup for &f%player%&#33FF33!'
manual-backup-all: '&#33FF33Successfully made a manual backup for all players!'
manual-created-by: 'by: %player%'
help:
- ' '
- '&#00aaff&lAxInventoryRestore &7» '
- ' &7- &f/axir view <player> &7| &#00aaffOpen restore GUI'
- ' &7- &f/axir save <player> &7| &#00aaffCreate manual backup'
- ' &7- &f/axir saveall &7| &#00aaffCreate manual backup for all players'
- ' &7- &f/axir reload &7| &#00aaffReload plugin'
- ' &7- &f/axir cleanup &7| &#00aaffDelete 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: '&#00CCFFInventory backup'
lore:
- '&#DDDDDD%player-uuid%'
- ' '
- ' &7- &#00FFFFDate: &f%date%'
- ' &7- &#00FFFFLocation: &f%location%'
- ' &7- &#00FFFFGiven to: &f%staff%'
- ' '
guis:
maingui:
title: '&0&lRestore > &8%player%'
categorygui:
title: '&0&lRestore > &8%player%'
item:
material: BARREL
name: '&#00CCFFDate: &#00EEFF%date%'
lore:
- ' '
- '&#00FFFFInfo: &f%cause%'
- '&#00FFFFLocation: &f%location%'
- ' '
- '&#00CCFF&l(!) &#00CCFFClick here to check items!'
previewgui:
title: '&0&lRestore > &8%player%'
quick-restore:
material: PISTON
name: '&#00CCFFReplace player''s inventory'
lore:
- ' '
- ' &7- &#00FFFFNote: &fthis will erase the player''s current items!'
- ' &7- &#00FFFFThe player must be online for this to work!'
- ' '
- '&#00CCFF&l(!) &#00CCFFClick here to replace!'
quick-restore-ender-chest:
material: ENDER_CHEST
name: '&#00CCFFReplace player''s ender chest'
lore:
- ' '
- ' &7- &#00FFFFNote: &fthis will erase the current items in the ender chest!'
- ' &7- &#00FFFFThe player must be online for this to work!'
- ' '
- '&#00CCFF&l(!) &#00CCFFClick here to replace!'
teleport:
material: ENDER_PEARL
name: '&#00CCFFTeleport to event location'
lore:
- ' '
- ' &7- &#00FFFFLocation: &f%location%'
- ' '
- '&#00CCFF&l(!) &#00CCFFClick here to teleport!'
export-as-shulker:
material: SHULKER_BOX
name: '&#00CCFFExport items in shulker boxes'
lore:
- ' '
- ' &7- &#00FFFFEmpty slots needed: &f%shulker-amount%'
- ' '
- '&#00CCFF&l(!) &#00CCFFClick 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: '&#33FF33&lJOINS &7(%amount% backups)'
lore:
- ' '
- '&#33FF33&l(!) &#33FF33Click 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: '&#33DD33&lWORLD CHANGES &7(%amount% backups)'
lore:
- ' '
- '&#33DD33&l(!) &#33DD33Click here to view backups!'
CONTAINER_CLOSE:
raw: CONTAINER_CLOSE
material: CHEST
name: '&#00DDFF&lCONTAINER CLOSE &7(%amount% backups)'
lore:
- ' '
- '&#00DDFF&l(!) &#00DDFFClick 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: '&#88CCFFThere is a new version of AxInventoryRestore available! &#DDDDDD(&#FFFFFFcurrent: &#FF0000%current% &#DDDDDD| &#FFFFFFlatest: &#00FF00%latest%&#DDDDDD)'
# do not change this
version: 6

Binary file not shown.

View file

@ -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

View file

@ -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.

View file

@ -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

Binary file not shown.

Binary file not shown.

BIN
plugins/Plan/database.db Normal file

Binary file not shown.

File diff suppressed because one or more lines are too long

View file

@ -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}

View file

@ -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}

View file

@ -1,463 +1,456 @@
commands: commands:
help: Displays this help screen help: Affiche cet écran d'aide
cheat: Allows you to cheat Items cheat: Vous permet de vous donnez des objets
give: Give somebody some Slimefun Items give: Donne à quelqu'un des objets Slimefun
guide: Gives yourself a Slimefun Guide guide: Vous donne un guide Slimefun
teleporter: See other Player's Waypoints teleporter: Affiche les waypoints d'un autre joueur
versions: Lists all installed Addons versions: Affiche toutes les extensions installées
search: Searches your Guide for the given term search: Recherche dans votre guide le terme donné
open_guide: Opens Slimefun's guide without using the book open_guide: Ouvre le guide de Slimefun sans utiliser le livre
stats: Shows some Stats about a Player stats: Affiche les statistiques d'un joueur
research: research:
description: Unlock/Reset researches for a player description: Déverrouille/réinitialise les recherches d'un joueur
reset: '&cYou have reset %player%''s Knowledge' reset: '&cVous avez réinitialisé les recherches de %player%'
reset-target: '&cYour Knowledge has been reset' reset-target: '&cVos recherches ont été réinitialisées'
backpack: backpack:
description: Retrieve a copy of an existing backpack description: Récupérer une copie d'un sac à dos existant
invalid-id: '&4The id must be a non-negative number!' invalid-id: '&4L''id ne peut pas être un nombre négatif!'
player-never-joined: '&4No player with that name could be found!' player-never-joined: '&4Aucun joueur portant ce nom n''a été trouvé!'
backpack-does-not-exist: '&4The specified backpack does not exist!' backpack-does-not-exist: '&4Le sac à dos spécifié n''existe pas!'
restored-backpack-given: '&aYour backpack has been restored and was added to your restored-backpack-given: '&aVotre sac à dos a été restauré et a été ajouté à votre
inventory!' inventaire!'
charge: charge:
description: Charges the item you are holding description: Charge l'objet que vous avez en main
charge-success: Item has been charged! charge-success: L'objet a été chargé !
not-rechargeable: This item can not be charged! not-rechargeable: Cet objet ne peut pas être chargé !
timings: timings:
description: Timings for Slimefun and its addon description: Timings pour Slimefun et ses addons
please-wait: '&ePlease wait a second... The results are coming in!' please-wait: '&eAttendez s''il vous plaît, les résultats arrivent !'
verbose-player: '&4The verbose flag cannot be used by a Player!' verbose-player: '&4Ce flag ne peux pas être utiliser par un joueur!'
unknown-flag: '&4Unknown flag: &c%flag%' unknown-flag: '&4Flag inconnu: &c%flag%'
debug: debug:
description: Run debug logging for the developers description: Lancer la journalisation de débogage pour les développeurs
current: '&7Current test case: &6%test_case%' current: '&7Cas de test actuel : &6%test_case%'
none-running: '&7No test case is currently being ran!' none-running: '&7Aucun cas de test n''est actuellement en cours !'
running: '&7Running debug mode with test: &6%test%' running: '&7Mode de débogage en cours avec le test : &6%test%'
disabled: '&7Disabled debug mode.' disabled: '&7Mode de débogage désactivé.'
placeholderapi: placeholderapi:
profile-loading: Loading... profile-loading: Chargement...
guide: guide:
locked: LOCKED locked: VERROUILLÉ
work-in-progress: This feature is not fully finished yet! work-in-progress: Cette fonctionnalité n'est pas encore complètement terminée !
locked-itemgroup: locked-itemgroup:
- To unlock this category you will - Pour déverrouiller cette catégorie, vous devrez
- need to unlock all items from the - déverrouiller tous les objets des
- following categories - catégories suivantes
search: search:
message: '&bWhat would you like to search for?' message: '&bQue souhaitez-vous rechercher?'
name: '&7Search...' name: '&7Rechercher...'
tooltip: '&bClick to search for an item' tooltip: '&bCliquez pour rechercher un objet'
inventory: 'Searching for: %item%' inventory: 'Rechercher: %item%'
tooltips: tooltips:
open-itemgroup: Click to open open-itemgroup: Cliquez pour ouvrir
versions-notice: These are very important when reporting bugs! versions-notice: Ces informations sont très importantes lorsque vous rapportez
wiki: View this Item on the official Slimefun Wiki des bugs !
wiki: Voir cet objet sur le wiki officiel de Slimefun
recipes: recipes:
machine: Recipes made in this Machine machine: Recettes fabriquées dans cette machine
miner: Resources you can obtain with this Miner miner: Ressources pouvant être obtenues avec ce mineur
generator: Available types of fuel generator: Types de carburant disponibles
gold-pan: Resources you can obtain gold-pan: Ressources pouvant être obtenues
climbing-pick: Surfaces you can climb climbing-pick: Surfaces que vous pouvez escalader
cheat: 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: pages:
previous: Previous page previous: Page précédente
next: Next page next: Page suivante
back: back:
title: Back title: Retour
guide: Go back to the Slimefun Guide guide: Revenir au Guide Slimefun
settings: Go back to the Settings Panel settings: Revenir au menu des Options
languages: languages:
updated: '&aYour language was successfully set to: &b%lang%' updated: '&aVotre langue a été correctement définie sur : &b%lang%'
selected-language: 'Currently selected:' selected-language: 'Actuellement Sélectionné :'
select: Click to select this language select: Cliquez pour sélectionner cette langue
select-default: Click to select the default language select-default: Cliquez pour sélectionner la langue par défaut
change: Click to select a new language change: Cliquez pour sélectionner une nouvelle langue
description: description:
- '&7You now have the option to change' - '&7Vous avez maintenant la possibilité de changer'
- '&7the language in which Slimefun' - '&7la langue dans laquelle Slimefun'
- '&7will be presented to you. Items' - '&7vous sera présenté. Les objets'
- '&7cannot be translated for now.' - '&7ne peuvent pas être traduits pour l''instant.'
translations: translations:
name: '&aIs something missing?' name: '&aIl manque quelque chose ?'
lore: Click to add your own translation lore: Cliquez pour ajouter votre propre traduction
modes:
selected: 'Slimefun Guide Type: '
change: Click to change the type
SURVIVAL_MODE: Survival Mode
CHEAT_MODE: Cheat Sheet
options: 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: learning-animation:
enabled: enabled:
text: text:
- '&bLearning Animation: &aYes' - '&bAnimation d''apprentissage : &aOui'
- '' - ''
- '&7You can now toggle whether you' - '&7Vous pouvez maintenant activer/désactiver si vous'
- '&7will see information about your pondering in chat' - '&7affichera des informations sur votre méditation dans le chat'
- '&7upon researching an item.' - '&7après avoir recherché un objet.'
click: '&eClick to disable your learning animation' click: '&eCliquez pour désactiver votre animation d''apprentissage'
disabled: disabled:
text: text:
- '&bLearning Animation: &4No' - '&bAnimation d''apprentissage : &aOui'
- '' - ''
- '&7You can now toggle whether you' - '&7Vous pouvez maintenant activer/désactiver si vous'
- '&7will see information about your pondering in chat' - '&7affichera des informations sur votre méditation dans le chat'
- '&7upon researching an item.' - '&7après avoir recherché un objet.'
click: '&eClick to enable your learning animation' click: '&eCliquez pour désactiver votre animation d''apprentissage'
title: title:
main: Slimefun Guide main: Guide Slimefun
settings: Settings & Info settings: Paramètres et informations
languages: Select your preferred language languages: Choisissez votre langue
credits: Slimefun4 Contributors credits: Contributeurs de Slimefun4
wiki: Slimefun4 Wiki wiki: Wiki Slimefun4
addons: Addons for Slimefun4 addons: Extensions de Slimefun4
bugs: Bug Reports bugs: Signaler un bug
source: Source Code source: Code Source
versions: Installed versions versions: Versions installées
credits: credits:
commit: Commit commit: Contribution
commits: Commits commits: Contributions
profile-link: Click to visit their profile on GitHub profile-link: Cliquez pour visiter leurs profils GitHub
open: Click to see our contributors open: Cliquez pour voir nos contributeurs
description: description:
- '&7Slimefun is an open-source project' - '&7Slimefun est un projet open-source'
- '&7and maintained by a large community of people.' - '&7entretenu par une grande communauté.'
- '&7Over &e%contributors% &7people have worked on' - '&7Plus de &e%contributors% &7personnes ont travaillé sur'
- '&7Slimefun throughout all these years.' - '&7Slimefun pendant toutes ces années.'
roles: roles:
developer: '&6Developer' developer: '&6Développeur'
wiki: '&3Wiki Editor' wiki: '&3Éditeur du wiki'
resourcepack: '&cResourcepack Artist' resourcepack: '&cArtiste du pack de ressource'
translator: '&9Translator' translator: '&9Traducteur'
actionbar: actionbar:
radiation: '&6Radiation Exposure Level: &c%level%&7/&e100' radiation: '&6Niveau d''exposition aux radiations : &c%level%&7/&e100'
messages: messages:
not-researched: '&4You do not have enough knowledge to understand this. &cYou will not-researched: '&4Vous n''avez pas suffisamment de connaissances pour comprendre
need to unlock &f"%item%&f"' ceci'
not-enough-xp: '&4You do not have enough XP to unlock this' not-enough-xp: '&4Vous n''avez pas suffisamment d''XP pour déverrouiller ceci'
unlocked: '&bYou have unlocked &7"%research%"' unlocked: '&bVous avez déverrouillé &7"%research%"'
only-players: '&4This command is only for Players' only-players: '&4Cette commande est réservée aux joueurs'
unknown-player: '&4Unknown Player: &c%player%' unknown-player: '&4Joueur inconnu : &c%player%'
no-permission: '&4You do not have the required permission to do this' no-permission: '&4Vous n''avez pas les permissions requises pour faire ceci'
usage: '&4Usage: &c%usage%' usage: '&4Utilisation: &c%usage%'
not-online: '&4%player% &cis not online!' not-online: '&4%player% &cn''est pas en ligne!'
invalid-item: '&4%item% &cis not a valid Item!' invalid-item: '&4%item% &cn''est pas un item valide!'
invalid-amount: '&4%amount% &cis not a valid amount : it must be higher than 0!' invalid-amount: '&4%amount% &cn''est pas un montant valide: il doit être supérieur
given-item: '&bYou have been given &a%amount% &7"%item%&7"' à 0!'
give-item: '&bYou have given %player% &a%amount% &7"%item%&7"' given-item: '&bVous avez reçu &a%amount%&7 "%item%&7"'
invalid-research: '&4%research% &cis not a valid Research!' give-item: '&bVous avez donné &a%amount% &7"%item%&7" à %player%'
give-research: '&bYou have given %player% the Research &7"%research%&7"' invalid-research: '&4%research% &cn''est pas une recherche valide!'
hungry: '&cYou are too hungry to do that!' give-research: '&bVous avez débloqué la recherche "%research%&7" à %player%'
disabled-in-world: '&4&lThis Item has been disabled in this world' hungry: '&cVous avez trop faim pour faire ça!'
disabled-item: '&4&lThis Item has been disabled! How did you even get that?' disabled-in-world: '&4&lCet item a été désactivé dans ce monde'
no-tome-yourself: '&cYou cannot use the &4Tome of Knowledge &con yourself...' disabled-item: '&4&lCet Item a été désactivé! Comment t''as fait pour avoir ça?'
multimeter: '&bStored Energy: &3%stored% &b/ &3%capacity%' no-tome-yourself: '&cVous ne pouvez pas utiliser le &4Tome of Knowledge &csur vous-même...'
piglin-barter: '&4You cannot barter with piglins using Slimefun items' multimeter: '&bÉnergie stockée: &3%stored% &b/ &3%capacity%'
bee-suit-slow-fall: '&eYour Bee Wings will help you to get back to the ground safe piglin-barter: '&4Vous ne pouvez pas troquer des objets Slimefun avec les piglins'
and slow' bee-suit-slow-fall: '&eVos ailes d''abeille vous aideront à revenir au sol lentement
deprecated-item: '&4This item has been deprecated and will be removed from Slimefun et en toute sécurité'
soon.' deprecated-item: '&4Cet élément est vieux et sera bientôt retiré de Slimefun.'
researching-is-disabled: '&cResearching has been disabled on this server. Everything researching-is-disabled: '&cLes recherches ont été désactivées sur ce serveur. Tout
is unlocked by default!' est débloqué par défaut !'
await-deletion: '&cYou cannot place a Slimefun block so soon after breaking one.
Try again shortly.'
multi-tool: multi-tool:
mode-change: '&b%device% mode changed to: &9%mode%' mode-change: 'Le mode de &b%device% a été changé : &9%mode%'
not-shears: '&cA Multi Tool cannot be used as shears!' not-shears: '&cLe MultiTool ne peut pas être utilisé comme cisaille !'
auto-crafting: auto-crafting:
select-a-recipe: '&eCrouch and Right-Click &7this block with the item you want select-a-recipe: '&eAccroupissez-vous et faites un clic droit &7avec le bloc que
it to craft.' vous souhaiteriez fabriquer.'
recipe-set: '&aYou have successfully set the recipe for this machine.' recipe-set: '&aVous avez correctement configuré la recette pour cette machine.'
recipe-removed: '&eYou have successfully removed the recipe from this machine. recipe-removed: '&eVous avez correctement supprimé la recette de cette machine.
You can set a new recipe at any time!' Vous pouvez remettre une nouvelle recette à tout moment!'
no-recipes: '&cWe could not find any valid recipes for the item you are holding.' no-recipes: '&cNous n''avons trouvé aucune recette valide pour l''item que vous
missing-chest: '&cMissing chest! Auto-Crafters need to be placed above a chest.' tenez en main.'
select: Select this recipe missing-chest: '&cCoffre manquant ! Les Auto-Crafters doivent être placés au-dessus
temporarily-disabled: '&eThis Auto-Crafter was temporarily disabled. You can re-enable d''un coffre.'
it at any time!' select: Sélectionner cette recette
re-enabled: '&eThis Auto-Crafter was re-enabled!' 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: | recipe-unavailable: |
&cThis item is either disabled on your server, or you have not unlocked it yet. &cCet objet est soit désactivé sur votre serveur, soit vous ne l'avez pas encore débloqué.
&7Try crafting the item if you have not done this before to unlock the recipe. &7Essayez de fabriquer l'objet si vous ne l'avez pas fait avant pour déverrouiller la recette.
tooltips: tooltips:
enabled: enabled:
- '&aThis recipe is currently enabled' - '&aCette recette est actuellement activée'
- '' - ''
- '&eLeft Click &7to temporarily disable the recipe' - '&eClic gauche &7pour désactiver temporairement la recette'
- '&eRight Click &7to remove this recipe' - '&eClic droit &7pour supprimer cette recette'
disabled: disabled:
- '&cThis recipe is currently disabled' - '&cCette recette est actuellement désactivée'
- '' - ''
- '&eLeft Click &7to re-enable this recipe' - '&eClic gauche &7pour réactiver cette recette'
- '&eRight Click &7to remove this recipe' - '&eClic droit &7pour supprimer cette recette'
talisman: talisman:
anvil: '&a&oYour Talisman saved your tool from breaking' anvil: '&a&oVotre Talisman a empêché votre outil de casser'
miner: '&a&oYour Talisman just doubled your drops' miner: '&a&oVotre talisman a doublé votre drop'
farmer: '&a&oYour Talisman just doubled your drops' farmer: '&a&oVotre Talisman a doublé votre drop'
hunter: '&a&oYour Talisman just doubled your drops' hunter: '&a&oVotre talisman a doublé votre drop'
lava: '&a&oYour Talisman saved you from burning to death' lava: '&a&oVotre talisman vous a sauvé de la lave'
water: '&a&oYour Talisman saved you from drowning' water: '&a&oVotre talisman vous a évité la noyade'
angel: '&a&oYour Talisman saved you from taking fall damage' angel: '&a&oVotre talisman vous a évité de subir des dégâts de chute'
fire: '&a&oYour Talisman saved you from burning to death' fire: '&a&oVotre talisman vous a sauvé du feu'
magician: '&a&oYour Talisman gave you an additional Enchantment' magician: '&a&oVotre talisman vous a donné un enchantement supplémentaire'
traveller: '&a&oYour Talisman gave you a Speed Boost' traveller: '&a&oVotre talisman vous a donné une amélioration de vitesse'
warrior: '&a&oYour Talisman has improved your Strength for a While' warrior: '&a&oVotre talisman a amélioré votre force pour un temps'
knight: '&a&oYour Talisman gave you 5 Seconds of Regeneration' knight: '&a&oVotre talisman vous a donné 5 secondes de régénération'
whirlwind: '&a&oYour Talisman reflected the Projectile' whirlwind: '&a&oVotre talisman a renvoyé le projectile'
wizard: '&a&oYour Talisman has given you a better Fortune Level but maybe also wizard: '&a&oVotre talisman vous a donné un meilleur niveau de Fortune mais a
lowered some other Enchantment Levels' peut-être diminué plusieurs autres enchantements'
caveman: '&a&oYour Talisman gave you haste' caveman: '&a&oVotre Talisman vous a donné Célérité'
wise: '&a&oYour Talisman has doubled your experience drops' wise: '&a&oVotre talisman a doublé votre XP'
soulbound-rune: soulbound-rune:
fail: '&cYou can only bind one item to your soul at a time.' fail: '&cVous pouvez lier un seul objet à la fois à votre âme'
success: '&aYou have successfully bound this item to your soul! You will keep success: '&aVous avez réussi à lier cet objet à votre âme! Vous le garderez quand
it when you die.' vous mourrez.'
enchantment-rune: enchantment-rune:
fail: '&cYou cannot enchant this item.' fail: '&cVous ne pouvez pas enchanter cet objet.'
no-enchantment: '&cCouldn''t find any applicable enchantment for this item.' no-enchantment: '&cImpossible de trouver un enchantement compatible avec cet objet.'
success: '&aYou have successfully applied a random applicable enchantment to this success: '&aVous avez appliqué avec succès un enchantement aléatoire compatible
item.' avec cet objet.'
research: research:
start: '&7The Ancient Spirits whisper mysterious words into your ear!' start: '&7Les esprits anciens vous chuchotent des mots mystérieux à l''oreille!'
progress: '&7You start to wonder about &b%research% &e(%progress%)' progress: '&7Vous commencez à vous poser des questions sur &b%research% &e(%progress%)'
tape-measure: tape-measure:
no-anchor: '&cYou need to set an anchor before you can start to measure!' no-anchor: '&cVous devez définir un point de départ avant de pouvoir commencer
wrong-world: '&cYour anchor seems to be in a different world!' à mesurer!'
distance: '&7Measurement taken. &eDistance: %distance%' wrong-world: '&cVotre ancre semble être dans un monde différent.'
anchor-set: '&aSuccessfully set the anchor:&e %anchor%' distance: '&7Mesure prise. &eDistance: %distance%'
anchor-set: '&aL''ancre a été correctement définie :&e%anchor%'
climbing-pick: climbing-pick:
dual-wielding: '&4You need to hold Climbing Picks in both hands to use them!' dual-wielding: '&4Vous devez tenir les piolets d''escalade à deux mains pour les
wrong-material: '&cYou cannot climb this surface. Check your Slimefun Guide for utiliser !'
more info!' wrong-material: '&cVous ne pouvez pas escalader cette surface. Consultez votre
fire-extinguish: '&7You have extinguished yourself' guide Slimefun pour plus d''informations !'
cannot-place: '&cYou cannot place that block there!' fire-extinguish: '&7Vous avez arrêté de brûler'
no-pvp: '&cYou cannot pvp in here!' cannot-place: '&cVous ne pouvez pas placer ce bloc là !'
radiation: '&4You have been exposed to deadly radiation! &cGet rid of the radioactive no-pvp: '&cVous ne pouvez pas PvP ici !'
item or equip the complete hazmat suit!' radiation: '&4Vous avez été exposé à des niveaux de radiation mortels ! &cDébarrassez-vous
opening-guide: '&bOpening guide, this may take a few seconds...' de l''objet radioactif ou équipez-vous d''une combinaison Hazmat !'
opening-backpack: '&bOpening backpack, this may take a few seconds...' opening-guide: '&bOuverture du guide, cela peut prendre quelques secondes...'
no-iron-golem-heal: '&cThat is not an Iron Ingot. You cannot use this to heal Iron opening-backpack: '&bOuverture du backpack, cela peut prendre quelques secondes...'
Golems!' no-iron-golem-heal: '&cCela n''est pas un lingot de fer. Vous ne pouvez pas l''utiliser
link-prompt: '&eClick here:' pour soigner des golems de fer !'
diet-cookie: '&eYou are starting to feel very light...' link-prompt: '&eCliquez ici :'
diet-cookie: '&eVous vous sentez léger comme une plume...'
fortune-cookie: fortune-cookie:
- '&7Help me, I am trapped in a Fortune Cookie Factory!' - '&7Aidez-moi, je suis coincé dans une usine à Biscuit Chinois !'
- '&7You will die tomorrow... by a Creeper' - '&7Vous allez mourir demain... par un Creeper'
- '&7At some point in your Life something bad will happen!!!' - '&7Quelque chose de mal vous arrivera à un moment de votre vie !'
- '&7Next week you will notice that this is not the real world, you are in a computer - '&7La semaine prochaine, vous vous rendrez compte que ce monde n''est pas réel
game' et que vous êtes dans un jeu vidéo'
- '&7This cookie will taste good in a few seconds' - '&7Ce biscuit aura bon goût dans quelques secondes'
- '&7The last word you will hear is gonna be "EXTERMINATE!!!"' - '&7Le dernier mot que vous entendrez sera "EXTERMINATE!!!"'
- '&7Whatever you do, do not hug a Creeper... I tried it. It feels good, but it''s - '&7Quoi que vous fassiez, ne faites pas de câlin à un Creeper... J''ai essayé.
not worth it.' Ça fait du bien, mais ça n''en vaut pas la peine.'
- '&742. The answer is 42.' - '&742. La réponse est 42.'
- '&7A Walshy a day will keep the troubles away.' - '&7Un Walshy par jour éloigne les ennuis.'
- '&7Never dig straight down!' - '&7Ne creusez jamais directement en-dessous de vous !'
- '&7Tis but a flesh wound!' - '&7Ce n''est que superficiel !'
- '&7Always look on the bright side of life!' - '&7Regarde le bon coté des choses !'
- '&7This one was actually a Biscuit and not a Cookie' - '&7C''était pas un Cookie... mais un biscuit.'
- '&7Neon signs are LIT!' - '&7Les panneaux lumineux sont allumé !'
above-limit-level: '&cCannot (dis)enchant an enchantment level higher than %level%!' above-limit-level: '&cImpossible de (dés)enchanter un niveau d''enchantement supérieur
à %level%!'
pickaxe-of-the-seeker: pickaxe-of-the-seeker:
no-ores: '&cCannot find any nearby ores!' no-ores: '&cImpossible de trouver des minerais à proximité !'
machines: machines:
pattern-not-found: '&eSorry, I could not recognize this Recipe. Please place the pattern-not-found: '&eDésolé, je ne reconnais pas cette recette. Veuillez disposer
Items in the correct pattern into the Dispenser.' les objets correctement dans le distributeur.'
unknown-material: '&eSorry, I could not recognize the Item in my dispenser. Please unknown-material: '&eDésolé, je ne reconnais pas l''objet dans le distributeur.
put something in that I know.' Veuillez y placer quelque chose que je connais.'
wrong-item: '&eSorry, I could not recognize the Item you right clicked me with. wrong-item: '&eDésolé, je ne reconnais pas l''objet avec lequel vous avez cliqué.
Check the Recipes and see which Items you can use.' Consultez le guide pour savoir quels objets vous pouvez utiliser.'
full-inventory: '&eSorry, my inventory is too full!' full-inventory: '&eDésolé, mon inventaire est plein !'
in-use: '&cThis Block''s inventory is currently opened by a different Player.' in-use: '&cL''inventaire de ce bloc est déjà ouvert par un autre joueur.'
ignition-chamber-no-flint: '&cIgnition Chamber is missing Flint and Steel.' ignition-chamber-no-flint: '&cLa chambre d''allumage n''a pas de briquet.'
inventory-empty: '&6You have successfully constructed this Multiblock. Proceed by inventory-empty: '&6Vous avez correctement construit ce Multiblock. Continuez en
placing items inside the dispenser and click me again to craft the item you want!' plaçant des items dans le distributeur et cliquez-moi à nouveau pour fabriquer
l''objet que vous voulez !'
ANCIENT_ALTAR: 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)' &c(%pedestals% / 8)'
unknown-catalyst: '&4Unknown Catalyst! &cUse the correct Recipe instead!' unknown-catalyst: '&4Catalyseur inconnu ! &cVeuillez utiliser la bonne recette
unknown-recipe: '&4Unknown Recipe! &cUse the correct Recipe instead!' !'
unknown-recipe: '&4Recette inconnue ! &cVeuillez utiliser la bonne recette !'
ANCIENT_PEDESTAL: 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: HOLOGRAM_PROJECTOR:
enter-text: '&7Please enter your desired Hologram Text into your Chat. &r(Color enter-text: '&7Veuillez saisir le texte voulu pour votre hologramme dans le chat.
Codes are supported!)' &r(Les codes couleur sont acceptés !)'
inventory-title: Hologram Editor inventory-title: Éditeur d'hologramme
ELEVATOR: ELEVATOR:
no-destinations: '&4No destinations found' no-destinations: '&4Aucune destination trouvée'
pick-a-floor: '&3- Pick a floor -' pick-a-floor: '&3- Sélectionnez un étage -'
current-floor: '&eThis is the floor you are currently on:' current-floor: '&eVous êtes actuellement à cet étage :'
click-to-teleport: '&eClick &7to teleport to this floor:' click-to-teleport: '&eCliquez &7pour vous téléporter à cet étage :'
enter-name: '&7Please enter your desired floor name into your Chat. &f(Color Codes enter-name: '&7Veuillez entrer le nom de l''étage désiré dans votre Chat. &f(Les
are supported!)' codes couleurs sont supportés !)'
named: '&2Successfully named this floor: &f%floor%' named: '&2Étage nommé avec succès : &f%floor%'
editor-title: Configure this elevator editor-title: Configurer cet ascenseur
TELEPORTER: TELEPORTER:
teleporting: '&3Teleporting...' teleporting: '&3Téléportation...'
teleported: '&3Teleported!' teleported: '&3Téléportation terminée !'
cancelled: '&4Teleportation cancelled!' cancelled: '&4Téléportation annulée !'
invulnerability: '&b&lYou have been given 30 seconds of Invulnerability!' invulnerability: '&b&lVous avez reçu 30 secondes d''invulnérabilité !'
gui: gui:
title: Your waypoints title: Vos waypoints
tooltip: Click to teleport tooltip: Cliquez pour vous téléporter
time: Estimated time time: Temps estimé
GPS_CONTROL_PANEL: GPS_CONTROL_PANEL:
title: GPS - Control Panel title: Panneau de configuration GPS
transmitters: Transmitter Overview transmitters: Vue d'ensemble de l'émetteur
waypoints: Waypoint Overview waypoints: Vue d'ensemble des waypoints
CARGO_NODES: CARGO_NODES:
must-be-placed: '&4Must be placed onto a chest or machine!' must-be-placed: '&4Doit être positionné sur un coffre ou une machine !'
connected: '&2Connected!' connected: '&2Connecté !'
not-connected: '&4Not connected!' not-connected: '&4Non connecté !'
INDUSTRIAL_MINER: INDUSTRIAL_MINER:
no-fuel: '&cYour Industrial Miner ran out of fuel! Put your fuel into the chest no-fuel: '&cVotre Mineur Industriel manque de carburant! Mettez votre carburant
above.' dans le coffre au-dessus.'
piston-facing: '&cYour Industrial Miner requires pistons to face upwards!' piston-facing: '&cVotre mineur industriel a besoin que les pistons soient tournés
piston-space: '&cThe two pistons need to have an empty block above them!' vers le haut!'
destroyed: '&cYour Industrial Miner seems to have been destroyed.' piston-space: '&cLes deux pistons doivent avoir un bloc vide au-dessus d''eux!'
already-running: '&cThis Industrial Miner is already running!' destroyed: '&cVotre mineur industriel semble avoir été détruit.'
full-chest: '&cThe Chest of your Industrial Miner is full!' already-running: '&cCe mineur industriel est déjà en marche!'
no-permission: '&4You do not seem to have permission to operate an Industrial full-chest: '&cLe coffre de votre mineur industriel est plein!'
Miner here!' no-permission: '&4Vous ne semblez pas avoir la permission d''utiliser un mineur
finished: '&eYour Industrial Miner has finished! It obtained a total of %ores% industriel ici!'
ore(s)!' finished: '&eYour Industrial Miner a terminé! Il a obtenu un total de %ores% minerai(s)!'
anvil: anvil:
not-working: '&4You cannot use Slimefun items in an anvil!' not-working: '&4Vous ne pouvez pas utiliser des objets Slimefun dans une enclume
mcmmo-salvaging: '&4You cannot salvage Slimefun items!' !'
mcmmo-salvaging: '&4Vous ne pouvez pas recycler des objets Slimefun !'
brewing_stand: 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: 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: 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: villagers:
no-trading: '&4You cannot trade Slimefun items with Villagers!' no-trading: '&4Vous ne pouvez pas échanger des objets Slimefun avec les villageois
!'
backpack: backpack:
already-open: '&cSorry, this Backpack is open somewhere else!' already-open: '&cDésolé, ce Backpack est ouvert quelque part ailleurs !'
no-stack: '&cYou cannot stack Backpacks' no-stack: '&cVous ne pouvez pas stack les Backpacks'
workbench: 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: cauldron:
no-discoloring: '&4You cannot discolor Slimefun Armor' no-discoloring: '&4Vous ne pouvez pas décolorer une armure Slimefun'
gps: gps:
deathpoint: '&4Deathpoint &7%date%' deathpoint: '&4Lieu de votre mort &7%date%'
status-online: ONLINE status-online: EN LIGNE
status-offline: OFFLINE status-offline: HORS LIGNE
waypoint: waypoint:
new: '&ePlease type in a name for your new waypoint in the chat. &7(Color Codes new: '&eEntrez un nom pour votre nouveau waypoint dans le chat. &7(Les codes couleur
supported!)' sont acceptés !)'
added: '&aSuccessfully added a new waypoint' added: '&aLe waypoint a bien été ajouté'
max: '&4You have reached the maximum amount of waypoints' max: '&4Vous avez atteint le nombre maximum de waypoint'
duplicate: '&4You have already created a waypoint named: &f%waypoint%' duplicate: '&4Vous avez déjà créé un waypoint nommé : &f%waypoint%'
insufficient-complexity: insufficient-complexity:
- '&4Insufficient GPS Network Complexity: &c%complexity%' - '&4Complexité du réseau GPS insuffisante : &c%complexity%'
- '&4a) You do not have a GPS Network setup yet' - '&4a) Vous n''avez pas encore de réseau GPS'
- '&4b) Your GPS Network is not complex enough' - '&4b) Votre réseau GPS n''est pas assez complexe'
geo: 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: 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: android:
started: '&7Your Android resumed running its script' started: '&7Votre androïde a repris l''exécution de son script'
stopped: '&7Your Android has paused its script' stopped: '&7Votre androïde a mis en pause l''exécution de son script'
scripts: scripts:
already-uploaded: '&4This script has already been uploaded.' already-uploaded: '&4Ce script a déjà été upload.'
editor: Script Editor editor: Éditeur de script
too-long: '&cThe script is too long to edit!' too-long: '&cLe script est trop long pour être édité !'
instructions: instructions:
START: '&2Start Script' START: '&2Exécuter le script'
REPEAT: '&9Repeat Script' REPEAT: '&9Répéter le script'
WAIT: '&eWait 0.5s' WAIT: '&eAttendre 0,5s'
GO_FORWARD: '&7Move forward' GO_FORWARD: '&7Avancer'
GO_UP: '&7Move upwards' GO_UP: '&7Monter'
GO_DOWN: '&7Move downwards' GO_DOWN: '&7Descendre'
TURN_LEFT: '&7Turn left' TURN_LEFT: '&7Tourner à gauche'
TURN_RIGHT: '&7Turn right' TURN_RIGHT: '&7Tourner à droite'
DIG_UP: '&bDig up' DIG_UP: '&bCreuser vers le haut'
DIG_FORWARD: '&bDig forward' DIG_FORWARD: '&bCreuser vers l''avant'
DIG_DOWN: '&bDig down' DIG_DOWN: '&bCreuser vers le bas'
MOVE_AND_DIG_UP: '&bMove & Dig upwards' MOVE_AND_DIG_UP: '&bSe déplacer et creuser vers le haut'
MOVE_AND_DIG_FORWARD: '&bMove & Dig forward' MOVE_AND_DIG_FORWARD: '&bSe déplacer et creuser vers l''avant'
MOVE_AND_DIG_DOWN: '&bMove & Dig downwards' MOVE_AND_DIG_DOWN: '&bSe déplacer et creuser vers le bas'
ATTACK_MOBS_ANIMALS: '&4Attack &c(Hostile Mobs & Animals)' ATTACK_MOBS_ANIMALS: '&4Attaquer &c(monstres hostiles et animaux)'
ATTACK_MOBS: '&4Attack &c(Hostile Mobs)' ATTACK_MOBS: '&4Attaquer &c(monstres hostiles)'
ATTACK_ANIMALS: '&4Attack &c(Animals)' ATTACK_ANIMALS: '&4Attaquer &c(animaux)'
ATTACK_ANIMALS_ADULT: '&4Attack &c(Animals &7[Adult]&c)' ATTACK_ANIMALS_ADULT: '&4Attaquer &c(animaux &7[adultes]&c)'
CHOP_TREE: '&cChop and Replant' CHOP_TREE: '&cCouper et replanter'
CATCH_FISH: '&bCatch Fish' CATCH_FISH: '&bPêcher'
FARM_FORWARD: '&bHarvest and Replant' FARM_FORWARD: '&bRécolter et replanter'
FARM_DOWN: '&bHarvest and Replant &7(Block underneath)' FARM_DOWN: '&bRécolter et replanter &7(bloc du dessous)'
FARM_EXOTIC_FORWARD: '&bAdvanced Harvest and Replant' FARM_EXOTIC_FORWARD: '&bRécolter et replanter (avancé)'
FARM_EXOTIC_DOWN: '&bAdvanced Harvest and Replant &7(Block underneath)' FARM_EXOTIC_DOWN: '&bRécolter et replanter (avancé) &7(bloc en dessous)'
INTERFACE_ITEMS: '&9Push Inventory Contents to the faced Interface' INTERFACE_ITEMS: '&9Mettre le contenu de l''inventaire à l''interface en face'
INTERFACE_FUEL: '&cPull Fuel from the faced Interface' INTERFACE_FUEL: '&cPrendre du carburant de l''interface en face'
enter-name: enter-name:
- '' - ''
- '&ePlease type in a name for your script' - '&eVeuillez saisir un nom pour votre script'
- '' - ''
uploaded: uploaded:
- '&bUploading...' - '&bUpload du script...'
- '&aSuccessfully uploaded your script!' - '&aVotre script a bien été upload !'
rating: rating:
own: '&4You cannot rate your own script!' own: '&4Vous ne pouvez pas noter votre propre script !'
already: '&4You have already left a Rating for this script!' already: '&4Vous avez déjà noté ce script !'
languages: languages:
default: Server-Default default: Paramètre par défaut
en: English en: Anglais
de: German de: Allemand
fr: French fr: Français
it: Italian it: Italien
es: Spanish es: Espagnol
pl: Polish pl: Polonais
sv: Swedish sv: Suédois
nl: Dutch nl: Néerlandais
cs: Czech cs: Tchèque
hu: Hungarian hu: Hongrois
lv: Latvian lv: Letton
ru: Russian ru: Russe
sk: Slovak sk: Slovaque
zh-CN: Chinese (China) zh-CN: Chinois (Chine)
zh-TW: Chinese (Taiwan) zh-TW: Chinois (Taiwan)
vi: Vietnamese vi: Vietnamien
id: Indonesian id: Indonésien
el: Greek el: Grec
he: Hebrew he: Hébreu
pt: Portuguese (Portugal) pt: Portugais (Portugal)
pt-BR: Portuguese (Brazil) pt-BR: Portugais (Brésil)
ar: Arabic ar: Arabe
af: Afrikaans af: Africain
da: Danish da: Danois
fi: Finnish fi: Finnois
uk: Ukrainian uk: Ukrainien
ms: Malay ms: Malais
'no': Norwegian 'no': Norvégien
ja: Japanese ja: Japonais
fa: Persian fa: Persan
th: Thai th: Thaï
tl: Tagalog tl: Tagalog
ro: Romanian ro: Roumain
bg: Bulgarian bg: Bulgare
ko: Korean ko: Coréen
tr: Turkish tr: Turc
hr: Croatian hr: Croate
mk: Macedonian mk: Macédonien
sr: Serbian sr: Serbe
be: Belarusian be: Biélorusse
si-LK: Sinhala si-LK: Singhalais
lt: Lithuanian lt: Lithuanien
language: en language: fr

View file

@ -51,7 +51,7 @@ scoreboard-teams:
# https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Playerlist-Objective # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Playerlist-Objective
playerlist-objective: playerlist-objective:
enabled: true enabled: false
value: "%ping%" value: "%ping%"
fancy-value: "&7Ping: %ping%" fancy-value: "&7Ping: %ping%"
disable-condition: '%world%=disabledworld' disable-condition: '%world%=disabledworld'

View file

@ -2730,3 +2730,83 @@
[2025-02-01 14:38:31] [INFO ] Calculated structure at 651,-1 [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: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: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.

View file

@ -1,5 +1,5 @@
#Minecraft server properties #Minecraft server properties
#Sat Feb 01 14:32:11 CET 2025 #Sat Feb 01 15:07:28 CET 2025
accepts-transfers=false accepts-transfers=false
allow-flight=false allow-flight=false
allow-nether=true allow-nether=true
@ -41,7 +41,7 @@ prevent-proxy-connections=false
pvp=true pvp=true
query.port=25565 query.port=25565
rate-limit=0 rate-limit=0
rcon.password=715508de4f5e9f0eb6bc41e6 rcon.password=1b51c246afdcacbbc2040c0a
rcon.port=25575 rcon.port=25575
region-file-compression=deflate region-file-compression=deflate
require-resource-pack=false require-resource-pack=false

View file

@ -1 +1 @@
[{"name":"Hero_z0","uuid":"3869a25f-fb2d-3e1a-98f3-0fe7f924aadb","expiresOn":"2025-03-01 14:35:41 +0100"},{"name":"Heroz_0","uuid":"4d8655f4-fc7e-33c0-b8b8-eda1e95970d5","expiresOn":"2025-03-01 14:35:06 +0100"},{"name":"Dummy","uuid":"70cf44af-0b76-36a1-a833-60d1d1be1935","expiresOn":"2025-03-01 08:37:07 +0100"},{"name":"Heroz_0","uuid":"8ff1ff5b-4adb-440b-b76a-58c6046487a7","expiresOn":"2025-02-28 22:02:43 +0100"}] [{"name":"Dummy","uuid":"70cf44af-0b76-36a1-a833-60d1d1be1935","expiresOn":"2025-03-01 15:08:05 +0100"},{"name":"Heroz_0","uuid":"4d8655f4-fc7e-33c0-b8b8-eda1e95970d5","expiresOn":"2025-03-01 15:07:47 +0100"}]