Skip to content

Releases: RockinChaos/FakeCreative

1.21.2 & 1.21.3 Support, Bugfixes

24 Nov 02:20
Compare
Choose a tag to compare

FakeCreative-v1.0.8-RELEASE

Changelog

Added:

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:

1.21 & 1.21.1 Support, New Features, Bugfixes

04 Sep 00:21
Compare
Choose a tag to compare

FakeCreative-v1.0.7-RELEASE

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.

Major bugfixes

03 Jun 03:30
Compare
Choose a tag to compare

FakeCreative-v1.0.6-RELEASE

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.

1.20.5 & 1.20.6 Support, Bugfixes, and New Features.

28 May 00:14
Compare
Choose a tag to compare

FakeCreative-v1.0.5-RELEASE

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.

Bug fix

13 Jan 00:46
Compare
Choose a tag to compare

FakeCreative-v1.0.4-RELEASE

Changelog

Fixed:

  • SkinsRestorer API Bugfix.
    • Would simply prevent the skull preference from loading.

1.20.4 Support & Major bug fixes

31 Dec 09:07
Compare
Choose a tag to compare

FakeCreative-v1.0.3-RELEASE

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...

Bugfixes

24 Jul 23:31
Compare
Choose a tag to compare

FakeCreative-v1.0.2-RELEASE

Changelog

Added:

  • Support for Minecraft 1.19 & 1.19.1.
  • Updated ProtocolLib.

Fixed:

  • MySQL / SQLite bugs

1.18 Support

27 Feb 02:20
Compare
Choose a tag to compare

FakeCreative-v1.0.1-RELEASE

Changelog

Added:

  • Support for Minecraft 1.18 & 1.18.1.
  • Updated ProtocolLib.

Fixed:

  • Health scale bugfix
  • Legacy Material Registration
    • If a legacy material was detected it would cause a major lag spike.
  • Inventory restoring bugfix.
  • Direction bug when trying to pick block a block that had a half block or entity on top such as snow.
    • Pick block now results in the exact block the player is looking at.

Changed:

  • Preferences functionality.
    • Now functions better.

Initial Release

04 Sep 10:05
Compare
Choose a tag to compare

FakeCreative-v1.0.0-RELEASE

Changelog

Changed:

  • Nothing to change, this is the first release!
  • If you wish to see something added or have a bug please submit a request, I would be happy to help!