Recent content by ShyDoge

  • 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 comminuty!

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

  1. ShyDoge

    Script Devex - Additional Info and Variable Watching

    Release A-0002
  2. ShyDoge

    Script Devex - Complete Recode.

    Basically an entire new script, much better than the old one!
  3. ShyDoge

    Script Chat Flags Plus 2022-12-09

    Join our Discord! Click Here! Chat Flags Plus Chat Flags Plus is a chat censorship system that is easily customizable for the best possible results. You can add new flags, and removables to make the system fit to your own server. Commands /flag [type] [string] - Add, remove, or list the flags...
  4. ShyDoge

    Chat Flags Plus

    Chat Flags Plus Chat Flags Plus is a chat censorship system that is easily customizable for the best possible results. You can add new flags, and removables to make the system fit to your own server. Commands /flag [type] [string] - Add, remove, or list the flags on your server. /identifier...
  5. ShyDoge

    Welcomer

    Please leave a rating & join our discord :emoji_slight_smile: (Click Here) Setup - To setup the script, type /welcomemessage (message) (Color Codes Work!) Permissions - welcome.setmessage - Set the message that welcomes players. welcome.preview - Preview the welcome message. Commands -...
  6. ShyDoge

    Script Welcomer 2022-10-04

    Please leave a rating & join our discord :emoji_slight_smile: (Click Here) Setup - To setup the script, type /welcomemessage (message) (Color Codes Work!) Permissions - welcome.setmessage - Set the message that welcomes players. welcome.preview - Preview the welcome message. Commands -...
  7. ShyDoge

    Script Devex A-0002

    Please leave a rating & join our discord :emoji_slight_smile: (Click Here) EXPERIMENTAL This script is still in development, some features may be unavailable or buggy. If your server experiences a crash, report it to me via discord @Goose#0484 Features - Variable Reading - Variable Writing -...
  8. ShyDoge

    Script SkManager 2022-10-03

    Please leave a rating & join our discord :emoji_slight_smile: (Click Here) Permissions - skm.alerts - Alerts you if a alt account joins / is kicked. skm.execute - Allows you to use the command skm.quarantine - Access to /skm quarantine skm.unquarantine - Access to /skm unquarantine skm.lockdown...
  9. ShyDoge

    SkManager

    Permissions - skm.alerts - Alerts you if a alt account joins / is kicked. skm.execute - Allows you to use the command skm.quarantine - Access to /skm quarantine skm.unquarantine - Access to /skm unquarantine skm.lockdown - Allows access to /skm lockdown skm.antiraid - Allows access to /skm...
  10. ShyDoge

    Script SkManager 1.0

    This script is public and no longer in experimental. You can still pay for it if you'd like, but it's available for free on my profile. (Click Here) Permissions - skm.alerts - Alerts you if a alt account joins / is kicked. skm.execute - Allows you to use the command skm.quarantine - Access to...
  11. ShyDoge

    SkManager

    This script is an experimental version of the script. It has been tested, but some clients may be able to bypass the Anti-Raid. Permissions - skm.alerts - Alerts you if a alt account joins / is kicked. skm.execute - Allows you to use the command skm.quarantine - Access to /skm quarantine...
  12. ShyDoge

    Devex

    EXPERIMENTAL This script is still in development, some features may be unavailable or buggy. If your server experiences a crash, report it to me via discord @Goose#0484 Features - Sequenced Execution of commands (Up to 10000 commands is the recommended limit.) - Logs - Player Information -...
  13. ShyDoge

    Solved on inventory click problem

    I would try using metadata for gui's, as my experience with metadata is that it's fairly simple and from my experience, it doesn't lag / break / doesn't respond, however you may need to use inventory slots instead of item names.
  14. ShyDoge

    Infinite lava bucket

    Easiest way to do this is probably to grab locations and then loop surrounding blocks, if its air, replace it. Your code should work. I don't understand what your asking?
  15. ShyDoge

    How to know in what direction the player is moving

    Using Yaw & Pitch you can tell what way they are moving (North, East, South, West, Etc.) on any move: set {_y} to yaw of the player set {_p} to pitch of the player if {_y} >= 70: if {_y} <= 110: broadcast "Player is moving East!"