Skip to content

Commit 8547b5e

Browse files
Update SkyGrid to 1.18.1
- Updated to 1.18.1 - Added Bank system - Aded extra mobs system - Replaced Cobblegen System - Added chat system - Added Biomes system - Added Controlpanel GUI - Added Warps System
1 parent 28b3689 commit 8547b5e

File tree

378 files changed

+24838
-29435
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

378 files changed

+24838
-29435
lines changed

.gitignore

+28-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,29 @@
1-
21
*.zip
2+
banned-ips.json
3+
banned-players.json
4+
cache/*
5+
crash-reports/*
6+
commands.yml
7+
eula.txt
8+
help.yml
9+
libraries/*
10+
logs/*
11+
ops.json
12+
permissions.yml
13+
plugins/BentoBox/database/Names/*
14+
plugins/BentoBox/database/Players/*
15+
plugins/BentoBox/locales/*
16+
plugins/CoreProtect/database.db
17+
plugins/Essentials/userdata/*
18+
plugins/Essentials/usermap.csv
19+
plugins/LuckPerms/translations/*
20+
plugins/WorldEdit/.archive-unpack/*
21+
skygrid-world/playerdata/*
22+
skygrid-world/stats/*
23+
skygrid-world/advancements/*
24+
usercache.json
25+
version_history.json
26+
versions/*
27+
wepif.yml
28+
whitelist.json
29+
plugins/CMILib/Translations/*

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [3.2]
5+
6+
### Changed
7+
- Updated to 1.18.1
8+
- Added Bank system
9+
- Aded extra mobs system
10+
- Replaced Cobblegen System
11+
- Added chat system
12+
- Added Biomes system
13+
- Added Controlpanel GUI
14+
- Added Warps System
15+
416
## [3.1]
517

618
### Changed
@@ -84,6 +96,7 @@ All notable changes to this project will be documented in this file.
8496
### Added
8597
- Initial commit of pack to Github for version control
8698

99+
[3.2]: https://github.com/apexhosting/SkyGrid/releases/tag/3.2
87100
[3.1]: https://github.com/apexhosting/SkyGrid/releases/tag/3.1
88101
[3.0]: https://github.com/apexhosting/SkyGrid/releases/tag/3.0
89102
[2.1]: https://github.com/apexhosting/SkyGrid/releases/tag/2.1

bukkit.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# As you can see, there's actually not that much to configure without any plugins.
33
# For a reference for any variable inside this file, check out the Bukkit Wiki at
44
# https://www.spigotmc.org/go/bukkit-yml
5-
#
5+
#
66
# If you need help on this file, feel free to join us on irc or leave a message
77
# on the forums asking for advice.
8-
#
8+
#
99
# IRC: #spigot @ irc.spi.gt
1010
# (If this means nothing to you, just go to https://www.spigotmc.org/go/irc )
1111
# Forums: https://www.spigotmc.org/

jar/gametype_skygrid.jar

-26 MB
Binary file not shown.

paper.yml

+46-10
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
# This is the main configuration file for Paper.
22
# As you can see, there's tons to configure. Some options may impact gameplay, so use
33
# with caution, and make sure you know what each option does before configuring.
4-
#
4+
#
55
# If you need help with the configuration or have any questions related to Paper,
66
# join us in our Discord or IRC channel.
7-
#
7+
#
88
# Discord: https://discord.gg/papermc
99
# IRC: #paper @ irc.esper.net ( https://webchat.esper.net/?channels=paper )
1010
# Website: https://papermc.io/
1111
# Docs: https://paper.readthedocs.org/
1212

1313
use-display-name-in-quit-message: false
1414
verbose: false
15-
config-version: 23
15+
config-version: 24
1616
settings:
17+
fix-target-selector-tag-completion: true
18+
time-command-affects-all-worlds: false
1719
track-plugin-scoreboards: false
1820
fix-entity-position-desync: true
1921
lag-compensate-block-breaking: true
@@ -28,7 +30,6 @@ settings:
2830
bungee-online-mode: true
2931
region-file-cache-size: 256
3032
incoming-packet-spam-threshold: 300
31-
save-player-data: true
3233
use-alternative-luck-formula: false
3334
suggest-player-names-when-null-tab-completions: true
3435
enable-player-collisions: true
@@ -52,6 +53,7 @@ settings:
5253
page-max: 2560
5354
total-multiplier: 0.98
5455
unsupported-settings:
56+
perform-username-validation: true
5557
allow-headless-pistons: false
5658
allow-permanent-block-break-exploits: false
5759
allow-piston-duplication: false
@@ -119,6 +121,15 @@ timings:
119121
server-name: Unknown Server
120122
world-settings:
121123
default:
124+
wateranimal-spawn-height:
125+
maximum: default
126+
minimum: default
127+
anticheat:
128+
obfuscation:
129+
items:
130+
hide-itemmeta: false
131+
hide-durability: false
132+
monster-spawn-max-light-level: -1
122133
allow-using-signs-inside-spawn-protection: false
123134
fix-wither-targeting-bug: false
124135
map-item-frame-cursor-update-interval: 10
@@ -224,8 +235,30 @@ world-settings:
224235
MinimumTicks: 100
225236
MaximumTicks: 600
226237
despawn-ranges:
227-
soft: 32
228-
hard: 128
238+
monster:
239+
soft: 32
240+
hard: 128
241+
creature:
242+
soft: 32
243+
hard: 128
244+
ambient:
245+
soft: 32
246+
hard: 128
247+
axolotls:
248+
soft: 32
249+
hard: 128
250+
underground_water_creature:
251+
soft: 32
252+
hard: 128
253+
water_creature:
254+
soft: 32
255+
hard: 128
256+
water_ambient:
257+
soft: 32
258+
hard: 64
259+
misc:
260+
soft: 32
261+
hard: 128
229262
lightning-strike-distance-limit:
230263
sound: -1
231264
impact-sound: -1
@@ -247,6 +280,7 @@ world-settings:
247280
items:
248281
COBBLESTONE: 300
249282
hopper:
283+
ignore-occluding-blocks: true
250284
cooldown-when-full: true
251285
disable-move-event: false
252286
squid-spawn-height:
@@ -297,10 +331,12 @@ world-settings:
297331
wither: true
298332
wither-skeleton: true
299333
spawn-limits:
300-
monsters: -1
301-
animals: -1
302-
water-animals: -1
303-
water-ambient: -1
334+
monster: -1
335+
creature: -1
336+
axolotls: -1
337+
underground_water_creature: -1
338+
water_creature: -1
339+
water_ambient: -1
304340
ambient: -1
305341
entity-per-chunk-save-limit:
306342
experience_orb: -1
3.46 MB
Binary file not shown.
-424 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

plugins/AdvancedAchievements/config.yml

+205
Original file line numberDiff line numberDiff line change
@@ -811,3 +811,208 @@ Custom:
811811
# | Parameters in future plugin versions will appear here | #
812812
# 8----------------------------0----------------------------8 #
813813
#==========================oooo=oooo==========================#
814+
815+
# Display a boss bar showing progress a few seconds after an achievement is received.
816+
BossBarProgress: true
817+
818+
# Used for the Breaks achievement category. You may need to expand this list when new Minecraft versions are released.
819+
OreBlocks:
820+
- coal_ore
821+
- diamond_ore
822+
- emerald_ore
823+
- lapis_ore
824+
- nether_gold_ore
825+
- nether_quartz_ore
826+
- redstone_ore
827+
828+
# Used for the Fireworks achievement category. In vanilla Minecraft, fireworks cannot be launched on the following
829+
# blocks. Unless listed here, players may be able to abuse the Fireworks category by repeatedly right clicking on the
830+
# block and not actually using any fireworks. You may need to expand this list when new Minecraft versions are released.
831+
ForbiddenFireworkBlocks:
832+
- glow_item_frame
833+
- painting
834+
- item_frame
835+
- minecart
836+
- hopper_minecart
837+
- tnt_minecart
838+
- command_block_minecart
839+
- furnace_minecart
840+
- chest_minecart
841+
842+
# Used for the Fireworks achievement category. In vanilla Minecraft, fireworks can only be launched on the following
843+
# blocks when sneaking. Unless listed here, players may be able to abuse the Fireworks category by repeatedly right
844+
# clicking on the block and not actually using any fireworks. You may need to expand this list when new Minecraft
845+
# versions are released.
846+
ForbiddenFireworkBlocksWhenNotSneaking:
847+
- polished_blackstone_button
848+
- furnace
849+
- dispenser
850+
- chest
851+
- note_block
852+
- lever
853+
- stone_button
854+
- ender_chest
855+
- beacon
856+
- anvil
857+
- trapped_chest
858+
- hopper
859+
- dropper
860+
- brewing_stand
861+
- crafting_table
862+
- acacia_button
863+
- birch_button
864+
- dark_oak_button
865+
- jungle_button
866+
- oak_button
867+
- spruce_button
868+
- acacia_door
869+
- birch_door
870+
- dark_oak_door
871+
- jungle_door
872+
- oak_door
873+
- spruce_door
874+
- acacia_fence_gate
875+
- birch_fence_gate
876+
- dark_oak_fence_gate
877+
- jungle_fence_gate
878+
- oak_fence_gate
879+
- spruce_fence_gate
880+
- enchanting_table
881+
- acacia_trapdoor
882+
- birch_trapdoor
883+
- dark_oak_trapdoor
884+
- jungle_trapdoor
885+
- oak_trapdoor
886+
- spruce_trapdoor
887+
- acacia_boat
888+
- birch_boat
889+
- dark_oak_boat
890+
- jungle_boat
891+
- oak_boat
892+
- spruce_boat
893+
- black_bed
894+
- blue_bed
895+
- brown_bed
896+
- cyan_bed
897+
- gray_bed
898+
- green_bed
899+
- light_blue_bed
900+
- light_gray_bed
901+
- lime_bed
902+
- magenta_bed
903+
- orange_bed
904+
- pink_bed
905+
- purple_bed
906+
- red_bed
907+
- white_bed
908+
- yellow_bed
909+
- cake
910+
- comparator
911+
- repeater
912+
- command_block
913+
- armor_stand
914+
- chain_command_block
915+
- repeating_command_block
916+
- black_shulker_box
917+
- blue_shulker_box
918+
- brown_shulker_box
919+
- cyan_shulker_box
920+
- gray_shulker_box
921+
- green_shulker_box
922+
- light_blue_shulker_box
923+
- lime_shulker_box
924+
- magenta_shulker_box
925+
- orange_shulker_box
926+
- pink_shulker_box
927+
- purple_shulker_box
928+
- red_shulker_box
929+
- white_shulker_box
930+
- yellow_shulker_box
931+
- shulker_box
932+
- barrel
933+
- bell
934+
- blast_furnace
935+
- cartography_table
936+
- grindstone
937+
- loom
938+
- smoker
939+
- stonecutter
940+
- acacia_sign
941+
- acacia_wall_sign
942+
- birch_sign
943+
- birch_wall_sign
944+
- dark_oak_sign
945+
- dark_oak_wall_sign
946+
- jungle_sign
947+
- jungle_wall_sign
948+
- oak_sign
949+
- oak_wall_sign
950+
- spruce_sign
951+
- spruce_wall_sign
952+
953+
# Used for the HoePlowings achievement category. You may need to expand this list when new Minecraft versions are
954+
# released.
955+
HoePlowableBlocks:
956+
- dirt
957+
- grass_block
958+
959+
# Used for the Fish achievement category. You may need to expand this list when new Minecraft versions are released.
960+
FishableFish:
961+
- cod
962+
- salmon
963+
- pufferfish
964+
- tropical_fish
965+
966+
# By default, the back button in the GUI returns to the listing of all categories. Use this option if you want to run a
967+
# command instead. PLAYER placeholder is supported.
968+
OverrideBackButtonBehaviour: ""
969+
970+
# If true, the icon of the back button in the GUI will be the same as the category currently being viewed.
971+
BackButtonIsCategoryItem: true
972+
973+
# When using groups of subcategories for Multiple action achievements (e.g. snow|snow_block|ice), you must ensure that
974+
# the value of this parameter is greater than the total number of characters in the group. Unless you use groups of very
975+
# large sizes, you don't need to change this value.
976+
TableMaxSizeOfGroupedSubcategories: 128
977+
978+
# Enable if you use BungeeCord or if your database is shared by multiple servers. Do a full server restart.
979+
BungeeMode: false
980+
981+
# Count the maximum level reached in a job (full job name in lower case).
982+
JobsReborn:
983+
hunter:
984+
1:
985+
Goal: Level up as a hunter!
986+
Message: You have reached hunter level 2!
987+
Name: jobsreborn_1_hunter
988+
DisplayName: Hunter
989+
Type: normal
990+
991+
# Count effects held (effect name in lower case).
992+
# Available effects: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffectType.html
993+
EffectsHeld:
994+
jump:
995+
1:
996+
Goal: Hold the jump boost effect!
997+
Message: You jumped as high as a kangaroo!
998+
Name: effectsheld_1_jump
999+
DisplayName: Kangaroo
1000+
Type: normal
1001+
1002+
# Count distance traveled whilst sneaking.
1003+
DistanceSneaking:
1004+
500:
1005+
Goal: Travel 500 blocks whilst sneaking.
1006+
Message: You traveled 500 blocks whilst sneaking!
1007+
Name: distancesneaking_500
1008+
DisplayName: Ninja
1009+
Type: normal
1010+
1011+
# Count books edited.
1012+
BooksEdited:
1013+
10:
1014+
Goal: Edit 10 books.
1015+
Message: You've used an entire pot of ink!
1016+
Name: booksedited_10
1017+
DisplayName: Scribe
1018+
Type: normal

0 commit comments

Comments
 (0)