Speedgot
Fix64 : exploit prevention
-----
Block chunk-loaders, light dupes, and other exploits
Download Now
18.3 KB .jar
Overview
Updates (
--
)
Reviews (
---
)
Version History
Discussion
Fix64
a Spigot plugin that blocks exploits
Configurable Features
•
Disable Chunk-Loaders:
unload unused chunks on an interval, and/or disable entity portal usage
•
Prevent Item Renaming:
block specific items and/or names
•
Prevent Light Block Redstone Dupe
: stop placing redstone on trapdoors with lights above it
•
Prevent Breaking Trial Spawners
•
Disable Spawner-Egg Conversion
•
Disable Spawner Exp Orbs
Commands & Permissions
Commands
•
/fix64 reload
Reload the plugin's config
Permissions
•
fix64.reload
Ability to use reload the config
(default: OP)
•
fix64.eggconversion
Ability to convert spawners with spawn eggs
(default: OP)
Dependencies
Java 17+: REQUIRED
Spigot 1.18.1+: UNTESTED ON OLDER VERSIONS
Default Config
Spoiler:
(click to expand)
Code (YAML):
# Fix64 v1.7.1 by @tbm00
# https://github.com/tbm00/Fix64/
### Prevents spawners from dropping exp when broken, thus disabling exp dupes (includes 1.21 trial spawners)
enableBlockSpawnerEXP
:
true
### Prevents players from changing spawner mob types with spawn eggs
enableBlockSpawnerConversion
:
true
### Prevents players from breaking trial spawners
enableBlockTrialSpawnerBreak
:
true
### Prevents players from placing redstone on trapdoors, thus minimizing light block dupes
fixLightTrapdoorDupe
:
true
### Unloads chunks without nearby players on interval, thus minimizing chunk loaders
chunkUnloader
:
enabled
:
true
timer
:
480
# seconds
radius
:
16
# chunks
### Prevents entities from teleporting in portals, thus disabling some chunk loaders
enablePortalGaurd
:
true
bannedPortalEntities
:
-
"BOAT"
-
"CHEST_BOAT"
-
"MINECART"
-
"MINECART_CHEST"
-
"MINECART_COMMAND"
-
"MINECART_FURNACE"
-
"MINECART_TNT"
-
"MINECART_HOPPER"
-
"MINECART_MOB_SPAWNER"
-
"DROPPED_ITEM"
-
"ITEM_DISPLAY"
-
"BLOCK_DISPLAY"
# https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html
### Prevents players from renaming items in anvils based on item's name & material
enableStopRenaming
:
true
banAllNames
:
false
bannedMaterials
:
-
"TRIPWIRE_HOOK"
bannedNames
:
-
"&4BadWord"
View on SpigotMC
Resource Information
Author:
----------
Total Downloads:
52
First Release:
Nov 5, 2024
Last Update:
Mar 26, 2025
Category:
---------------
All-Time Rating:
0 ratings
Version
-----
Released:
--------------------
Downloads:
------
Version Rating:
----------------------
--
ratings
Ask Questions / Get Support