☄️ Oraxen | Add items, blocks, armors, hats, food, furnitures, plants and GUI | [1.18-1.20.4]

MC Plugin ☄️ Oraxen | Add items, blocks, armors, hats, food, furnitures, plants and GUI | [1.18-1.20.4] 1.172.0
Create custom stuff, automatically generate, compress, protect and upload your resourcepack!

Here is the changelog:
- Fix Gesture Shader breaking playerheads
- Add `radius_limitation` to LimitedPlacing mechanic
- Fix for displayname without formatting being italic
- Fix strippable OraxenBlocks always being stripped
- Make glyphs take a `char` to specify a specific unicode easier, over a `code`
* Old configs will automatically convert
* Setting `code` in new configs will automatically convert to `char` entry
- Remove PrintGlyph command due to the above change
- Make OraxenItems with TIPPED_ARROW material and `disable_vanilla_interaction` not fire
- Disable equipping OraxenItems with HorseArmor material and `disable_vanilla_interaction`
- Fix issues with SilkTouch drops
Here is the changelog:
- Make pack-validation ignore default entity textures
- Fix Oraxen Inventory height-offset
- Improve Lands Protection and Interaction rules
- Fix issue with settings.yml not updating from some old versions
- Tweak some default settings
Here is the changelog:
- Fix anvil renaming of Oraxen Items
- Fix enchanting Oraxen Items making name italic
- Remove spam of NumberKey debug message
- Fix Written Books opening when trying to interact with blocks like Lecterns, Chiseled Bookshelves and chests
- Remove need to specify UUID and name in AttributeModifiers
- Fix issue related to sounds when placing on Custom Blocks
- Minor fixes to OraxenEvent calling
- Fix issues with assigning slots in OraxenInventory

Fixed:​

  • Issue with piracy notice is removed

Explanation​

This utility code was throwing issues with the nulling process. It has now been removed:
Java:
    public static void leakNotice() {
        Logs.logError("This is a leaked version of Oraxen");
        Logs.logError("Piracy is not supported, shutting down plugin.");
        Logs.logError("Consider purchasing Oraxen on SpigotMC or Polymart if you want a working version.");
        Bukkit.getPluginManager().disablePlugin(OraxenPlugin.get());
    }

The onEnable Function
Java:
    public void onEnable() {
        other code ....
        if (VersionUtil.isLeaked()) {
            NoticeUtils.leakNotice();
        }
    }
  • Like (+1)
Reactions: Razariel
Here is the changelog:
- Fix stringblocks updating when blocks are placed next to them
- Fix noteblock-mechanic blocks updating when above block is broken
- Fix more cases where same items would not be stackable/usable in recipes
- Make Bitmap-Glyphs ignore texture, ascent and height specified in the glyph-config
* This is all defined within the bitmap-entry in fonts.yml
- Fixes to Gesture-command
- Fix auto-cmd not respecting items with same model-paths
- Fix Dye-Command not working with maps
- Add `amount`-property to recipe results
- Add Crucible and MMOItems support to recipes
- Add settings to disable automatic glyph/cmd systems
- Fix CustomBlock-sounds not being properly removed when disabled
Fixed the latest upload issues with enables.
Here is the changelog:
- Add support for multi-bitmap glyphs
* Adds new section to font.yml, suggest regenerating it.
* More info can be found here
- Fix issue with using `oraxen_item` in recipes
- Fix issue with generating `sounds.json`
- Fix some mechanics not working based on Protection-plugin used
- Fix issues with seat-mechanic rotation
- Fix Custom Armor being repairable when setting is disabled
- Fix ItemStacks being unstackable in some cases
- Fix issue related to Glyph-Tabcompletion on 1.19.3 servers
- Fix ItemUpdater updating lore, even when `override_lore` was disabled
- Fix `light` not working for furniture without barriers
Adds back missing default assets from previous release
- Preliminary 1.20 support
* There will be some quirks with Display Entity furniture with transformation: FIXED
- Add `rotatable`-property to furniture
- Fix bunch of interactions with placing against interactable furniture
- Fix placing stairs and slabs on custom blocks
- Fix furniture dropping without DisplayName
- Fix issues with global-lang file not working
- Add Campfire, Blasting, Smithing, Smoking and Stonecutter Recipe types
- Make reloading Oraxen only remove reset Oraxen-recipes
- Disable Gestures by default due to Player Head issue
- Improve automatic CustomModelData assignment
* Oraxen will always forcefully set a cmd value now if none is specified
* Should fix issues where several items could be assigned the same cmd
- Improve automatic ItemUpdater
* Updates already placed furniture, if custom_model_data were to change
* Items now update whenever picked up, player joins and for all players when using the reload commands
- Improve handling of duplicate files
* Make bows, shields, crossbows and fishing rods properly merge
* Make sounds.json never be duplicated
* Make font-files merge in without deleting imported file
- Fix issue with inconsistent furniture drops introduced in 1.156.3
Top Bottom