Recent content by dattadeveloper

  1. dattadeveloper

    WorldBorder, API Included - Multiple Worlds, More Variables!

    Multiple Worlds, More Variables, etc. Fixs, Update Multiple HUD.
  2. dattadeveloper

    ChestFiller v2 - READ! CHANGES TO AUTOMATIC REFILL.

    Automatic refills used to be global for all tables and chests. Now you can specify whether or not you want them on your table, for example: filters: - type: contains match: chest table: example refillTime: 1800 # It fills up automatically in 1800 seconds. The 'refill' command...
  3. dattadeveloper

    ChestFiller v2 - Silent Refill Option

    added silent-refill in config.yml set to 'true' to make refill in silent.
  4. dattadeveloper

    ChestFiller v2 - Version 2.0.0 - Major System Overhaul & Bug Fixes

    WARNING - BREAKING CHANGES - Please read before updating! This is a major update that completely overhauls the internal systems. Your existing configuration will be automatically migrated, but please backup your files before updating. What's New: Modern Filter System - New flexible filter...
  5. dattadeveloper

    WorldBorder, API Included - 50% Off only for this month!

    Save 50% on your purchase with code: 551823-release.
  6. dattadeveloper

    WorldBorder, API Included - I've fixed the API access

    new! WorldBorderAPI.get(); old: new WorldBorderAPI(this);
  7. dattadeveloper

    WorldBorder, API Included - Fix folder name

    The folder name used to be very long, now it's shortened.
  8. dattadeveloper

    WorldBorder, API Included v1.0.3

    borderSettings: enabled: true # status radius: 1000 # radius center: 0, 0 # center x, z damage: 0.25 # per tick interval: 50 # in ticks overlay: true # Overlay if you're in the border sound: enabled: true interval: 1000 id: "SFX_BlunderBuss_Hit" visuals: enabled...
  9. dattadeveloper

    Checkpoints v1.0

    Checkpoints is a lightweight server plugin that adds checkpoints for parkour maps, adventure servers, or events. It includes a custom block called CheckpointPlate that you can place in the world so players save a checkpoint by stepping on it. Config.json: { "MessagesPrefix"...
  10. dattadeveloper

    ChestFiller v2 v2.1.1

    # ============================================================ # ChestFiller # Version: 2.0.0 # ============================================================ lang: en debug: false silent-refill: false # In 'true' it does not notify with titles or messages the filling of the tables. #...
Top