Skuishy

Skuishy

Plugin

yet another skript addon

Server Game MechanicsManagementTechnologyUtility

821 downloads
4 followers
Created6 months ago
Updateda month ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.
Filter loader...
Filter versions...

Skuishy 2.6

by aabssmc on Apr 17, 2024
Download

VERSION 2.6

Added:

  • Skins - Player Head - Returns the head of a player as a string. (EXPRESSION)

  • Decent Holograms - Hologram Visibility - Hides/shows a hologram to a player. (EFFECT)

  • Decent Holograms - All Holograms - Gets all the decent holograms' holograms. (EXPRESSION)

  • Decent Holograms - Hologram Toggle - Returns true if a hologram is either disabled or enabled. (CONDITION)

  • Blueprint - Clone Blueprint - Clones a blueprint. (EFFECT)

  • Blueprint - Overlay Blueprint - Overlays a blueprint on another blueprint. (EFFECT)

  • Blueprint - Replace Color - Replaces every color in a blueprint with another color. (EFFECT)

  • Blueprint - Save/Load/Delete Blueprint - Saves/Loads/Deletes a blueprint from 'plugins/Skuishy/blueprints/'. (EFFECT)

  • Blueprint - Blueprint Part - Gets a part of a blueprint. (EXPRESSION)

  • Blueprint - Last Blueprint - Gets the last made blueprint. (EXPRESSION)

  • Blueprint - New Blueprint - Returns a new blueprint. (EXPRESSION)

  • Blueprint - Blueprint Creator - Creates a blueprint. (SECTION)

  • Blueprint - Blueprint - Represents a blueprint. (TYPE)

  • Skin - Skin Model - Represents a skin model. (TYPE)

  • Skins - Skin Model - Gets the skin model of a skin. (EXPRESSION)

Full Changelog: https://github.com/aabssmc/Skuishy/compare/2.5...2.6

Skuishy 2.5

by aabssmc on Mar 28, 2024
Download

VERSION 2.5

DOWNLOAD HERE

i know i said this will be a big update but i needed to release a patch, sorry

Added:

  • Decent Holograms - Realign Lines | Realigns lines of a hologram. (EFFECT)
  • Decent Holograms - Save Hologram | saves a hologram (EFFECT)
  • Decent Holograms - Hologram Facing | Gets/Sets the hologram facing of a hologram (EXPRESSION)
  • Decent Holograms - Hologram ID | Gets the hologram ID of a hologram (EXPRESSION)
  • Decent Holograms - Hologram Location | Gets/Sets the location of a hologram (EXPRESSION)
  • Decent Holograms - Hologram Name | Gets the name of a hologram (EXPRESSION)
  • Decent Holograms - Hologram Page | Represents a decent holograms page. (TYPE)
  • Decent Holograms - All Lines | Gets all the lines of a hologram page. (EXPRESSION)
  • Decent Holograms - All Pages | Gets all the lines of a hologram. (EXPRESSION)
  • Decent Holograms - Hologram Line | Gets a hologram line by its index starting from 0. (EXPRESSION)
  • Decent Holograms - Hologram Page | Gets a hologram page by its index starting from 0. (EXPRESSION)
  • ViveCraft - Player Active Hand | Gets a vivecraft player's activehand. (EXPRESSION)
  • (EXPIREMENTAL) Auto Update | automatically updates the plugin if there is a new version (enable in config.yml)

Fixes:

  • too many

Full Changelog: https://github.com/aabssmc/Skuishy/compare/2.4...2.5

Skuishy 2.4

by aabssmc on Feb 26, 2024
Download

VERSION 2.4

DOWNLOAD HERE

This is a fairly small release, but I promise next release will be worth it :)

Added:

 - Living Entity - Jump | Makes a living entity jump

Fixed:

 - replace gson with json
 - fix pattern for ExprPermissionName.java
 - fix server not working if disky is installed
 - Fix 'method exists' in EffChatCompletions
 - Removed Tickmanager elements (skbee has it)

Full Changelog: https://github.com/aabssmc/Skuishy/compare/2.3...2.4

Skuishy 2.3

by aabssmc on Feb 18, 2024
Download

VERSION 2.3

DOWNLOAD HERE

Added:

 - alot of things

Fixed:

 - alot of things

What's Changed

New Contributors

Full Changelog: https://github.com/aabssmc/Skuishy/compare/2.2...2.3

Skuishy 2.2

by aabssmc on Feb 10, 2024
Download

VERSION 2.2

Added:

 - String - Unicode String | Replaces all the unicode in the string with the symbol.

Fixed:

 - Some elements having the same class.
 - Small errors
 - Improved update checker by a bunch
 - Added a version check for Decent Holograms to hopefully fix bad things
 - Fixed a small error
 - Made version checks async

Full Changelog: https://github.com/aabssmc/Skuishy/compare/2.1...2.2

Skuishy 2.1

by aabssmc on Feb 7, 2024
Download

VERSION 2.1

thanks borpborp and fusezion

Added:

  • Entity - Ambient Sound | Gets the ambient sound of the entity. (Expression)

  • Block - Break Sound | Gets the break sound of the block. (Expression)

  • Entity - Death Sound | Gets the death sound of the entity. (Expression)

  • Entity - Drinking Sound | Gets the drinking sound of the entity. (Expression)

  • Entity - Eat Sound | Gets the eating sound of the entity. (Expression)

  • Block - Fall Sound | Gets the fall sound of the block. (Expression)

  • Block - Hit Sound | Gets the hit sound of the block. (Expression)

  • Entity - Hurt Sound | Gets the hurt sound of the entity. (Expression)

  • Block - Place Sound | Gets the place sound of the block. (Expression)

  • Block - Step Sound | Gets the step sound of the block. (Expression)

  • Entity - Swim Sound | Gets the swim sound of the entity. (Expression)

  • Potion Item Type | Represents a potion item type that matches each potion state that can be obtained from the Creative mode inventory. (Type)

  • Arrow - Base Potion Type | Gets/Sets the base potion type of an arrow. (Expression)

  • Arrow - Custom Effects | Gets/Sets/Removes the custom potion effects of an arrow. (Expression)

  • Server - Reload | Reloads parts of the server. (Effect)

  • Living Entity - Is Collidable | Returns true if the entity is collidable. (Condition)

  • Living Entity - Collidable | Gets/Sets the living entity's collidable state. (Expression)

  • Jukebox - Eject Record | Eject's the jukebox's current record. (Effect)

  • Player - Player Data | Saves/Loads the player's current data. (Effect)

  • Permissions - Permission | Represents a permission. '(Type)'

  • Permissions - Permission Attachment | Represents a Permission Attachment (Type)

  • Permissions - Permission Default | Represents a Permission Default (Type)

  • Permissions - New Permission Attachment | Create a new Permission Attachment (Effect)

  • Permissions - Last Permission Attachment | Represents the last made permission attachment made with Skript/Skuishy (Expression)

  • Permissions - Edit Permission Attachment | Edits a permission attachment (Effect)

  • Permissions - Permissions of Permission Attachment | Gets all the permissions of a permission attachment (Expression)

  • Permissions - New Permission | Creates/Deletes a permission. '(Effect)'

  • Permissions - All Permissions | Gets the permissions of a permission attachment or all the permissions registered. (Expression)

  • Permissions - All Permission Attachments | Gets the permission attachments of a entity. (Expression)

  • Permissions - All Permissibles | Gets the permissibles that have a permission (Expression)

  • Permissions - Permission | Gets or makes a permission by it's name. '(Expression)'

  • Permissions - Permission Default | Gets/Sets the permission default of a permission. '(Expression)'

  • Permissions - Permission Description | Gets/Sets the permission description of a permission. '(Expression)'

  • Permissions - Permission Name | Gets the permission name of a permission. '(Expression)'

  • Other - Parse Condition | Parses a condition and returns its output. (Expression)

  • Server - Server IP | Gets the IP that this server is bound to, or empty string if not specified. (Expression)

  • Slime - Size | Gets/Sets the size of a slime. (Expression)

  • Vulcan - Has Alerts Enabled | Returns true if the player has the vulcan alerts enabled. (Condition)

  • Vulcan - Is Frozen | Returns true if the player is frozen. (Condition)

  • Vulcan - Freeze Player | Freezes/Unfreezes a player with vulcan. (Effect)

  • Added an Update Checker

  • Added a skuishy command, (/skuishy <info | reload | update | version>)

  • Added a config.yml for the command & update checker

Fixed:

  • ExprParents always returning the father
  • default.lang being outdated
  • fixed changer for EffCopyEntity
  • A buncha improvements
  • Recoded most of all the elements.
  • Some hooks breaking everything

Removed:

  • EvtHeadRotation because it is now in skript
  • ExprCustomName skript had it i just didnt see it.

Full Changelog: https://github.com/aabssmc/Skuishy/compare/2.0...2.1

Skuishy 2.0

by aabssmc on Jan 27, 2024
Download

VERSION 2.0

there is a pretty high chance that there will be bugs, so if its bugged at all for you, please make a issue on the issue tracker or report it to me in my discord

there is too many things, A BUNCHA THINGS (im not lying)

I added & fixed a ton of things

Full Changelog: https://github.com/aabssmc/Skuishy/compare/1.9.5...2.0

Skuishy 1.9.5

by aabssmc on Dec 28, 2023
Download

VERSION 1.9.5

ADDED:

  • Dyed Item Expression
  • Number Convert Expression
  • Number Format Expression
  • Number Unformat Expression

REMOVED:

  • Crash Effect (Against Minecraft's EULA/TOS)

Skuishy 1.5

by aabssmc on Nov 16, 2023
Download

I accidentally deleted notes and i am NOT writing it again

things i added: Shield Break Event CaesarCipher Expression

read it all here https://github.com/aabssmc/Skuishy/compare/1.4...master

Skuishy 1.3

by aabssmc on Oct 31, 2023
Download

Thank you to CoffeeRequired at @SkJsonTeam for recoding and fixing up my code!

ADDED:

EVENTS:

[+] Player - On Main Hand Change

  • [on] [player] main([-| ])hand (switch|swap|change)

[+] Player - On Unknown Command

  • [on] unknown command

EXPRESSIONS:

[+] Unknown Command Expression:

  • [the] unknown command message

OTHER:

[+] bStats

[+] [Modrinth downloads]

REMOVED:

[-] 1.17 and below support

FIXED:

[-] Too many bugs for me to count (Read everything here)

External resources



Project members

aabssmc

Owner


Technical information

License
MIT
Project ID