Recent content by tins

  1. tins

    WorldGuard ExtraFlags Plus - Release 4.4.1

    blocked-effects, give-effects, and play-sounds skip tick work when the flag is inactive and there’s nothing to restore blocked-effects avoids calling hasBypass() every tick when no flag value applies (less LuckPerms/cache overhead) blocked-effects uses one runAtEntity task per tick instead of...
  2. tins

    HyAnnouncer - Announcements - Broadcasts - Release 1.1.7

    Requires Hytale 0.5.6+ (Java 25). Build with JDK 25 toolchain via Gradle. ### Added - Granular permissions: Replaced OP-only command access with hyannouncer.command.* permission nodes. OP (*) still grants full access. - hyannouncer.command.use — /ha info, /ha list -...
  3. tins

    WorldGuard ExtraFlags Plus - Release 4.4.0

    ### Build & runtime Version 4.4.0 — feature and stability release after Folia/performance audit. Java 21 bytecode (--release 21) for broader Paper 1.21.x / 26.1–26.3 server compatibility. Paper API compile target: 26.1.2.build.67-stable; plugin.yml remains api-version: '1.21'. FoliaLib shading...
  4. tins

    WorldGuard ExtraFlags Plus - Release 4.3.13

    https://github.com/tinsware/WorldGuardExtraFlagsPlus/releases/tag/v4.3.13
  5. tins

    WorldGuard ExtraFlags Plus - Release 4.3.12

    #### disable-completely — Vanilla spears (1.21.11+) Block spear items: tier materials (WOODEN_SPEAR, STONE_SPEAR, COPPER_SPEAR, IRON_SPEAR, GOLDEN_SPEAR, DIAMOND_SPEAR, NETHERITE_SPEAR) and the SPEAR shorthand (all tiers). Riptide interaction blocking extended to spears as well as tridents when...
  6. tins

    HyAnnouncer - Announcements - Broadcasts - Release 1.1.6

    ### Fixed Reload: Config reload failures now log the config file path and full cause (e.g. invalid JSON, codec error) so you can fix the file and retry /ha reload. Reload: When one config fails to load, only that config is kept; other configs still reload. Managers are only reloaded when their...
  7. tins

    HyAnnouncer - Announcements - Broadcasts - HyAnnouncer v1.1.5

    Using fresh configs will be good for everyone! Structures and usages changed. ### 1. Scheduled Actions System Added cron-based scheduling with support for 5-field cron expressions Added simple mode with duration strings (10s, 5m, 1h, 2d) Created ScheduledActionsConfig for...
  8. tins

    HyAnnouncer - Announcements - Broadcasts - HyAnnouncer v1.1.4

    ### Interactive GUI System Complete web-based GUI (/ha gui) for managing announcements Welcome/Join-Leave message configuration panels Chat, Title, and Notification announcement management Start/stop controls and enable/disable toggles Manual message sending interface Wiki page with commands...
  9. tins

    HyAnnouncer - Announcements - Broadcasts - HyAnnouncer v1.0.2

    (update join leave config with that new placeholders)
  10. tins

    HyAnnouncer - Announcements - Broadcasts v1.1.7

    # HyAnnouncer A powerful announcement system for Hytale servers with configurable intervals, multiple display types, world/permission filtering, clickable links, and placeholder support. ## 📚 Full Documentation 👉 View Complete Wiki Documentation (For detailed configuration examples, all...
  11. tins

    WorldGuard ExtraFlags Plus - WorldGuard ExtraFlags Plus v4.3.11

    Update log: https://github.com/tins-dev/WorldGuardExtraFlagsPlus/releases/tag/v.4.3.11
  12. tins

    WorldGuard ExtraFlags Plus - WorldGuard ExtraFlags Plus v4.3.10

    ### Disable Collision Flag - Major Refactor #### Implementation Changes Minecraft teams: Now uses Minecraft's native scoreboard team system (the only reliable method for entity-to-entity collision) Hybrid team-based approach: - If a player is the only member of their team, the plugin...
  13. tins

    WorldGuard ExtraFlags Plus - WorldGuard ExtraFlags Plus v4.3.9

    ### Fixed Fixed command-on-entry and command-on-exit flags causing thread check errors on Folia servers by using entity scheduler instead of global scheduler for player command dispatch Fixed disable-collision flag causing player disconnections on Paper servers by properly handling...
  14. tins

    WorldGuard ExtraFlags Plus - WorldGuard ExtraFlags Plus v4.3.8

    New Features Added inventory-craft flag - Block inventory crafting (2x2 grid) in regions Added Discord support link - Join our community: https://discord.gg/TCJAwsdqum Breaking Changes Removed permit-completely flag - Use disable-completely instead (automatic migration included) Changed...
  15. tins

    WorldGuard ExtraFlags Plus - v4.3.7 - New Flags & Config & Messages File Rename

    # WorldGuard ExtraFlags Plus v4.3.7 ### 🔨 New Flag: permit-workbenches Block workbench usage and crafting in regions! Supports: ALL, clear, anvil, cartography, craft, ender, grindstone, loom, smithing, stonecutter. Usage: /rg flag spawn permit-workbenches ALL /rg flag spawn permit-workbenches...
Top