Updated .gitignore and untracked files.
This commit is contained in:
parent
8517a20f9f
commit
491483fc55
17
.gitignore
vendored
17
.gitignore
vendored
@ -122,14 +122,11 @@ buildNumber.properties
|
|||||||
|
|
||||||
# End of https://www.gitignore.io/api/java,maven,eclipse,visualstudiocode
|
# End of https://www.gitignore.io/api/java,maven,eclipse,visualstudiocode
|
||||||
|
|
||||||
**/*.code-workspace
|
#Additional
|
||||||
|
|
||||||
test-server/logs
|
|
||||||
test-server/world
|
|
||||||
test-server/world_nether
|
|
||||||
test-server/world_the_end
|
|
||||||
test-server/plugins/*
|
|
||||||
test-server/usercache.json
|
|
||||||
test-server/server.properties
|
|
||||||
test-server/crash-reports
|
|
||||||
local_tools
|
local_tools
|
||||||
|
|
||||||
|
#Test server stuff
|
||||||
|
test-server/*
|
||||||
|
!test-server/*.ps1
|
||||||
|
!test-server/bukkit.yml
|
||||||
|
!test-server/paper-195.jar
|
10
islandsurvivalcraft.code-workspace
Normal file
10
islandsurvivalcraft.code-workspace
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": "."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"java.configuration.updateBuildConfiguration": "automatic"
|
||||||
|
}
|
||||||
|
}
|
@ -1 +0,0 @@
|
|||||||
[]
|
|
@ -1 +0,0 @@
|
|||||||
[]
|
|
@ -1,17 +0,0 @@
|
|||||||
# 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-
|
|
@ -1,4 +0,0 @@
|
|||||||
#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.
|
|
||||||
#Sat Apr 18 14:49:23 CDT 2020
|
|
||||||
eula=true
|
|
@ -1,56 +0,0 @@
|
|||||||
# 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
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
|||||||
[
|
|
||||||
{
|
|
||||||
"uuid": "590105fb-53a3-486d-9f07-655e50e04af9",
|
|
||||||
"name": "Reslate",
|
|
||||||
"level": 4,
|
|
||||||
"bypassesPlayerLimit": false
|
|
||||||
}
|
|
||||||
]
|
|
BIN
test-server/paper-195.jar
Normal file
BIN
test-server/paper-195.jar
Normal file
Binary file not shown.
@ -1,191 +0,0 @@
|
|||||||
# 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://paperdiscord.emc.gs
|
|
||||||
# IRC: #paper @ irc.spi.gt ( http://irc.spi.gt/iris/?channels=paper )
|
|
||||||
# Website: https://papermc.io/
|
|
||||||
# Docs: https://paper.readthedocs.org/
|
|
||||||
|
|
||||||
verbose: false
|
|
||||||
config-version: 20
|
|
||||||
settings:
|
|
||||||
enable-player-collisions: true
|
|
||||||
save-empty-scoreboard-teams: false
|
|
||||||
suggest-player-names-when-null-tab-completions: true
|
|
||||||
load-permissions-yml-before-plugins: true
|
|
||||||
bungee-online-mode: true
|
|
||||||
incoming-packet-spam-threshold: 300
|
|
||||||
region-file-cache-size: 256
|
|
||||||
use-alternative-luck-formula: false
|
|
||||||
save-player-data: true
|
|
||||||
watchdog:
|
|
||||||
early-warning-every: 5000
|
|
||||||
early-warning-delay: 10000
|
|
||||||
velocity-support:
|
|
||||||
enabled: false
|
|
||||||
online-mode: false
|
|
||||||
secret: ''
|
|
||||||
async-chunks:
|
|
||||||
enable: true
|
|
||||||
load-threads: -1
|
|
||||||
spam-limiter:
|
|
||||||
tab-spam-increment: 1
|
|
||||||
tab-spam-limit: 500
|
|
||||||
book-size:
|
|
||||||
page-max: 2560
|
|
||||||
total-multiplier: 0.98
|
|
||||||
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:
|
|
||||||
keep-spawn-loaded: true
|
|
||||||
keep-spawn-loaded-range: 10
|
|
||||||
light-queue-size: 20
|
|
||||||
auto-save-interval: -1
|
|
||||||
disable-thunder: false
|
|
||||||
count-all-mobs-for-spawning: false
|
|
||||||
skeleton-horse-thunder-spawn-chance: 0.01
|
|
||||||
disable-ice-and-snow: false
|
|
||||||
armor-stands-do-collision-entity-lookups: true
|
|
||||||
seed-based-feature-search: true
|
|
||||||
nether-ceiling-void-damage-height: 0
|
|
||||||
portal-search-radius: 128
|
|
||||||
portal-create-radius: 16
|
|
||||||
allow-non-player-entities-on-scoreboards: false
|
|
||||||
disable-explosion-knockback: false
|
|
||||||
water-over-lava-flow-speed: 5
|
|
||||||
use-faster-eigencraft-redstone: false
|
|
||||||
fix-zero-tick-instant-grow-farms: true
|
|
||||||
parrots-are-unaffected-by-player-movement: false
|
|
||||||
container-update-tick-rate: 1
|
|
||||||
grass-spread-tick-rate: 1
|
|
||||||
bed-search-radius: 1
|
|
||||||
non-player-arrow-despawn-rate: -1
|
|
||||||
creative-arrow-despawn-rate: -1
|
|
||||||
prevent-tnt-from-moving-in-water: false
|
|
||||||
iron-golems-can-spawn-in-air: false
|
|
||||||
mob-spawner-tick-rate: 1
|
|
||||||
max-entity-collisions: 8
|
|
||||||
filter-nbt-data-from-spawn-eggs-and-related: true
|
|
||||||
duplicate-uuid-resolver: saferegen
|
|
||||||
duplicate-uuid-saferegen-delete-range: 32
|
|
||||||
disable-creeper-lingering-effect: false
|
|
||||||
all-chunks-are-slime-chunks: false
|
|
||||||
entities-target-with-follow-range: false
|
|
||||||
spawner-nerfed-mobs-should-jump: false
|
|
||||||
zombie-villager-infection-chance: -1.0
|
|
||||||
allow-leashing-undead-horse: false
|
|
||||||
baby-zombie-movement-modifier: 0.5
|
|
||||||
armor-stands-tick: true
|
|
||||||
prevent-moving-into-unloaded-chunks: false
|
|
||||||
fixed-chunk-inhabited-time: -1
|
|
||||||
optimize-explosions: false
|
|
||||||
max-auto-save-chunks-per-tick: 24
|
|
||||||
tracker-update-distance: 1.0
|
|
||||||
enable-treasure-maps: true
|
|
||||||
treasure-maps-return-already-discovered: false
|
|
||||||
use-vanilla-world-scoreboard-name-coloring: false
|
|
||||||
per-player-mob-spawns: false
|
|
||||||
experience-merge-max-value: -1
|
|
||||||
falling-block-height-nerf: 0
|
|
||||||
tnt-entity-height-nerf: 0
|
|
||||||
remove-corrupt-tile-entities: false
|
|
||||||
disable-teleportation-suffocation-check: false
|
|
||||||
anti-xray:
|
|
||||||
enabled: false
|
|
||||||
engine-mode: 1
|
|
||||||
chunk-edge-mode: 2
|
|
||||||
max-chunk-section-index: 3
|
|
||||||
update-radius: 2
|
|
||||||
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
|
|
||||||
generator-settings:
|
|
||||||
flat-bedrock: false
|
|
||||||
lightning-strike-distance-limit:
|
|
||||||
sound: -1
|
|
||||||
impact-sound: -1
|
|
||||||
flash: -1
|
|
||||||
game-mechanics:
|
|
||||||
shield-blocking-delay: 5
|
|
||||||
disable-chest-cat-detection: false
|
|
||||||
nerf-pigmen-from-nether-portals: false
|
|
||||||
disable-player-crits: false
|
|
||||||
disable-end-credits: false
|
|
||||||
disable-sprint-interruption-on-attack: false
|
|
||||||
disable-relative-projectile-velocity: false
|
|
||||||
disable-unloaded-chunk-enderpearl-exploit: true
|
|
||||||
scan-for-legacy-ender-dragon: true
|
|
||||||
disable-pillager-patrols: false
|
|
||||||
pillager-patrols:
|
|
||||||
spawn-chance: 0.2
|
|
||||||
spawn-delay:
|
|
||||||
per-player: false
|
|
||||||
ticks: 12000
|
|
||||||
start:
|
|
||||||
per-player: false
|
|
||||||
day: 5
|
|
||||||
hopper:
|
|
||||||
cooldown-when-full: true
|
|
||||||
disable-move-event: false
|
|
||||||
alt-item-despawn-rate:
|
|
||||||
enabled: false
|
|
||||||
items:
|
|
||||||
COBBLESTONE: 300
|
|
||||||
lootables:
|
|
||||||
auto-replenish: false
|
|
||||||
restrict-player-reloot: true
|
|
||||||
reset-seed-on-fill: true
|
|
||||||
max-refills: -1
|
|
||||||
refresh-min: 12h
|
|
||||||
refresh-max: 2d
|
|
||||||
squid-spawn-height:
|
|
||||||
maximum: 0.0
|
|
||||||
max-growth-height:
|
|
||||||
cactus: 3
|
|
||||||
reeds: 3
|
|
||||||
despawn-ranges:
|
|
||||||
soft: 32
|
|
||||||
hard: 128
|
|
||||||
fishing-time-range:
|
|
||||||
MinimumTicks: 100
|
|
||||||
MaximumTicks: 600
|
|
||||||
frosted-ice:
|
|
||||||
enabled: true
|
|
||||||
delay:
|
|
||||||
min: 20
|
|
||||||
max: 40
|
|
@ -1,139 +0,0 @@
|
|||||||
# This is the main configuration file for Spigot.
|
|
||||||
# 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.
|
|
||||||
# For a reference for any variable inside this file, check out the Spigot wiki at
|
|
||||||
# http://www.spigotmc.org/wiki/spigot-configuration/
|
|
||||||
#
|
|
||||||
# If you need help with the configuration or have any questions related to Spigot,
|
|
||||||
# join us at the IRC or drop by our forums and leave a post.
|
|
||||||
#
|
|
||||||
# IRC: #spigot @ irc.spi.gt ( http://www.spigotmc.org/pages/irc/ )
|
|
||||||
# Forums: http://www.spigotmc.org/
|
|
||||||
|
|
||||||
config-version: 12
|
|
||||||
settings:
|
|
||||||
debug: false
|
|
||||||
save-user-cache-on-stop-only: false
|
|
||||||
sample-count: 12
|
|
||||||
moved-wrongly-threshold: 0.0625
|
|
||||||
moved-too-quickly-multiplier: 10.0
|
|
||||||
log-villager-deaths: true
|
|
||||||
user-cache-size: 1000
|
|
||||||
bungeecord: false
|
|
||||||
player-shuffle: 0
|
|
||||||
timeout-time: 60
|
|
||||||
restart-on-crash: true
|
|
||||||
restart-script: ./start.sh
|
|
||||||
netty-threads: 4
|
|
||||||
attribute:
|
|
||||||
maxHealth:
|
|
||||||
max: 2048.0
|
|
||||||
movementSpeed:
|
|
||||||
max: 2048.0
|
|
||||||
attackDamage:
|
|
||||||
max: 2048.0
|
|
||||||
messages:
|
|
||||||
whitelist: You are not whitelisted on this server!
|
|
||||||
unknown-command: Unknown command. Type "/help" for help.
|
|
||||||
server-full: The server is full!
|
|
||||||
outdated-client: Outdated client! Please use {0}
|
|
||||||
outdated-server: Outdated server! I'm still on {0}
|
|
||||||
restart: Server is restarting
|
|
||||||
commands:
|
|
||||||
silent-commandblock-console: false
|
|
||||||
replace-commands:
|
|
||||||
- setblock
|
|
||||||
- summon
|
|
||||||
- testforblock
|
|
||||||
- tellraw
|
|
||||||
spam-exclusions:
|
|
||||||
- /skill
|
|
||||||
log: true
|
|
||||||
tab-complete: 0
|
|
||||||
send-namespaced: true
|
|
||||||
advancements:
|
|
||||||
disable-saving: false
|
|
||||||
disabled:
|
|
||||||
- minecraft:story/disabled
|
|
||||||
stats:
|
|
||||||
disable-saving: false
|
|
||||||
forced-stats: {}
|
|
||||||
world-settings:
|
|
||||||
worldeditregentempworld:
|
|
||||||
verbose: false
|
|
||||||
default:
|
|
||||||
verbose: true
|
|
||||||
view-distance: default
|
|
||||||
enable-zombie-pigmen-portal-spawns: true
|
|
||||||
item-despawn-rate: 6000
|
|
||||||
wither-spawn-sound-radius: 0
|
|
||||||
arrow-despawn-rate: 1200
|
|
||||||
trident-despawn-rate: 1200
|
|
||||||
hanging-tick-frequency: 100
|
|
||||||
nerf-spawner-mobs: false
|
|
||||||
zombie-aggressive-towards-villager: true
|
|
||||||
dragon-death-sound-radius: 0
|
|
||||||
seed-village: 10387312
|
|
||||||
seed-desert: 14357617
|
|
||||||
seed-igloo: 14357618
|
|
||||||
seed-jungle: 14357619
|
|
||||||
seed-swamp: 14357620
|
|
||||||
seed-monument: 10387313
|
|
||||||
seed-shipwreck: 165745295
|
|
||||||
seed-ocean: 14357621
|
|
||||||
seed-outpost: 165745296
|
|
||||||
seed-endcity: 10387313
|
|
||||||
seed-slime: 987234911
|
|
||||||
mob-spawn-range: 8
|
|
||||||
hopper-amount: 1
|
|
||||||
max-tnt-per-tick: 100
|
|
||||||
max-entity-collisions: 8
|
|
||||||
merge-radius:
|
|
||||||
item: 2.5
|
|
||||||
exp: 3.0
|
|
||||||
entity-activation-range:
|
|
||||||
animals: 32
|
|
||||||
monsters: 32
|
|
||||||
raiders: 48
|
|
||||||
misc: 16
|
|
||||||
water: 16
|
|
||||||
tick-inactive-villagers: true
|
|
||||||
ticks-per:
|
|
||||||
hopper-transfer: 8
|
|
||||||
hopper-check: 1
|
|
||||||
growth:
|
|
||||||
cactus-modifier: 100
|
|
||||||
cane-modifier: 100
|
|
||||||
melon-modifier: 100
|
|
||||||
mushroom-modifier: 100
|
|
||||||
pumpkin-modifier: 100
|
|
||||||
sapling-modifier: 100
|
|
||||||
beetroot-modifier: 100
|
|
||||||
carrot-modifier: 100
|
|
||||||
potato-modifier: 100
|
|
||||||
wheat-modifier: 100
|
|
||||||
netherwart-modifier: 100
|
|
||||||
vine-modifier: 100
|
|
||||||
cocoa-modifier: 100
|
|
||||||
bamboo-modifier: 100
|
|
||||||
sweetberry-modifier: 100
|
|
||||||
kelp-modifier: 100
|
|
||||||
entity-tracking-range:
|
|
||||||
players: 48
|
|
||||||
animals: 48
|
|
||||||
monsters: 48
|
|
||||||
misc: 32
|
|
||||||
other: 64
|
|
||||||
hunger:
|
|
||||||
jump-walk-exhaustion: 0.05
|
|
||||||
jump-sprint-exhaustion: 0.2
|
|
||||||
combat-exhaustion: 0.1
|
|
||||||
regen-exhaustion: 6.0
|
|
||||||
swim-multiplier: 0.01
|
|
||||||
sprint-multiplier: 0.1
|
|
||||||
other-multiplier: 0.0
|
|
||||||
max-tick-time:
|
|
||||||
tile: 50
|
|
||||||
entity: 50
|
|
||||||
squid-spawn-range:
|
|
||||||
min: 45.0
|
|
@ -1 +0,0 @@
|
|||||||
{"currentVersion":"git-Paper-195 (MC: 1.15.2)"}
|
|
@ -1,46 +0,0 @@
|
|||||||
#
|
|
||||||
# WEPIF Configuration File
|
|
||||||
#
|
|
||||||
# This file handles permissions configuration for every plugin using WEPIF
|
|
||||||
#
|
|
||||||
# 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 "enforce-single-session" is in the "protection"
|
|
||||||
# category.
|
|
||||||
# - If you want to check the format of this file before putting it
|
|
||||||
# into WEPIF, paste it into http://yaml-online-parser.appspot.com/
|
|
||||||
# and see if it gives "ERROR:".
|
|
||||||
# - Lines starting with # are comments and so they are ignored.
|
|
||||||
|
|
||||||
|
|
||||||
ignore-nijiperms-bridges: true
|
|
||||||
resolvers:
|
|
||||||
enabled:
|
|
||||||
- PluginPermissionsResolver
|
|
||||||
- PermissionsExResolver
|
|
||||||
- bPermissionsResolver
|
|
||||||
- GroupManagerResolver
|
|
||||||
- NijiPermissionsResolver
|
|
||||||
- VaultResolver
|
|
||||||
- DinnerPermsResolver
|
|
||||||
- FlatFilePermissionsResolver
|
|
||||||
permissions:
|
|
||||||
groups:
|
|
||||||
default:
|
|
||||||
permissions:
|
|
||||||
- worldedit.reload
|
|
||||||
- worldedit.selection
|
|
||||||
- worlds.creative.worldedit.region
|
|
||||||
admins:
|
|
||||||
permissions:
|
|
||||||
- '*'
|
|
||||||
users:
|
|
||||||
sk89q:
|
|
||||||
permissions:
|
|
||||||
- worldedit
|
|
||||||
groups:
|
|
||||||
- admins
|
|
@ -1 +0,0 @@
|
|||||||
[]
|
|
Loading…
Reference in New Issue
Block a user