Push latest files
This commit is contained in:
parent
586614bc4a
commit
4c0169588a
13 changed files with 47 additions and 14 deletions
38
commands.yml
38
commands.yml
|
@ -11,14 +11,20 @@
|
|||
# Bug tracker: https://www.spigotmc.org/go/bugs
|
||||
|
||||
command-block-overrides: []
|
||||
ignore-vanilla-permissions: false
|
||||
ignore-vanilla-permissions: true
|
||||
aliases:
|
||||
icanhasbukkit:
|
||||
- version $1-
|
||||
ban:
|
||||
- minecraft:ban $1-
|
||||
clear:
|
||||
- minecraft:clear $1-
|
||||
enchant:
|
||||
- minecraft:enchant $1-
|
||||
minecraft:execute:
|
||||
- ping Down for maintenance
|
||||
execute:
|
||||
- ping Down for maintenance
|
||||
gamemode:
|
||||
- minecraft:gamemode $1-
|
||||
give:
|
||||
|
@ -39,8 +45,36 @@ aliases:
|
|||
- minecraft:pardon $1-
|
||||
recipe:
|
||||
- minecraft:recipe $1-
|
||||
minecraft:reload:
|
||||
- bcv Reloading!
|
||||
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:
|
||||
- minecraft:tag $1-
|
||||
teleport:
|
||||
|
|
|
@ -84,7 +84,7 @@ world-settings:
|
|||
duplicate-uuid-saferegen-delete-range: 32
|
||||
remove-corrupt-tile-entities: true
|
||||
optimize-explosions: true
|
||||
portal-search-radius: 128
|
||||
portal-search-radius: 16
|
||||
disable-teleportation-suffocation-check: true
|
||||
fixed-chunk-inhabited-time: -1
|
||||
use-vanilla-world-scoreboard-name-coloring: false
|
||||
|
|
|
@ -25,7 +25,6 @@ op:
|
|||
# Due to WorldEdit permission shenanigans, we have to grant
|
||||
# permissions manually to enforce block edit limits
|
||||
|
||||
fawe.limit.op: true
|
||||
fawe.worldeditregion: true
|
||||
fawe.cancel: true
|
||||
fawe.setupdispatcher: true
|
||||
|
|
BIN
plugins/DummyFawe.jar
Normal file
BIN
plugins/DummyFawe.jar
Normal file
Binary file not shown.
Binary file not shown.
|
@ -19,7 +19,7 @@ prevent-crashes: true
|
|||
# FAWE will cancel non admin edits when memory consumption exceeds this %
|
||||
# - Bypass with `/wea` or `//fast` or `fawe.bypass`
|
||||
# - Disable with 100 or -1.
|
||||
max-memory-percent: -1
|
||||
max-memory-percent: 95
|
||||
|
||||
clipboard:
|
||||
# Store the clipboard on disk instead of memory
|
||||
|
@ -72,11 +72,11 @@ web:
|
|||
# - All schematics are anonymous and private
|
||||
# - Downloads can be deleted by the user
|
||||
# - Supports clipboard uploads, downloads and saves
|
||||
url: "https://empcraft.com/fawe/"
|
||||
url: "http://empcraft.com/fawe/"
|
||||
# The web interface for assets
|
||||
# - All schematics are organized and public
|
||||
# - Assets can be searched, selected and downloaded
|
||||
assets: "https://empcraft.com/assetpack/"
|
||||
assets: "http://empcraft.com/assetpack/"
|
||||
|
||||
extent:
|
||||
# Don't bug console when these plugins slow down WorldEdit operations
|
||||
|
@ -117,7 +117,7 @@ experimental:
|
|||
queue:
|
||||
# This should equal the number of processors you have
|
||||
# - Set this to 1 if you need reliable `/timings`
|
||||
parallel-threads: 32
|
||||
parallel-threads: 8
|
||||
progress:
|
||||
# Display constant titles about the progress of a user's edit
|
||||
# - false = disabled
|
||||
|
@ -148,7 +148,7 @@ queue:
|
|||
# Loading the right amount of chunks beforehand can speed up operations
|
||||
# - Low values may result in FAWE waiting on requests to the main thread
|
||||
# - 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)
|
||||
# - E.g. A plugin creates an EditSession but never does anything with it
|
||||
# - 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,
|
||||
# or increase chunk-wait-ms.
|
||||
# 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-after-days: 1
|
||||
# Delete history in memory on logout (does not effect disk)
|
||||
|
@ -282,6 +282,6 @@ limits:
|
|||
# 2 = Inventory for placing (survival)
|
||||
inventory-mode: 0
|
||||
# Should large edits require confirmation (>16384 chunks)
|
||||
confirm-large: true
|
||||
confirm-large: false
|
||||
# List of blocks to strip nbt from
|
||||
strip-nbt: []
|
||||
|
|
|
@ -25,6 +25,6 @@ global:
|
|||
detailed error: false
|
||||
|
||||
# The engine used by the filter command
|
||||
script engine: JavaScript
|
||||
script engine: rhino
|
||||
|
||||
suppressed reports:
|
||||
suppressed reports:
|
||||
|
|
BIN
plugins/ProtocolSupport.jar
Normal file
BIN
plugins/ProtocolSupport.jar
Normal file
Binary file not shown.
Binary file not shown.
BIN
plugins/ViaRewind.jar
Normal file
BIN
plugins/ViaRewind.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -5,7 +5,7 @@ broadcast-console-to-ops=true
|
|||
broadcast-rcon-to-ops=true
|
||||
debug=false
|
||||
difficulty=1
|
||||
enable-command-block=false
|
||||
enable-command-block=true
|
||||
enable-query=false
|
||||
enable-rcon=false
|
||||
enforce-whitelist=false
|
||||
|
|
Loading…
Reference in a new issue