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

    Script BeeDB - 1.0.2

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

    Script BeeDB - 1.0.1

    - Fixed a bug where variables are not mapped correctly.
  3. 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...
  4. 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...
  5. erenkara

    Addon skript-advancements - Bug Fixes

    Fixes an issue with advancement parents.
  6. erenkara

    Addon skript-advancements - Bug Fixes

    Fixes a bug with advancements when registering a tab outside of the script load event.
  7. 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...
  8. erenkara

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

    - Small changes
  9. erenkara

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

    - Fixed a bypass with meteor client
  10. 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...
  11. erenkara

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

    - Fixed TAB hider.
  12. 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"...
  13. erenkara

    Addon skript-advancements - Bug Fixes

    Fixes issue with multiple base advancements being registered. Fixes row and column expressions being mismatched.
  14. 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.
  15. 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...
  16. 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.
  17. erenkara

    Addon skript-advancements - 1.3.4

    + Advancement Announcement Expression + Advancement Toast Expression + Advancement Visibility Expression
  18. 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.
  19. erenkara

    Addon skript-advancements - Date Awarded Expression, Display Toast Effect, Reload Data Effect

    This update allows you to get the date awarded of any advancement, display a custom toast message to a player, and more.
  20. erenkara

    Addon skript-advancements - Custom Advancements

    Adds an advancement creator section, advancement creator effects, along with advancement creator expressions.