Skip to content

Commit

Permalink
Melhoria de formatação
Browse files Browse the repository at this point in the history
  • Loading branch information
SrBedrock committed Sep 21, 2024
1 parent d521242 commit 7d0aa3c
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 46 deletions.
4 changes: 2 additions & 2 deletions paper/run/config/paper-global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ spark:
timings:
enabled: false
hidden-config-entries:
- database
- proxies.velocity.secret
- database
- proxies.velocity.secret
history-interval: 300
history-length: 3600
server-name: Unknown Server
Expand Down
70 changes: 35 additions & 35 deletions paper/run/config/paper-world-defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,33 +18,33 @@ anticheat:
enabled: false
engine-mode: 1
hidden-blocks:
- copper_ore
- deepslate_copper_ore
- gold_ore
- deepslate_gold_ore
- iron_ore
- deepslate_iron_ore
- coal_ore
- deepslate_coal_ore
- lapis_ore
- deepslate_lapis_ore
- mossy_cobblestone
- obsidian
- chest
- diamond_ore
- deepslate_diamond_ore
- redstone_ore
- deepslate_redstone_ore
- clay
- emerald_ore
- deepslate_emerald_ore
- ender_chest
- copper_ore
- deepslate_copper_ore
- gold_ore
- deepslate_gold_ore
- iron_ore
- deepslate_iron_ore
- coal_ore
- deepslate_coal_ore
- lapis_ore
- deepslate_lapis_ore
- mossy_cobblestone
- obsidian
- chest
- diamond_ore
- deepslate_diamond_ore
- redstone_ore
- deepslate_redstone_ore
- clay
- emerald_ore
- deepslate_emerald_ore
- ender_chest
lava-obscures: false
max-block-height: 64
replacement-blocks:
- stone
- oak_planks
- deepslate
- stone
- oak_planks
- deepslate
update-radius: 2
use-permission: false
obfuscation:
Expand Down Expand Up @@ -87,16 +87,16 @@ entities:
disable-player-crits: false
door-breaking-difficulty:
husk:
- HARD
- HARD
vindicator:
- NORMAL
- HARD
- NORMAL
- HARD
zombie:
- HARD
- HARD
zombie_villager:
- HARD
- HARD
zombified_piglin:
- HARD
- HARD
ender-dragons-death-always-places-dragon-egg: false
experience-merge-max-value: -1
mobs-can-always-pick-up-loot:
Expand Down Expand Up @@ -175,11 +175,11 @@ entities:
safe-regen-delete-range: 32
filter-bad-tile-entity-nbt-from-falling-blocks: true
filtered-entity-tag-nbt-paths:
- Pos
- Motion
- SleepingX
- SleepingY
- SleepingZ
- Pos
- Motion
- SleepingX
- SleepingY
- SleepingZ
iron-golems-can-spawn-in-air: false
monster-spawn-max-light-level: default
non-player-arrow-despawn-rate: default
Expand Down
14 changes: 7 additions & 7 deletions paper/run/spigot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ messages:
advancements:
disable-saving: true
disabled:
- minecraft:story/disabled
- minecraft:story/disabled
commands:
silent-commandblock-console: false
spam-exclusions:
- /skill
- /skill
replace-commands:
- setblock
- summon
- testforblock
- tellraw
- setblock
- summon
- testforblock
- tellraw
log: true
tab-complete: 0
send-namespaced: true
Expand Down Expand Up @@ -178,4 +178,4 @@ world-settings:
config-version: 12
stats:
disable-saving: false
forced-stats: {}
forced-stats: { }
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import com.badbones69.crazycrates.api.objects.Crate;
import com.badbones69.crazycrates.api.objects.Prize;
import com.badbones69.crazycrates.api.objects.other.CrateLocation;
import com.badbones69.crazycrates.api.utils.FileUtils;
import com.badbones69.crazycrates.api.utils.MiscUtils;
import com.badbones69.crazycrates.api.utils.MsgUtils;
import com.badbones69.crazycrates.common.config.types.ConfigKeys;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,6 @@ public void loadOfflinePlayersKeys(Player player, List<Crate> crates) {
}



private boolean isCrateInvalid(String crateName) {
return crateName.isBlank() || this.plugin.getCrateManager().getCrateFromName(crateName) == null;
}
Expand Down

0 comments on commit 7d0aa3c

Please sign in to comment.