Push latest files

This commit is contained in:
mathiascode 2020-03-04 19:33:52 +02:00
parent 586614bc4a
commit 4c0169588a
13 changed files with 47 additions and 14 deletions

View file

@ -11,14 +11,20 @@
# Bug tracker: https://www.spigotmc.org/go/bugs # Bug tracker: https://www.spigotmc.org/go/bugs
command-block-overrides: [] command-block-overrides: []
ignore-vanilla-permissions: false ignore-vanilla-permissions: true
aliases: aliases:
icanhasbukkit:
- version $1-
ban: ban:
- minecraft:ban $1- - minecraft:ban $1-
clear: clear:
- minecraft:clear $1- - minecraft:clear $1-
enchant: enchant:
- minecraft:enchant $1- - minecraft:enchant $1-
minecraft:execute:
- ping Down for maintenance
execute:
- ping Down for maintenance
gamemode: gamemode:
- minecraft:gamemode $1- - minecraft:gamemode $1-
give: give:
@ -39,8 +45,36 @@ aliases:
- minecraft:pardon $1- - minecraft:pardon $1-
recipe: recipe:
- minecraft:recipe $1- - minecraft:recipe $1-
minecraft:reload:
- bcv Reloading!
reload: reload:
- minecraft:reload $1- - bcv Reloading!
spigot:restart:
- bcv Restarting the server
restart:
- bcv Restarting the server
bukkit:reload:
- bcv &cPlease note that this command is not supported and may cause issues when
using some plugins.
- bcv &cIf you encounter any issues please use the /stop command to restart your
server.
- bcv &aReload complete.
bukkit:rl:
- bcv &cPlease note that this command is not supported and may cause issues when
using some plugins.
- bcv &cIf you encounter any issues please use the /stop command to restart your
server.
- bcv &aReload complete.
rl:
- bcv &cPlease note that this command is not supported and may cause issues when
using some plugins.
- bcv &cIf you encounter any issues please use the /stop command to restart your
server.
- bcv &aReload complete.
minecraft:stop:
- bcv Stopping the server
stop:
- bcv Stopping the server
tag: tag:
- minecraft:tag $1- - minecraft:tag $1-
teleport: teleport:

View file

@ -84,7 +84,7 @@ world-settings:
duplicate-uuid-saferegen-delete-range: 32 duplicate-uuid-saferegen-delete-range: 32
remove-corrupt-tile-entities: true remove-corrupt-tile-entities: true
optimize-explosions: true optimize-explosions: true
portal-search-radius: 128 portal-search-radius: 16
disable-teleportation-suffocation-check: true disable-teleportation-suffocation-check: true
fixed-chunk-inhabited-time: -1 fixed-chunk-inhabited-time: -1
use-vanilla-world-scoreboard-name-coloring: false use-vanilla-world-scoreboard-name-coloring: false

View file

@ -25,7 +25,6 @@ op:
# Due to WorldEdit permission shenanigans, we have to grant # Due to WorldEdit permission shenanigans, we have to grant
# permissions manually to enforce block edit limits # permissions manually to enforce block edit limits
fawe.limit.op: true
fawe.worldeditregion: true fawe.worldeditregion: true
fawe.cancel: true fawe.cancel: true
fawe.setupdispatcher: true fawe.setupdispatcher: true

BIN
plugins/DummyFawe.jar Normal file

Binary file not shown.

Binary file not shown.

View file

@ -19,7 +19,7 @@ prevent-crashes: true
# FAWE will cancel non admin edits when memory consumption exceeds this % # FAWE will cancel non admin edits when memory consumption exceeds this %
# - Bypass with `/wea` or `//fast` or `fawe.bypass` # - Bypass with `/wea` or `//fast` or `fawe.bypass`
# - Disable with 100 or -1. # - Disable with 100 or -1.
max-memory-percent: -1 max-memory-percent: 95
clipboard: clipboard:
# Store the clipboard on disk instead of memory # Store the clipboard on disk instead of memory
@ -72,11 +72,11 @@ web:
# - All schematics are anonymous and private # - All schematics are anonymous and private
# - Downloads can be deleted by the user # - Downloads can be deleted by the user
# - Supports clipboard uploads, downloads and saves # - Supports clipboard uploads, downloads and saves
url: "https://empcraft.com/fawe/" url: "http://empcraft.com/fawe/"
# The web interface for assets # The web interface for assets
# - All schematics are organized and public # - All schematics are organized and public
# - Assets can be searched, selected and downloaded # - Assets can be searched, selected and downloaded
assets: "https://empcraft.com/assetpack/" assets: "http://empcraft.com/assetpack/"
extent: extent:
# Don't bug console when these plugins slow down WorldEdit operations # Don't bug console when these plugins slow down WorldEdit operations
@ -117,7 +117,7 @@ experimental:
queue: queue:
# This should equal the number of processors you have # This should equal the number of processors you have
# - Set this to 1 if you need reliable `/timings` # - Set this to 1 if you need reliable `/timings`
parallel-threads: 32 parallel-threads: 8
progress: progress:
# Display constant titles about the progress of a user's edit # Display constant titles about the progress of a user's edit
# - false = disabled # - false = disabled
@ -148,7 +148,7 @@ queue:
# Loading the right amount of chunks beforehand can speed up operations # Loading the right amount of chunks beforehand can speed up operations
# - Low values may result in FAWE waiting on requests to the main thread # - Low values may result in FAWE waiting on requests to the main thread
# - Higher values use more memory and isn't noticeably faster # - Higher values use more memory and isn't noticeably faster
preload-chunks: 32 preload-chunks: 1
# Discard edits which have been idle for a certain amount of time (ms) # Discard edits which have been idle for a certain amount of time (ms)
# - E.g. A plugin creates an EditSession but never does anything with it # - E.g. A plugin creates an EditSession but never does anything with it
# - This only applies to plugins improperly using WorldEdit's legacy API # - This only applies to plugins improperly using WorldEdit's legacy API
@ -200,7 +200,7 @@ history:
# and displaying an error message. In this case, either copy a smaller section, # and displaying an error message. In this case, either copy a smaller section,
# or increase chunk-wait-ms. # or increase chunk-wait-ms.
# A value of 0 is faster simply because it doesn't bother loading the chunks or waiting. # A value of 0 is faster simply because it doesn't bother loading the chunks or waiting.
chunk-wait-ms: 100 chunk-wait-ms: 0
# Delete history on disk after a number of days # Delete history on disk after a number of days
delete-after-days: 1 delete-after-days: 1
# Delete history in memory on logout (does not effect disk) # Delete history in memory on logout (does not effect disk)
@ -282,6 +282,6 @@ limits:
# 2 = Inventory for placing (survival) # 2 = Inventory for placing (survival)
inventory-mode: 0 inventory-mode: 0
# Should large edits require confirmation (>16384 chunks) # Should large edits require confirmation (>16384 chunks)
confirm-large: true confirm-large: false
# List of blocks to strip nbt from # List of blocks to strip nbt from
strip-nbt: [] strip-nbt: []

View file

@ -25,6 +25,6 @@ global:
detailed error: false detailed error: false
# The engine used by the filter command # The engine used by the filter command
script engine: JavaScript script engine: rhino
suppressed reports: suppressed reports:

BIN
plugins/ProtocolSupport.jar Normal file

Binary file not shown.

Binary file not shown.

BIN
plugins/ViaRewind.jar Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -5,7 +5,7 @@ broadcast-console-to-ops=true
broadcast-rcon-to-ops=true broadcast-rcon-to-ops=true
debug=false debug=false
difficulty=1 difficulty=1
enable-command-block=false enable-command-block=true
enable-query=false enable-query=false
enable-rcon=false enable-rcon=false
enforce-whitelist=false enforce-whitelist=false