Recent Changes - RockinChaos/FakeCreative GitHub Wiki
Changelog
Added:
- 1.21.2/1.21.3 Support (97dc04d)
Fixed:
- Mertrics Logging (d013bcf)
- Setting Metrics-Logging to false in the config.yml ended up doing nothing because the value wasn't being checked programmatically.
- isInventoryEmpty compat (8d2b60c)
- Implements a fallback for when the #isEmpty method is missing from the Bukkit Inventory.
- memory usage (5e6d899)
- anvil paper packet (83e3575)
- SkinsRestorer API (3eee1f8)
- When SkinsRestorer is in proxy mode or stuck loading it throws errors when initializing.
Changed:
- GitLab to Jenkins (ea7c6e0)
Changelog
Added:
- 1.21 & 1.21.1 Support.
- Folia Support.
- Folia is a new fork of PaperSpigot that adds regionized multithreading to the server.
Fixed:
/clear
(or related commands) removing creative tabs.nms-version
check.- Would incorrectly say you're running an unsupported Minecraft version.
/fakecreative dump
causing the server to crash.- Updates and force upgrades causing the server to crash.
Changelog
Fixed:
- 1.17.0 - 1.17.1 bug with not being able to join the server when defining a custom book item.
- Legacy PotionMeta bug.
- ItemMeta was incorrectly specified in the reflection.
- Another VirusTotal false-flag.
- This is very unlikely to happen again, the method has been entirely rewritten.
- Other Legacy Minecraft bugs.
Changed:
- Dump URL is now interactable.
- Easier to copy the URL.
Changelog
Added:
- 1.20.5 & 1.20.6 Support.
- Self-Drops preference in the config.yml and per-player preferences.
- You can now prevent players or individual players can specify the prevention of dropping items manually and on death while in creative.
- You must add
Self-Drops: true
to your config.yml under the Preferences section to utilize this new feature.
- Item-Store preference in the config.yml and per-player preferences.
- You can now prevent players or individual players can specify the prevention of storing items while in creative.
- You must add
Item-Store: true
to your config.yml under the Preferences section to utilize this new feature.
- Creative menu blacklisting.
- You can now blacklist specific item materials from the creative menu.
- This takes a list input of material names to be blacklisted.
- You must add the following (new)
Settings
section to your config.yml to utilize this feature.
Settings:
Creative-Blacklist:
- BEDROCK
- BARRIER
Fixed:
- Minor bugfixes.
Changelog
Fixed:
- SkinsRestorer API Bugfix.
- Would simply prevent the skull preference from loading.
Changelog
Added:
- 1.20.4 Support.
- Now officially supports all Minecraft versions from 1.8 - 1.20.4.
/fakecreative dump
command.- Automatically sends the user a dump URL that should be provided to the plugin developer for debugging.
- This will easily speed up support times.
Changed:
- Major core recode.
- Implements the Library ChaosCore which should now speed up the time it takes to update the plugin.
- Once one plugin is updated, all plugins running this Library will automatically compile and have a functional snapshot.
- Essentially less time waiting for an update.
Removed:
- Minecraft 1.7 support.
- According to statistics, nobody is using this version and it was A PAIN to support.
- There is no reason to be using this instead Minecraft 1.8 should be used to avoid combat mechanics...