Skip to content

Commit

Permalink
Removed: Enchantment Seed Spoofer (Unnecessary)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram1903 committed Apr 24, 2024
1 parent f9fe2eb commit ba766ee
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 64 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ The plugin includes a set of spoofing features, including:
- Item Enchantments
- Item Stack Amount
- World Seed
- Enchantment Seed

## Permission Nodes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ public enum ConfigOption {
ALLOW_BYPASS_ENABLED("allow-bypass.enabled", false),

SPOOF_WORLD_SEED_ENABLED("spoof.world-seed.enabled", false),
SPOOF_ENCHANT_SEED_ENABLED("spoof.enchant-seed.enabled", false),
SPOOF_FOOD_SATURATION_ENABLED("spoof.food-saturation.enabled", true),

ENTITY_DATA_ENABLED("spoof.entity-data.enabled", true),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,5 @@ private void setupAdditionalListeners() {
if (platform.getConfigurationOption(ConfigOption.SPOOF_WORLD_SEED_ENABLED)) {
PacketEvents.getAPI().getEventManager().registerListener(new WorldSeedListener<>(this.platform));
}
if (platform.getConfigurationOption(ConfigOption.ENCHANTMENTS_ENABLED)) {
PacketEvents.getAPI().getEventManager().registerListener(new WindowItemsListener<>(this.platform));
}
}
}

This file was deleted.

4 changes: 0 additions & 4 deletions spigot/src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ spoof:
world-seed:
enabled: false

# Prevents the client from receiving the enchantment seed.
enchant-seed:
enabled: false

# Prevents the player from receiving the current saturation of their food bar,
# which can be used by mods or cheats to determine when the food bar itself will be drained.
food-saturation:
Expand Down

0 comments on commit ba766ee

Please sign in to comment.