Latest updates

This commit is contained in:
mathias 2019-07-13 01:54:07 +03:00
parent caf7048a3e
commit 67160ffe8c
46 changed files with 117 additions and 47 deletions

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

@ -1,4 +1,4 @@
#Thu Feb 21 19:11:41 UTC 2019
#Mon Jul 08 18:29:17 UTC 2019
EXEL070=ROM image is wrong version
EXEL079=\ -Xscmx<x> set size of new shared class cache to <x>
J9VM151=Failed to open jimage library
@ -96,8 +96,6 @@ J9VM102=-Xlog\:warn Log JVM warning messages.
J9VM101=-Xlog\:info Log JVM informational messages.
J9VM104=-Xlog\:vital Log JVM vital messages. This is turned on by default.
J9VM103=-Xlog\:error Log JVM error messages. This is turned on by default.
J9VM139=Failed to create a thread\: retVal %1$zd, errno %2$zd (0x%3$zx), errno2 %4$zd (0x%5$zx)
J9VM138=The -Xdiagnosticscollector option is not supported by this JVM.
J9VM131=Terminating process using CEE3AB2() with abend %1$u, reason %2$u, cleanup %3$u.
J9VM130=Application resumed execution after handling an unrecoverable condition and illegally returned to, or called back into, Java (JIT'ed code)
J9VM133=The system core size hard ulimit is set to %d, system dumps may be truncated.
@ -149,6 +147,8 @@ SHRC822=Do not start up the shared cache if an error occurs.
DUMP007=JVM Requesting %1$s dump using '%2$s'
SHRC823=%1$d\: 0x%2$p STARTUP HINTS KEY\: %4$.*3$s Address\: 0x%5$p Size\: %6$d
DUMP006=Processing dump event "%1$s", detail "%3$.*2$s" - please wait.
SHRC828=The shared cache directory path is too long.
SHRC829=Failed to use user's home as the default shared cache directory. Cannot get home directory. Please set another directory via environment variable "HOME" or command line option "cacheDir\=", or fix the home directory in the password file entry.
DUMP023=The requested heap preparation has not been performed because exclusive access was not requested or could not be obtained.
DUMP022=The requested heap compaction has not been performed because exclusive access was not requested or could not be obtained.
DUMP025=IEATDUMP failure for DSN\='%s' RC\=0x%08X RSN\=0x%08X
@ -170,13 +170,26 @@ DUMP017=Aborting\: Cannot compress file (%s)
SHRC817=%s value is greater than the shared cache size, so it has been set to unlimited
SHRC818=Total unstored bytes due to the setting of shared cache soft max is %u. Unstored AOT bytes due to the setting of -Xscmaxaot is %u. Unstored JIT bytes due to the setting of -Xscmaxjitdata is %u.
SHRC819=Failed to start up the shared cache. The existing shared cache was created by a different JVM build and doesn't match the running JVM.
J9VM191=%2$.*1$s is not visible
J9VM190=Superclass %2$.*1$s can't be an interface
J9VM193=Since Java 13 -Xverify\:none and -noverify were deprecated for removal and may not be accepted options in the future.
J9VM192=%2$.*1$s is not an interface
SHRC830=Failed to use user's home as the default shared cache directory. The path is too long. Cannot get home directory. Please set another directory via environment variable "HOME" or command line option "cacheDir\=", or fix the home directory in the password file entry.
SHRC835=Check non-bootstrap URL jar/zip file timestamps on every class load.
J9VM180=Module name is invalid.
SHRC831=Failed to use user's home as the default shared cache directory. It is on a Network File System. Cannot get home directory. Please set another directory via environment variable "HOME" or command line option "cacheDir\=", or fix the home directory in the password file entry.
J9VM182=Only bootstrap or platform classloader can define package java or java.*.
SHRC832=Failed to use user's home as the default shared cache directory. Error code is %1$d.
J9VM181=Only bootstrap classloader can define module java.base.
SHRC833=Failed to allocate native memory required to get the shared cache directory.
J9VM184=bad class %2$.*1$s\: Qtype instance field is not a value type
SHRC834=Minimize timestamp checking on URL jar/zip files.
J9VM183=Nest member %2$.*1$s must be able to load nest host %4$.*3$s
J9VM186=bad object type %2$.*1$s\: object on stack is not a value type
J9VM185=bad class %2$.*1$s\: classref is not a value type
J9VM188=Failed to create a thread\: retVal %1$zd, errno %2$zd (0x%3$zx), errno2 0x%4$x
J9VM187=bad object type %2$.*1$s\: object that is synchronized is a value type
J9VM189=Final superclass %2$.*1$s can't be extended
VRFY007=final method overridden
VRFY008=array index not integer
VRFY009=array not type compatible
@ -364,7 +377,6 @@ SHRC351=Stored class %2$.*1$s in shared cache for class-loader id %3$d with Toke
SHRC352=Failed to store class %2$.*1$s in shared cache for class-loader id %3$d with Token %5$.*4$s.
SHRC353=Found AOT code for ROMMethod 0x%1$p in shared cache.
EXEL101=\n -Xhealthcenter enable the Health Center agent
EXEL102=\n -Xdiagnosticscollector enable the Diagnostics Collector
EXEL103=\ -Xscdmx<x> set size of shared class cache debug attribute area to <x>
EXEL104=\ -Xscminjit<x> set minimum shared classes cache space reserved for JIT data to <x>
SHRC358=Failed to store byte data for key %.*s in shared cache.
@ -484,8 +496,10 @@ CFRE137=Class has more than one RuntimeVisibleTypeAnnotations or RuntimeInvisibl
CFRE127=bootstrap method index must refer to a MethodHandle constant pool entry
CFRE128=methodtype signature invalid
CFRE129=constant pool entry not valid in class files with versions < 51.0
CFRE163=Class file is a preview version but has the wrong major version or preview is not enabled.
CFRE160=Constant pool entry not valid in class files with versions < 55.0
CFRE161=BootstrapMethod (%1$d) arguments contain invalid constantpool entry at index (\#%2$u) of type (%3$u); class\=%5$.*4$s, offset\=%6$u
CFRE162=ValueTypes are only enabled with the -XX\:+EnableValhalla option
SHRC703=Failed to open the shared cache snapshot file "%s"
SHRC704=Port layer error code \= %1$d
SHRC705=Platform error message\: %1$s

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.

Binary file not shown.

View file

@ -179,3 +179,4 @@ world-settings:
duplicate-uuid-resolver: saferegen
duplicate-uuid-saferegen-delete-range: 32
armor-stands-tick: true
prevent-moving-into-unloaded-chunks: true

Binary file not shown.

Binary file not shown.

View file

@ -13,6 +13,8 @@
# If you have problems join the Essentials help support channel: http://tiny.cc/EssentialsChat
# Version 2.16.1.209
# KITS ARE NOW IN THE kits.yml FILE
############################################################
@ -34,6 +36,10 @@ max-nick-length: 99999
# ie: "&6Notch" has 7 characters (2 are part of a color code), a length of 5 is used when this option is set to true
ignore-colors-in-max-nick-length: true
# When this option is enabled, display names for hidden users will not be shown. This prevents players from being
# able to see that they are online while vanished.
hide-displayname-in-vanish: true
# Disable this if you have any other plugin, that modifies the displayname of a user.
change-displayname: true
@ -74,10 +80,10 @@ teleport-delay: 0
# The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command.
# This will also prevent the player attacking other players.
teleport-invulnerability: 0
teleport-invulnerability: 4
# Whether to make all teleportations go to the center of the block; where the x and z coordinates decimal become .5
teleport-to-center: false
teleport-to-center: true
# The delay, in seconds, required between /heal or /feed attempts.
heal-cooldown: 0
@ -143,7 +149,6 @@ overridden-commands:
# You should not have to disable commands used in other plugins, they will automatically get priority.
# See http://wiki.bukkit.org/Commands.yml#aliases to map commands to other plugins.
disabled-commands:
# - tp
# - nick
# - clear
@ -278,6 +283,12 @@ player-commands:
- worth
- xmpp
# Use this option to force superperms-based permissions handler regardless of detected installed perms plugin.
# This is useful if you want superperms-based permissions (with wildcards) for custom permissions plugins.
# If you wish to use EssentialsX's built-in permissions using the `player-commands` section above, set this to false.
# Default is true.
use-bukkit-permissions: true
# When this option is enabled, one-time use kits (ie. delay < 0) will be
# removed from the /kit list when a player can no longer use it
skip-used-one-time-kits-from-kit-list: false
@ -319,6 +330,11 @@ enabledSigns:
# Lower numbers will reduce the possibility of lag, but may annoy players.
sign-use-per-second: 2
# Allow item IDs on pre-existing signs on 1.13 and above.
# You cannot use item IDs on new signs, but this will allow players to interact with signs that
# were placed before 1.13.
allow-old-id-signs: false
# List of sign names Essentials should not protect. This feature is especially useful when
# another plugin provides a sign that EssentialsX provides, but Essentials overrides.
# For example, if a plugin provides a [kit] sign, and you wish to use theirs instead of
@ -397,6 +413,11 @@ cancel-afk-on-interact: true
# Disable this to reduce server lag.
cancel-afk-on-move: false
# Should AFK players be ignored when other players are trying to sleep?
# When this setting is false, players won't be able to skip the night if some players are AFK.
# Users with the permission node essentials.sleepingignored will always be ignored.
sleep-ignores-afk-players: true
# Set the player's list name when they are AFK. This is none by default which specifies that Essentials
# should not interfere with the AFK player's list name.
# You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
@ -452,7 +473,7 @@ unsafe-enchantments: true
register-back-in-listener: true
#Delay to wait before people can cause attack damage after logging in.
login-attack-delay: 0
login-attack-delay: 5
#Set the max fly speed, values range from 0.1 to 1.0
max-fly-speed: 0.8
@ -471,12 +492,13 @@ max-tempban-time: -1
# If false, /r goes to the last person that messaged you.
last-message-reply-recipient: true
# If last-message-reply-recipient is true, this specifies the duration, in seconds, that would need to elapse for the
# If last-message-reply-recipient is enabled for a particular player,
# this specifies the duration, in seconds, that would need to elapse for the
# reply-recipient to update when receiving a message.
# Default is 180 (3 minutes)
last-message-reply-recipient-timeout: 180
# Toggles whether or not right clicking mobs with a milk bucket turns them into a baby.
# Toggles whether or not clicking mobs with a milk bucket turns them into a baby.
milk-bucket-easter-egg: true
# Toggles whether or not the fly status message should be sent to players on join
@ -517,6 +539,31 @@ allow-bulk-buy-sell: true
# This has no effect if the MOTD command or permission are disabled.
delay-motd: 0
# A list of commands that should have their complementary confirm commands enabled by default.
# This is empty by default, for the latest list of valid commands see the latest source config.yml.
default-enabled-confirm-commands:
#- pay
#- clearinventory
# Whether or not to teleport a player back to their previous position after they have been freed from jail.
teleport-back-when-freed-from-jail: true
# Set the timeout, in seconds for players to accept a tpa before the request is cancelled.
# Set to 0 for no timeout.
tpa-accept-cancellation: 120
# Allow players to set hats by clicking on their helmet slot.
allow-direct-hat: true
# Allow in-game players to specify a world when running /broadcastworld.
# If false, running /broadcastworld in-game will always send a message to the player's current world.
# This doesn't affect running the command from the console, where a world is always required.
allow-world-in-broadcastworld: true
# Should the usermap try to sanitise usernames before saving them?
# You should only change this to false if you use Minecraft China.
safe-usermap-names: true
############################################################
# +------------------------------------------------------+ #
# | EssentialsHome | #
@ -544,12 +591,12 @@ sethome-multiple:
# In this example someone with 'essentials.sethome.multiple' and 'essentials.sethome.multiple.vip' will have 5 homes.
# Remember, they MUST have both permission nodes in order to be able to set multiple homes.
# Set the timeout, in seconds for players to accept a tpa before the request is cancelled.
# Set to 0 for no timeout.
tpa-accept-cancellation: 120
# Allow players to set hats by clicking on their helmet slot.
allow-direct-hat: true
# Controls whether players need the permission "essentials.home.compass" in order to point
# the player's compass at their first home.
#
# Leaving this as false will retain Essentials' original behaviour, which is to always
# change the compass' direction to point towards their first home.
compass-towards-home-perm: false
############################################################
# +------------------------------------------------------+ #
@ -589,12 +636,6 @@ min-money: -10000
# Enable this to log all interactions with trade/buy/sell signs and sell command.
economy-log-enabled: false
# Use this option to force superperms-based permissions handler regardless of detected installed perms plugin.
# This is useful if you want superperms-based permissions (with wildcards) for custom permissions plugins.
# If you wish to use EssentialsX' built-in permissions using the `player-commands` section above, set this to false.
# Default is true.
use-bukkit-permissions: false
# Minimum acceptable amount to be used in /pay.
minimum-pay-amount: 0.001
@ -656,7 +697,7 @@ chat:
# Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
# Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
# If you are using group formats make sure to remove the '#' to allow the setting to be read.
# If you are using group formats make sure to remove the '#' to allow the setting to be read.
############################################################
# +------------------------------------------------------+ #
@ -798,20 +839,19 @@ protect:
warn-on-build-disallow: true
# For which block types would you like to be alerted?
# You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
# 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
# You can find a list of items at https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html.
alert:
on-placement: 10,11,46,327
on-use: 327
on-placement: LAVA,TNT,LAVA_BUCKET
on-use: LAVA_BUCKET
on-break:
blacklist:
# Which blocks should people be prevented from placing?
placement: 10,11,46,327
placement: LAVA,TNT,LAVA_BUCKET
# Which items should people be prevented from using?
usage: 327
usage: LAVA_BUCKET
# Which blocks should people be prevented from breaking?
break:

View file

@ -1 +1 @@
There are no rules, you silly goose!
Would you like some rules? Too bad there are none.

View file

@ -1,10 +0,0 @@
updateSpawnsToNewSpawnsConfig: true
updateJailsToNewJailsConfig: true
warnMetrics: true
moverulesToFile: true
sanitizeAllUserFilenames: true
updateUsersPowerToolsFormat: true
updateUsersHomesFormat: true
deleteOldItemsCsv: true
banFormatChange: true
userMapRepaired: true

Binary file not shown.

Binary file not shown.

View file

@ -248,7 +248,7 @@ limits:
# Blockstates include Banner, Beacon, BrewingStand, Chest, CommandBlock,
# CreatureSpawner, Dispenser, Dropper, EndGateway, Furnace, Hopper, Jukebox,
# NoteBlock, Sign, Skull, Structure
max-blockstates: 1337
max-blockstates: -1
# Maximum size of the player's history in Megabytes:
# - History on disk or memory will be deleted
max-history-mb: -1

Binary file not shown.

View file

@ -13,7 +13,7 @@
# This value is the version of the plugin that last modified the config file
# Changing this value manually will likely result in data loss and errors!
# Do not change this manually unless specifically told to by the plugin author
version: 6.3
version: 6.4
# Check for new versions of the plugin
# Default: true
@ -46,6 +46,15 @@ message-prefix: '&7[&3PlayerParticles&7]'
# Default: true
gui-enabled: true
# If true, only the preset groups will be available in the GUI
# Permissions to open the GUI will change to only open if the user has any preset groups available
# Default: false
gui-presets-only: false
# If true, the GUI will close after selecting a group (either saved or preset)
# Default: true
gui-close-after-group-selected: true
# If clicking a GUI button should make a noise
# Default: true
gui-button-sound: true
@ -173,6 +182,10 @@ gui-icon:
- ENDER_CHEST
back:
- ARROW
next_page:
- PAPER
previous_page:
- PAPER
create:
- WRITABLE_BOOK
- BOOK_AND_QUILL
@ -183,8 +196,6 @@ gui-icon:
- NETHER_STAR
edit_data:
- BOOK
randomize:
- HOPPER
reset:
- BARRIER
effect:
@ -203,9 +214,15 @@ gui-icon:
- MAGMA_BLOCK
bubble_pop:
- BUBBLE_CORAL_FAN
campfire_cosy_smoke:
- CAMPFIRE
campfire_signal_smoke:
- REDSTONE_TORCH
cloud:
- WHITE_WOOL
- WOOL
composter:
- COMPOSTER
crit:
- IRON_SWORD
current_down:
@ -239,6 +256,10 @@ gui-icon:
- TNT
falling_dust:
- SAND
falling_lava:
- RED_DYE
falling_water:
- BLUE_DYE
firework:
- FIREWORK_ROCKET
- FIREWORK
@ -266,6 +287,8 @@ gui-icon:
large_smoke:
- COBWEB
- WEB
landing_lava:
- ORANGE_DYE
lava:
- MAGMA_CREAM
mycelium:
@ -285,6 +308,8 @@ gui-icon:
- LAPIS_BLOCK
smoke:
- TORCH
sneeze:
- BAMBOO
spell:
- POTION
- GLASS_BOTTLE

Binary file not shown.

BIN
plugins/ViaBackwards.jar Normal file

Binary file not shown.

BIN
plugins/ViaRewind.jar Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -16,7 +16,7 @@ commands:
tab-complete: 0
spam-exclusions:
- /skill
silent-commandblock-console: false
silent-commandblock-console: true
replace-commands:
- setblock
- summon
@ -26,8 +26,8 @@ messages:
whitelist: The server is temporarily down for maintenance. Please try again later!
unknown-command: Unknown command. Type "/help" for help.
server-full: The server is temporarily down for maintenance. Please try again later!
outdated-client: Your client is outdated. Please join with Minecraft version {0}!
outdated-server: The server is outdated. Please join with Minecraft version {0}!
outdated-client: Your client is outdated. Please join with Minecraft version 1.14.3!
outdated-server: The server is outdated. Please join with Minecraft version 1.14.3!
restart: The server is restarting. Please wait...
settings:
timeout-time: 60