Recent content by Minekarta Studio

  1. Minekarta Studio

    LandRealms | Origin Realms Land Claim - [1.4.0] PlaceholderAPI Expansion, Async Realm Creation & Critical Crash Fixes

    Added Extensive PlaceholderAPI Expansions: Added 17 new placeholders covering realm ownership, member data, level info, biome, PvP/explosion flags, and current realm detection. (e.g. %landrealms_realm_level%, %landrealms_current_in_realm%, %landrealms_realm_members_online%, and more.)...
  2. Minekarta Studio

    LandRealms | Origin Realms Land Claim - [1.3.0] Multi-World Architecture, Invitation System & UI Overhaul

    Added Multi-World Realm Architecture: Each realm now resides in its own isolated world folder (landrealms/realm-<uuid>) for better management and biome consistency. Member Ejection System: Kicked players are now immediately teleported to server spawn upon removal. Invitation System: Replaced...
  3. Minekarta Studio

    LandRealms | Origin Realms Land Claim - [1.2.0] - Update Checker, Command Aliases & Realm Beacon Effects

    Added Async Update Checker: Automatically checks [Censored] (Resource ID: 9329) for new versions on startup and player join (requires landrealms.admin). Command Aliases: Added /realms and /realmsadmin as intuitive aliases. Realm Level Beacon Effects: Players inside a realm automatically receive...
  4. Minekarta Studio

    ModelEngineNPC | Models and Animate NPC - [1.3.2] Interaction & Placeholder Bug Fixes

    Fixed CRITICAL — NullPointerException on Interaction: Fixed a crash when players interacted with NORMAL-type NPCs caused by a null model ID being passed into the placeholder selector. Null values are now safely redirected to "none". Component String Leak in Placeholder: Fixed {player_display}...
  5. Minekarta Studio

    ModelEngineNPC | Models and Animate NPC - [1.3.1] - Critical NPC Stability & Protocol Fixes

    Fixed CRITICAL — Normal NPC Persistence: NPC data of type NORMAL was being silently wiped on every server restart or plugin reload. CRITICAL — Mass Disconnect on NPC Spawn: Corrected an invalid entity metadata index that caused an IllegalStateException, disconnecting all online players when an...
  6. Minekarta Studio

    ModelEngineNPC | Models and Animate NPC - [1.3.0] - Refactor: Full Migration to Native Packet-Based NPC System

    Added Native Packet NPC System: Completely replaced the third-party FancyNpcs dependency with a robust, native NPC rendering system using PacketEvents. The plugin now directly handles all aspects of normal (player-shaped) NPCs at the protocol level. Packet-Based Interactions: Added...
  7. Minekarta Studio

    ModelEngineNPC | Models and Animate NPC - [1.2.1] - 2026-04-20

    Added NPC Display Name Toggle (/menpc name <id> <true|false>): Control the visibility of the primary display name (hologram) for normal-type NPCs. Default is false (hidden) to prevent conflict with custom FancyHolograms displays. Changed FancyNpcsIntegration now dynamically injects <empty>...
  8. Minekarta Studio

    ModelEngineNPC | Models and Animate NPC - [1.2.0] - Added Features, Optimized and Fixed Bugs

    Added NPC Cloning (/menpc copy <source> <new-id>): Full deep-copy of any NPC including model, skin, animations, interactions, and hologram settings. Clone spawns at the player's current location. Universal LookClose System: Complete rewrite of LookCloseTask to support both MODEL_ENGINE and...
  9. Minekarta Studio

    ModelEngineNPC | Models and Animate NPC - [1.1.0] - Normal NPC Support & Skin Integration

    Added Normal NPC Support (NPCType.NORMAL): Create standard Minecraft player NPCs alongside ModelEngine entities. FancyNpcs Integration: Integration with FancyNpcs API (v2.9.x) for rendering normal-type NPCs. Mineskin API Support: SkinManager fetches and processes skin URLs asynchronously...
  10. Minekarta Studio

    ModelEngineNPC | Models and Animate NPC - [1.0.3] - Developer API & Core Optimization Added

    Added: Public Developer API (ModelEngineNPCAPI): Full programmatic access to create, remove, and manage NPCs. Maven Repository: Plugin artifacts hosted on repo.minekarta.com for dependency management. YAML persistence architecture (YamlNPCRepository). Interactive clicking system with...
  11. Minekarta Studio

    LandRealms | Origin Realms Land Claim - LandRealms v1.1.1

    Fixed Upgraded the MemberGUI invite button to use an interactive SuggestCommand component instead of just sending a plain text message. Fixed an issue in flags.yml where GUI items overlapped with the plugin's standard border design by expanding the GUI to 6 rows and shifting flags inward.
  12. Minekarta Studio

    LandRealms | Origin Realms Land Claim - LandRealms v1.1.0

    Added Comprehensive protection and environment RealmFlags enforcement (ProtectionListener.java), covering events like: Animal/Passive mob damage. Fire spread and block ignitions. Lightning strikes. Enderman block griefing. Leaf decay. Ice melting and snow accumulation. Crop trampling...
  13. Minekarta Studio

    ModelEngineNPC | Models and Animate NPC - ModelEngineNPC v1.0.2

    Changelog: - Fix NPC removal issue
  14. Minekarta Studio

    ModelEngineNPC | Models and Animate NPC - ModelEngineNPC v1.0.1

    Changelog - ModelEngineNPC v1.0.1 🚀 New Features [NEW] Added /menpc play <id> <anim> [loop] [speed] command. Allows playing any animation on an NPC dynamically. Supports loop (true/false) and speed (multiplier) parameters. Includes full Tab Completion for animations based on the NPC's...
  15. Minekarta Studio

    LandRealms | Origin Realms Land Claim - LandRealms v1.0.0

    Natural Biome Customization: Detailed explanation of how biomes are applied. Safe Deletion: Instructions on using /realm delete with confirmation. Command List: Comprehensive list of player and admin commands. Simplified Language: Rewritten to be easier to understand for all users.
Top