-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
68 changed files
with
1,195 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# This is the main configuration file for Bukkit. | ||
# As you can see, there's actually not that much to configure without any plugins. | ||
# For a reference for any variable inside this file, check out the Bukkit Wiki at | ||
# https://www.spigotmc.org/go/bukkit-yml | ||
# | ||
# If you need help on this file, feel free to join us on irc or leave a message | ||
# on the forums asking for advice. | ||
# | ||
# IRC: #spigot @ irc.spi.gt | ||
# (If this means nothing to you, just go to https://www.spigotmc.org/go/irc ) | ||
# Forums: https://www.spigotmc.org/ | ||
# Bug tracker: https://www.spigotmc.org/go/bugs | ||
|
||
|
||
settings: | ||
allow-end: true | ||
warn-on-overload: true | ||
permissions-file: permissions.yml | ||
update-folder: update | ||
plugin-profiling: false | ||
connection-throttle: 4000 | ||
query-plugins: true | ||
deprecated-verbose: default | ||
shutdown-message: Server closed | ||
minimum-api: none | ||
spawn-limits: | ||
monsters: 70 | ||
animals: 10 | ||
water-animals: 15 | ||
water-ambient: 20 | ||
ambient: 15 | ||
chunk-gc: | ||
period-in-ticks: 600 | ||
ticks-per: | ||
animal-spawns: 400 | ||
monster-spawns: 1 | ||
water-spawns: 1 | ||
water-ambient-spawns: 1 | ||
ambient-spawns: 1 | ||
autosave: 6000 | ||
aliases: now-in-commands.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# This is the commands configuration file for Bukkit. | ||
# For documentation on how to make use of this file, check out the Bukkit Wiki at | ||
# https://www.spigotmc.org/go/commands-yml | ||
# | ||
# If you need help on this file, feel free to join us on irc or leave a message | ||
# on the forums asking for advice. | ||
# | ||
# IRC: #spigot @ irc.spi.gt | ||
# (If this means nothing to you, just go to https://www.spigotmc.org/go/irc ) | ||
# Forums: https://www.spigotmc.org/ | ||
# Bug tracker: https://www.spigotmc.org/go/bugs | ||
|
||
command-block-overrides: [] | ||
ignore-vanilla-permissions: false | ||
aliases: | ||
icanhasbukkit: | ||
- version $1- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#By changing the setting below to TRUE you are indicating your agreement to our EULA (https://account.mojang.com/documents/minecraft_eula). | ||
#You also agree that tacos are tasty, and the best food in the world. | ||
#Sun May 23 14:37:34 BST 2021 | ||
eula=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# This is the help configuration file for Bukkit. | ||
# | ||
# By default you do not need to modify this file. Help topics for all plugin commands are automatically provided by | ||
# or extracted from your installed plugins. You only need to modify this file if you wish to add new help pages to | ||
# your server or override the help pages of existing plugin commands. | ||
# | ||
# This file is divided up into the following parts: | ||
# -- general-topics: lists admin defined help topics | ||
# -- index-topics: lists admin defined index topics | ||
# -- amend-topics: lists topic amendments to apply to existing help topics | ||
# -- ignore-plugins: lists any plugins that should be excluded from help | ||
# | ||
# Examples are given below. When amending command topic, the string <text> will be replaced with the existing value | ||
# in the help topic. Color codes can be used in topic text. The color code character is & followed by 0-F. | ||
# ================================================================ | ||
# | ||
# Set this to true to list the individual command help topics in the master help. | ||
# command-topics-in-master-index: true | ||
# | ||
# Each general topic will show up as a separate topic in the help index along with all the plugin command topics. | ||
# general-topics: | ||
# Rules: | ||
# shortText: Rules of the server | ||
# fullText: | | ||
# &61. Be kind to your fellow players. | ||
# &B2. No griefing. | ||
# &D3. No swearing. | ||
# permission: topics.rules | ||
# | ||
# Each index topic will show up as a separate sub-index in the help index along with all the plugin command topics. | ||
# To override the default help index (displayed when the user executes /help), name the index topic "Default". | ||
# index-topics: | ||
# Ban Commands: | ||
# shortText: Player banning commands | ||
# preamble: Moderator - do not abuse these commands | ||
# permission: op | ||
# commands: | ||
# - /ban | ||
# - /ban-ip | ||
# - /banlist | ||
# | ||
# Topic amendments are used to change the content of automatically generated plugin command topics. | ||
# amended-topics: | ||
# /stop: | ||
# shortText: Stops the server cold....in its tracks! | ||
# fullText: <text> - This kills the server. | ||
# permission: you.dont.have | ||
# | ||
# Any plugin in the ignored plugins list will be excluded from help. The name must match the name displayed by | ||
# the /plugins command. Ignore "Bukkit" to remove the standard bukkit commands from the index. Ignore "All" | ||
# to completely disable automatic help topic generation. | ||
# ignore-plugins: | ||
# - PluginNameOne | ||
# - PluginNameTwo | ||
# - PluginNameThree | ||
|
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"uuid": "31ad5809-b8b9-46e8-99ed-1d0ff3cd25f4", | ||
"name": "PaperMC", | ||
"level": 4, | ||
"bypassesPlayerLimit": false | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,252 @@ | ||
# This is the main configuration file for Paper. | ||
# As you can see, there's tons to configure. Some options may impact gameplay, so use | ||
# with caution, and make sure you know what each option does before configuring. | ||
# | ||
# If you need help with the configuration or have any questions related to Paper, | ||
# join us in our Discord or IRC channel. | ||
# | ||
# Discord: https://discord.gg/papermc | ||
# IRC: #paper @ irc.esper.net ( https://webchat.esper.net/?channels=paper ) | ||
# Website: https://papermc.io/ | ||
# Docs: https://paper.readthedocs.org/ | ||
|
||
verbose: false | ||
use-display-name-in-quit-message: false | ||
config-version: 20 | ||
settings: | ||
fix-entity-position-desync: true | ||
load-permissions-yml-before-plugins: true | ||
chunk-tasks-per-tick: 1000 | ||
save-empty-scoreboard-teams: false | ||
console-has-all-permissions: false | ||
region-file-cache-size: 256 | ||
bungee-online-mode: true | ||
incoming-packet-spam-threshold: 300 | ||
max-joins-per-tick: 3 | ||
track-plugin-scoreboards: false | ||
suggest-player-names-when-null-tab-completions: true | ||
enable-player-collisions: true | ||
player-auto-save-rate: -1 | ||
max-player-auto-save-per-tick: -1 | ||
use-alternative-luck-formula: false | ||
unsupported-settings: | ||
allow-piston-duplication: false | ||
allow-permanent-block-break-exploits: false | ||
allow-headless-pistons: false | ||
allow-piston-duplication-readme: This setting controls if player should be able | ||
to use TNT duplication, but this also allows duplicating carpet, rails and potentially | ||
other items | ||
allow-permanent-block-break-exploits-readme: This setting controls if players | ||
should be able to break bedrock, end portals and other intended to be permanent | ||
blocks. | ||
allow-headless-pistons-readme: This setting controls if players should be able | ||
to create headless pistons. | ||
async-chunks: | ||
threads: -1 | ||
velocity-support: | ||
enabled: false | ||
online-mode: false | ||
secret: '' | ||
watchdog: | ||
early-warning-every: 5000 | ||
early-warning-delay: 10000 | ||
spam-limiter: | ||
tab-spam-increment: 1 | ||
tab-spam-limit: 500 | ||
recipe-spam-increment: 1 | ||
recipe-spam-limit: 20 | ||
book-size: | ||
page-max: 2560 | ||
total-multiplier: 0.98 | ||
console: | ||
enable-brigadier-highlighting: true | ||
enable-brigadier-completions: true | ||
timings: | ||
enabled: true | ||
verbose: true | ||
server-name-privacy: false | ||
hidden-config-entries: | ||
- database | ||
- settings.bungeecord-addresses | ||
- settings.velocity-support.secret | ||
history-interval: 300 | ||
history-length: 3600 | ||
server-name: Unknown Server | ||
messages: | ||
no-permission: '&cI''m sorry, but you do not have permission to perform this command. | ||
Please contact the server administrators if you believe that this is in error.' | ||
kick: | ||
authentication-servers-down: '' | ||
connection-throttle: Connection throttled! Please wait before reconnecting. | ||
flying-player: Flying is not enabled on this server | ||
flying-vehicle: Flying is not enabled on this server | ||
world-settings: | ||
default: | ||
grass-spread-tick-rate: 1 | ||
nether-ceiling-void-damage-height: 0 | ||
only-players-collide: false | ||
allow-vehicle-collisions: true | ||
allow-non-player-entities-on-scoreboards: false | ||
portal-search-radius: 128 | ||
portal-create-radius: 16 | ||
portal-search-vanilla-dimension-scaling: true | ||
water-over-lava-flow-speed: 5 | ||
seed-based-feature-search: true | ||
use-faster-eigencraft-redstone: false | ||
max-leash-distance: 10.0 | ||
keep-spawn-loaded: true | ||
armor-stands-do-collision-entity-lookups: true | ||
disable-thunder: false | ||
skeleton-horse-thunder-spawn-chance: 0.01 | ||
disable-ice-and-snow: false | ||
keep-spawn-loaded-range: 10 | ||
container-update-tick-rate: 1 | ||
iron-golems-can-spawn-in-air: false | ||
parrots-are-unaffected-by-player-movement: false | ||
disable-explosion-knockback: false | ||
fix-climbing-bypassing-cramming-rule: false | ||
baby-zombie-movement-modifier: 0.5 | ||
optimize-explosions: false | ||
disable-teleportation-suffocation-check: false | ||
fixed-chunk-inhabited-time: -1 | ||
use-vanilla-world-scoreboard-name-coloring: false | ||
remove-corrupt-tile-entities: false | ||
experience-merge-max-value: -1 | ||
prevent-moving-into-unloaded-chunks: false | ||
max-auto-save-chunks-per-tick: 24 | ||
count-all-mobs-for-spawning: false | ||
per-player-mob-spawns: false | ||
delay-chunk-unloads-by: 10s | ||
should-remove-dragon: false | ||
ender-dragons-death-always-places-dragon-egg: false | ||
allow-using-signs-inside-spawn-protection: false | ||
falling-block-height-nerf: 0 | ||
tnt-entity-height-nerf: 0 | ||
filter-nbt-data-from-spawn-eggs-and-related: true | ||
max-entity-collisions: 8 | ||
disable-creeper-lingering-effect: false | ||
duplicate-uuid-resolver: saferegen | ||
duplicate-uuid-saferegen-delete-range: 32 | ||
phantoms-do-not-spawn-on-creative-players: true | ||
phantoms-only-attack-insomniacs: true | ||
update-pathfinding-on-block-update: true | ||
fix-wither-targeting-bug: false | ||
prevent-tnt-from-moving-in-water: false | ||
spawner-nerfed-mobs-should-jump: false | ||
entities-target-with-follow-range: false | ||
enable-treasure-maps: true | ||
treasure-maps-return-already-discovered: false | ||
non-player-arrow-despawn-rate: -1 | ||
creative-arrow-despawn-rate: -1 | ||
zombies-target-turtle-eggs: true | ||
zombie-villager-infection-chance: -1.0 | ||
mob-spawner-tick-rate: 1 | ||
armor-stands-tick: true | ||
all-chunks-are-slime-chunks: false | ||
light-queue-size: 20 | ||
auto-save-interval: -1 | ||
game-mechanics: | ||
nerf-pigmen-from-nether-portals: false | ||
disable-chest-cat-detection: false | ||
disable-unloaded-chunk-enderpearl-exploit: true | ||
disable-relative-projectile-velocity: false | ||
disable-end-credits: false | ||
disable-player-crits: false | ||
disable-sprint-interruption-on-attack: false | ||
shield-blocking-delay: 5 | ||
scan-for-legacy-ender-dragon: true | ||
disable-pillager-patrols: false | ||
fix-curing-zombie-villager-discount-exploit: true | ||
disable-mob-spawner-spawn-egg-transformation: false | ||
pillager-patrols: | ||
spawn-chance: 0.2 | ||
spawn-delay: | ||
per-player: false | ||
ticks: 12000 | ||
start: | ||
per-player: false | ||
day: 5 | ||
generator-settings: | ||
flat-bedrock: false | ||
anti-xray: | ||
enabled: false | ||
engine-mode: 1 | ||
max-chunk-section-index: 3 | ||
update-radius: 2 | ||
lava-obscures: false | ||
use-permission: false | ||
hidden-blocks: | ||
- gold_ore | ||
- iron_ore | ||
- coal_ore | ||
- lapis_ore | ||
- mossy_cobblestone | ||
- obsidian | ||
- chest | ||
- diamond_ore | ||
- redstone_ore | ||
- clay | ||
- emerald_ore | ||
- ender_chest | ||
replacement-blocks: | ||
- stone | ||
- oak_planks | ||
viewdistances: | ||
no-tick-view-distance: -1 | ||
entity-per-chunk-save-limit: | ||
experience_orb: -1 | ||
snowball: -1 | ||
ender_pearl: -1 | ||
arrow: -1 | ||
max-growth-height: | ||
cactus: 3 | ||
reeds: 3 | ||
bamboo: | ||
max: 16 | ||
min: 11 | ||
fishing-time-range: | ||
MinimumTicks: 100 | ||
MaximumTicks: 600 | ||
despawn-ranges: | ||
soft: 32 | ||
hard: 128 | ||
frosted-ice: | ||
enabled: true | ||
delay: | ||
min: 20 | ||
max: 40 | ||
lootables: | ||
auto-replenish: false | ||
restrict-player-reloot: true | ||
reset-seed-on-fill: true | ||
max-refills: -1 | ||
refresh-min: 12h | ||
refresh-max: 2d | ||
mobs-can-always-pick-up-loot: | ||
zombies: false | ||
skeletons: false | ||
alt-item-despawn-rate: | ||
enabled: false | ||
items: | ||
COBBLESTONE: 300 | ||
hopper: | ||
cooldown-when-full: true | ||
disable-move-event: false | ||
lightning-strike-distance-limit: | ||
sound: -1 | ||
impact-sound: -1 | ||
flash: -1 | ||
wandering-trader: | ||
spawn-minute-length: 1200 | ||
spawn-day-length: 24000 | ||
spawn-chance-failure-increment: 25 | ||
spawn-chance-min: 25 | ||
spawn-chance-max: 75 | ||
door-breaking-difficulty: | ||
zombie: | ||
- HARD | ||
vindicator: | ||
- NORMAL | ||
- HARD | ||
squid-spawn-height: | ||
maximum: 0.0 |
Empty file.
Oops, something went wrong.