Search results

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  1. erenkara

    TAB Hook

    A simple Skript hook for "That" TAB Plugin. Interact with scoreboards, prefixes and teams of TAB. Installation Download skript-reflect (Tested with 2.3) Download TAB (Tested with 3.2.4) Download TAB Hook Documentation Syntaxes can be found here. Getting Support Join my discord server or ping...
  2. erenkara

    Script TAB Hook 1.0.1

    A simple Skript hook for "That" TAB Plugin. Interact with scoreboards, prefixes and teams of TAB. Requires skript-reflect You can join our discord server here to get support. If you would like to be notified about the updates, please download Update Checker Core.
  3. erenkara

    Script BeeDB - 1.0.2

    - Another bug fix, hopefully the last one.
  4. erenkara

    Script BeeDB - 1.0.1

    - Fixed a bug where variables are not mapped correctly.
  5. erenkara

    Script BeeDB 1.0.3

    BeeDB is discontinued. No support is given for users. What is BeeDB? BeeDB is a database for Skript that uses NBT data. If you didn't know, NBT is how Minecraft stores data. The playerdata folder also uses NBT data. How do I use BeeDB? BeeDB is very easy to use. All you have to do is rename...
  6. erenkara

    BeeDB

    What is BeeDB? BeeDB is a database for Skript that uses NBT data. If you didn't know, NBT is how Minecraft stores data. The playerdata folder also uses NBT data. How do I use BeeDB? BeeDB is very easy to use. All you have to do is rename your variables to start with bee.db::%uuid% and BeeDB...
  7. erenkara

    Addon skript-advancements - Bug Fixes

    Fixes an issue with advancement parents.
  8. erenkara

    Addon skript-advancements - Bug Fixes

    Fixes a bug with advancements when registering a tab outside of the script load event.
  9. erenkara

    Addon skript-advancements - Small Additions

    This release adds advancement visibility, allowing you to set the visibility of an advancement to one of three options. By default, the visibility of an advancement will be visible. The other two options are: hidden and parent granted. The hidden visibility will be hidden from the player until...
  10. erenkara

    Script PluginGuard [TAB Hider / Cheat Detection] - Update 1.1.1

    - Small changes
  11. erenkara

    Script PluginGuard [TAB Hider / Cheat Detection] - Update 1.1

    - Fixed a bypass with meteor client
  12. erenkara

    Script PluginGuard [TAB Hider / Cheat Detection] 2.1.1

    Features Command Hider PluginGuard hides all the commands from the player except the ones in the config. This is unfortunetly not possible for proxy commands. If a player executes a command that they can't see, it will return "Unknown Command". Cheat Detection PluginGuard can detect cheaters...
  13. erenkara

    Script PluginGuard [TAB Hider / Cheat Detection] - Update 1.0.1

    - Fixed TAB hider.
  14. erenkara

    Addon skript-advancements - 1.5.0

    Adds 1.19.3 Support Fixes rows and columns being switched. Adds support for decimal numbers in rows and columns. (set row of advancement to 1.5) Adds vanilla advancement progress support. Adds advancements from tab effect. Adds list descriptions. (set description of advancement to "Line 1"...
  15. erenkara

    Addon skript-advancements - Bug Fixes

    Fixes issue with multiple base advancements being registered. Fixes row and column expressions being mismatched.
  16. erenkara

    Addon skript-advancements - Bug Fixes

    Fixes many bugs caused by the packet update. Adds Dispose Tab Effect Custom advancement tabs need both a root advancement and a base advancement to register. Previously this would cause an exception.
  17. erenkara

    PluginGuard [TAB Hider / Cheat Detection]

    Features Command Hider PluginGuard hides all the commands from the player except the ones in the config. This is unfortunetly not possible for proxy commands. If a player executes a command that they can't see, it will return "Unknown Command". Cheat Detection PluginGuard can detect cheaters...
  18. erenkara

    Addon skript-advancements - The Packet Update

    This update reworks everything in Skript-Advancements to make it faster and better using UltimateAdvancementsAPI A lot of syntax has been changed as a result of this update. If you notice something not working right, please create an issue.
  19. erenkara

    Addon skript-advancements - 1.3.4

    + Advancement Announcement Expression + Advancement Toast Expression + Advancement Visibility Expression
  20. erenkara

    Addon skript-advancements - Bug Fixes + More Elements

    Adds advancement display expressions. Adds NBT support for custom toast messages and custom advancements. Adds back the delete advancement effect. Some bug fixes.