Default configuration serveur Build NG RED

This commit is contained in:
2026-02-03 23:09:01 +01:00
commit 53d0c557d0
129 changed files with 21501 additions and 0 deletions

BIN
plugins/Essentials.jar Normal file

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@@ -0,0 +1,12 @@
# Essentials Configuration
# Utiliser un client cache pour les noms joueurs
use-bukkit-permissions: false
# Support des commandes alternatives
command-prefix: "/"
# WorldEdit interaction
worldedit.support: true
worldedit.allow-super-pickaxe: true

7416
plugins/Essentials/items.csv Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,4 @@
&6Welcome, {PLAYER}&6!
&6Type &c/help&6 for a list of commands.
&6Type &c/list&6 to see who else is online.
&6Players online:&c {ONLINE} &6- World time:&c {WORLDTIME12}

View File

@@ -0,0 +1,11 @@
updateSpawnsToNewSpawnsConfig: true
updateJailsToNewJailsConfig: true
warnMetrics: true
movemotdToFile: true
moverulesToFile: true
deleteOldItemsCsv: true
moveWorthValuesToWorthYml: true
sanitizeAllUserFilenames: true
updateUsersToNewDefaultHome: true
updateUsersPowerToolsFormat: true
updateUsersHomesFormat: true

Binary file not shown.

BIN
plugins/EssentialsChat.jar Normal file

Binary file not shown.

Binary file not shown.

BIN
plugins/EssentialsSpawn.jar Normal file

Binary file not shown.

View File

@@ -0,0 +1,72 @@
#
# WorldEdit's configuration file
#
# About editing this file:
# - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If
# you use an editor like Notepad++ (recommended for Windows users), you
# must configure it to "replace tabs with spaces." In Notepad++, this can
# be changed in Settings > Preferences > Language Menu.
# - Don't get rid of the indents. They are indented so some entries are
# in categories (like "max-blocks-changed" is in the "limits"
# category.
# - If you want to check the format of this file before putting it
# into WorldEdit, paste it into http://yaml-online-parser.appspot.com/
# and see if it gives "ERROR:".
# - Lines starting with # are commentsand so they are ignored.
#
limits:
allow-extra-data-values: false
max-blocks-changed:
default: -1
maximum: -1
max-polygonal-points:
default: -1
maximum: 20
max-radius: -1
max-super-pickaxe-size: 5
max-brush-radius: 5
butcher-radius:
default: -1
maximum: -1
disallowed-blocks: [6, 7, 14, 15, 16, 26, 27, 28, 29, 39, 31, 32, 33, 34, 36, 37, 38, 39, 40, 46, 50, 51, 56, 59, 69, 73, 74, 75, 76, 77, 81, 83]
use-inventory:
enable: false
allow-override: true
creative-mode-overrides: false
logging:
log-commands: false
file: worldedit.log
super-pickaxe:
drop-items: true
many-drop-items: false
snapshots:
directory:
navigation-wand:
item: 345
max-distance: 100
scripting:
timeout: 3000
dir: craftscripts
saving:
dir: schematics
files:
allow-symbolic-links: false
history:
size: 15
expiration: 10
wand-item: 271
shell-save-type:
no-double-slash: false
no-op-permissions: false
debug: false

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.

View File

@@ -0,0 +1,20 @@
# WorldEdit Forge Compatibility Config for MCPC+ 1.6.4
# Map WorldEdit Forge commands to Bukkit-style
commands:
wand:
forge-command: /wand
bukkit-alias: wand
sel:
forge-command: //sel
bukkit-alias: sel
pos1:
forge-command: //pos1
bukkit-alias: pos1
pos2:
forge-command: //pos2
bukkit-alias: pos2

BIN
plugins/worldedit-5.6.jar Normal file

Binary file not shown.