Compare commits

...

10 Commits

@ -4,5 +4,5 @@ before_script:
build_image: build_image:
script: script:
- docker build -t ctf . - docker build -t ctf .
- docker tag ctf:latest dolphinbox.net:8084/ctf - docker tag ctf:latest registry.estinet.net/estinet/ctf
- docker push dolphinbox.net:8084/ctf - docker push registry.estinet.net/estinet/ctf

@ -1,4 +1,4 @@
FROM frolvlad/alpine-oraclejdk8 FROM adoptopenjdk/openjdk11-openj9
MAINTAINER EstiNet MAINTAINER EstiNet

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.

@ -1 +0,0 @@
2Вщ>hJъЈ3*cd•x~

@ -1,15 +1,15 @@
# This is the main configuration file for Bukkit. # This is the main configuration file for Bukkit.
# As you can see, there's actually not that much to configure without any plugins. # 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 # For a reference for any variable inside this file, check out the Bukkit Wiki at
# http://wiki.bukkit.org/Bukkit.yml # 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 # If you need help on this file, feel free to join us on irc or leave a message
# on the forums asking for advice. # on the forums asking for advice.
# #
# IRC: #spigot @ irc.spi.gt # IRC: #spigot @ irc.spi.gt
# (If this means nothing to you, just go to http://www.spigotmc.org/pages/irc/ ) # (If this means nothing to you, just go to https://www.spigotmc.org/go/irc )
# Forums: http://www.spigotmc.org/ # Forums: https://www.spigotmc.org/
# Bug tracker: http://www.spigotmc.org/go/bugs # Bug tracker: https://www.spigotmc.org/go/bugs
settings: settings:

@ -1,16 +1,17 @@
# This is the commands configuration file for Bukkit. # This is the commands configuration file for Bukkit.
# For documentation on how to make use of this file, check out the Bukkit Wiki at # For documentation on how to make use of this file, check out the Bukkit Wiki at
# http://wiki.bukkit.org/Commands.yml # 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 # If you need help on this file, feel free to join us on irc or leave a message
# on the forums asking for advice. # on the forums asking for advice.
# #
# IRC: #spigot @ irc.spi.gt # IRC: #spigot @ irc.spi.gt
# (If this means nothing to you, just go to http://www.spigotmc.org/pages/irc/ ) # (If this means nothing to you, just go to https://www.spigotmc.org/go/irc )
# Forums: http://www.spigotmc.org/ # Forums: https://www.spigotmc.org/
# Bug tracker: http://www.spigotmc.org/go/bugs # Bug tracker: https://www.spigotmc.org/go/bugs
command-block-overrides: [] command-block-overrides: []
ignore-vanilla-permissions: false
aliases: aliases:
icanhasbukkit: icanhasbukkit:
- version $1- - version $1-

@ -11,7 +11,7 @@
{ {
"instance_name": "CTF", "instance_name": "CTF",
"home_directory": "./", "home_directory": "./",
"command_to_run": "java -Xms2G -Xmx4G -XX:+UseG1GC -XX:ParallelGCThreads=2 -XX:+AggressiveOpts -d64 -server -jar minecraft_server.jar", "command_to_run": "/opt/java/openjdk/bin/java -Xms512M -Xmx4G -XX:+UseG1GC -XX:ParallelGCThreads=2 -server -jar minecraft_server.jar",
"max_lines": 2000, "max_lines": 2000,
"amount_of_lines_to_cut_on_max": 100, "amount_of_lines_to_cut_on_max": 100,
"stop_process_command": "exit", "stop_process_command": "exit",

@ -2,9 +2,8 @@
echo "Initializing..." echo "Initializing..."
if [ ! -f "init.lock" ]; then if [ ! -f "init.lock" ]; then
echo "Adding log..." echo "Adding log..."
echo server-port=$PORT_NUM >> server.properties
echo " Name: $CS_NAME" >> plugins/gFeatures/Config.yml echo " Name: $CS_NAME" >> plugins/gFeatures/Config.yml
touch init.lock touch init.lock
fi fi
exit 0 exit 0

Binary file not shown.

@ -3,30 +3,54 @@
# with caution, and make sure you know what each option does before configuring. # 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, # If you need help with the configuration or have any questions related to Paper,
# join us in our IRC channel. # 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 ) # IRC: #paper @ irc.spi.gt ( http://irc.spi.gt/iris/?channels=paper )
# Wiki: https://paper.readthedocs.org/ # Website: https://papermc.io/
# Paper Forums: https://aquifermc.org/ # Docs: https://paper.readthedocs.org/
verbose: false verbose: false
config-version: 12 config-version: 15
settings: settings:
load-permissions-yml-before-plugins: true load-permissions-yml-before-plugins: true
bungee-online-mode: true bungee-online-mode: true
queue-light-updates-max-loss: 10
suggest-player-names-when-null-tab-completions: true
watchdog:
early-warning-every: 5000
early-warning-delay: 10000
spam-limiter:
tab-spam-increment: 1
tab-spam-limit: 500
sleep-between-chunk-saves: false sleep-between-chunk-saves: false
region-file-cache-size: 256 region-file-cache-size: 256
save-empty-scoreboard-teams: false save-empty-scoreboard-teams: false
incoming-packet-spam-threshold: 300 incoming-packet-spam-threshold: 300
remove-invalid-statistics: false remove-invalid-statistics: false
min-chunk-load-threads: 2 save-player-data: true
use-versioned-world: false
velocity-support:
enabled: false
online-mode: false
secret: ''
enable-player-collisions: true enable-player-collisions: true
player-auto-save-rate: -1 player-auto-save-rate: -1
max-player-auto-save-per-tick: -1
async-chunks:
enable: true
generation: true
thread-per-world-generation: true
load-threads: -1
use-alternative-luck-formula: false
min-chunk-load-threads: 2
set-health-before-death-event: false set-health-before-death-event: false
messages: messages:
kick: kick:
flying-player: Flying is not enabled on this server flying-player: Flying is not enabled on this server
flying-vehicle: Flying is not enabled on this server flying-vehicle: Flying is not enabled on this server
authentication-servers-down: ''
connection-throttle: Connection throttled! Please wait before reconnecting.
timings: timings:
enabled: true enabled: true
verbose: true verbose: true
@ -38,27 +62,29 @@ timings:
history-length: 3600 history-length: 3600
world-settings: world-settings:
default: default:
generator-settings:
canyon: true
caves: true
dungeon: true
fortress: true
mineshaft: true
monument: true
stronghold: true
temple: true
village: true
flat-bedrock: false
optimize-explosions: false optimize-explosions: false
portal-search-radius: 128
remove-corrupt-tile-entities: false
use-chunk-inhabited-timer: true use-chunk-inhabited-timer: true
queue-light-updates: true
use-vanilla-world-scoreboard-name-coloring: false use-vanilla-world-scoreboard-name-coloring: false
delay-chunk-unloads-by: 10s delay-chunk-unloads-by: 10s
max-auto-save-chunks-per-tick: 24 max-auto-save-chunks-per-tick: 24
save-queue-limit-for-auto-save: 50 save-queue-limit-for-auto-save: 50
remove-corrupt-tile-entities: false enable-treasure-maps: true
squid-spawn-height: treasure-maps-return-already-discovered: false
minimum: 45.0 max-chunk-sends-per-tick: 81
maximum: 63.0 max-chunk-gens-per-tick: 10
game-mechanics:
scan-for-legacy-ender-dragon: true
villages-load-chunks: false
disable-chest-cat-detection: false
disable-end-credits: false
disable-player-crits: false
disable-sprint-interruption-on-attack: false
shield-blocking-delay: 5
disable-unloaded-chunk-enderpearl-exploit: true
prevent-moving-into-unloaded-chunks: false
max-growth-height: max-growth-height:
cactus: 3 cactus: 3
reeds: 3 reeds: 3
@ -70,10 +96,15 @@ world-settings:
hard: 128 hard: 128
falling-block-height-nerf: 0 falling-block-height-nerf: 0
tnt-entity-height-nerf: 0 tnt-entity-height-nerf: 0
queue-light-updates: false lightning-strike-distance-limit:
fast-drain: sound: -1
lava: false impact-sound: -1
water: false flash: -1
frosted-ice:
enabled: true
delay:
min: 20
max: 40
lootables: lootables:
auto-replenish: false auto-replenish: false
restrict-player-reloot: true restrict-player-reloot: true
@ -83,44 +114,85 @@ world-settings:
refresh-max: 2d refresh-max: 2d
filter-nbt-data-from-spawn-eggs-and-related: true filter-nbt-data-from-spawn-eggs-and-related: true
max-entity-collisions: 8 max-entity-collisions: 8
water-over-lava-flow-speed: 5 disable-creeper-lingering-effect: false
lava-flow-speed:
normal: 30
nether: 10
portal-search-radius: 128
keep-spawn-loaded-range: 8
auto-save-interval: -1
nether-ceiling-void-damage: false
allow-non-player-entities-on-scoreboards: false
hopper: hopper:
cooldown-when-full: true
disable-move-event: false
push-based: false push-based: false
frosted-ice: duplicate-uuid-resolver: saferegen
enabled: true duplicate-uuid-saferegen-delete-range: 32
delay: keep-spawn-loaded: false
min: 20 anti-xray:
max: 40 enabled: false
disable-explosion-knockback: false engine-mode: 1
elytra-hit-wall-damage: true chunk-edge-mode: 1
grass-spread-tick-rate: 1 max-chunk-section-index: 3
enable-old-tnt-cannon-behaviors: false update-radius: 2
game-mechanics: hidden-blocks:
disable-chest-cat-detection: false - gold_ore
disable-end-credits: false - iron_ore
use-alternate-fallingblock-onGround-detection: false - coal_ore
non-player-arrow-despawn-rate: -1 - lapis_ore
keep-spawn-loaded: true - mossy_cobblestone
armor-stands-do-collision-entity-lookups: true - obsidian
spawner-nerfed-mobs-should-jump: false - chest
- diamond_ore
- redstone_ore
- lit_redstone_ore
- clay
- emerald_ore
- ender_chest
replacement-blocks:
- stone
- planks
experience-merge-max-value: -1
keep-spawn-loaded-range: 8
auto-save-interval: -1
disable-thunder: false disable-thunder: false
skeleton-horse-thunder-spawn-chance: 0.01 skeleton-horse-thunder-spawn-chance: 0.01
disable-ice-and-snow: false disable-ice-and-snow: false
fire-physics-event-for-redstone: false fire-physics-event-for-redstone: false
allow-leashing-undead-horse: false skip-entity-ticking-in-chunks-scheduled-for-unload: true
armor-stands-do-collision-entity-lookups: true
water-over-lava-flow-speed: 5
bed-search-radius: 1
grass-spread-tick-rate: 1
container-update-tick-rate: 1
nether-ceiling-void-damage: false
allow-non-player-entities-on-scoreboards: false
non-player-arrow-despawn-rate: -1
creative-arrow-despawn-rate: -1
parrots-are-unaffected-by-player-movement: false
prevent-tnt-from-moving-in-water: false
disable-explosion-knockback: false
armor-stands-tick: true
spawner-nerfed-mobs-should-jump: false
baby-zombie-movement-speed: 0.5 baby-zombie-movement-speed: 0.5
mob-spawner-tick-rate: 1 allow-leashing-undead-horse: false
all-chunks-are-slime-chunks: false all-chunks-are-slime-chunks: false
container-update-tick-rate: 1 mob-spawner-tick-rate: 1
squid-spawn-height:
maximum: 63.0
minimum: 45.0
disable-teleportation-suffocation-check: false disable-teleportation-suffocation-check: false
enable-treasure-maps: true enable-old-tnt-cannon-behaviors: false
treasure-maps-return-already-discovered: false generator-settings:
canyon: true
caves: true
dungeon: true
fortress: true
mineshaft: true
monument: true
stronghold: true
temple: true
village: true
flat-bedrock: false
fast-drain:
lava: false
water: false
lava-flow-speed:
normal: 30
nether: 10
elytra-hit-wall-damage: true
use-alternate-fallingblock-onGround-detection: false
verbose: false verbose: false

Binary file not shown.

@ -426,4 +426,4 @@ AK-47:
Reset_Hit_Cooldown: true Reset_Hit_Cooldown: true
Hit_Events: Hit_Events:
Enable: true Enable: true
Sounds_Shooter: SHOOT_ARROW-1-2-0 Sounds_Shooter: SHOOT_ARROW-1-2-0

Binary file not shown.

Binary file not shown.

@ -0,0 +1,6 @@
{
"pack": {
"description": "Data pack for resources provided by Bukkit plugins",
"pack_format": 1
}
}

@ -0,0 +1,6 @@
{
"pack": {
"description": "Data pack for resources provided by Bukkit plugins",
"pack_format": 1
}
}

@ -0,0 +1,6 @@
{
"pack": {
"description": "Data pack for resources provided by Bukkit plugins",
"pack_format": 1
}
}

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save