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. cheezburga

    Script Excavator

    cheezburga updated Excavator with a new update entry: Small fixes Read the rest of this update entry...
  2. cheezburga

    Script Excavator - Small fixes

    Small fixes: Changed the name of the use-fuel option to require-fuel, for clarity. Changed how block damage was sent. Players will now see block damage from all excavators. Changed check for valid fuel type in inventory click event for future updates. Changed storageToOpen metadata maintaining...
  3. cheezburga

    Script Excavator

    cheezburga updated Excavator with a new update entry: Fuel Read the rest of this update entry...
  4. cheezburga

    Script Excavator - Fuel

    The Fuel Update: Excavators now require fuel to mine blocks. You can add fuel to your excavator by opening its Options GUI, clicking the furnace, and dropping your fuel in the middle slot. Fuel sources (currently coal or charcoal), can add different amounts of fuel to an excavator For example...
  5. cheezburga

    Script Excavator - Autoswitcher

    Autoswitcher The autoswitcher is a purchaseable upgrade for any excavator which costs 10000 by default, but this price is configurable as an option. It's in the name, but the autoswitcher checks to see if the current tool of the excavator is the preferred tool for the next block its going to...
  6. cheezburga

    Script Excavator

    cheezburga updated Excavator with a new update entry: Autoswitcher Read the rest of this update entry...
  7. cheezburga

    Script Excavator

    cheezburga updated Excavator with a new update entry: Pickaxes and shovels Read the rest of this update entry...
  8. cheezburga

    Script Excavator - Pickaxes and shovels

    New tool system The tool system now supports both pickaxes and shovels. To use the new feature, right click the tool in the Options GUI. This will switch the tool to the equivalent shovel or pickaxe, respective to which was previously in use. For example, a gold pickaxe with efficiency 3 will...
  9. cheezburga

    get block drop

    You'd be looking for this expression: https://skripthub.net/docs/?id=4516 on break: cancel event give or drop (drops of event-block) to player # this is an skbee syntax which gives the player the items if they have space, or drops them otherwise # if you don't have skbee...
  10. cheezburga

    Script Excavator

    cheezburga updated Excavator with a new update entry: More fixes and updated tool system Read the rest of this update entry...
  11. cheezburga

    Script Excavator - More fixes and updated tool system

    Changes and fixes: Removed debug broadcast which was accidentally left in v1.0.1 Added option for enchants per tool before moving to next tool Added option for exponent increase per tool upgrade Changed particle line to draw to 2 under excavator, instead of 3 Changed tool upgrades and pricing...
  12. cheezburga

    Script Excavator

    cheezburga updated Excavator with a new update entry: Small fixes Read the rest of this update entry...
  13. cheezburga

    Script Excavator - Small fixes

    Fixed cluttering of excavators variable, caused due to some interesting Skript nuances. Fixed excavator loop function being called twice on every placed excavator.
  14. cheezburga

    Script Excavator

    cheezburga submitted a new resource: Excavator - Adds upgradeable quarry-like excavators to your server. Read more about this resource...
  15. cheezburga

    Script Excavator 1.3.2

    Adds excavators to your server. This script requires Skript, SkBee, skript-reflect, and skript-gui. It was coded using Skript 2.7.2, SkBee 2.18.4, skript-reflect 2.3.1 (Shane's fork), and skript-gui 1.3. Credit to @youcandream on Discord for the idea. Getting an excavator: Currently, running...
  16. cheezburga

    Script Gesture System - 2.7.x fix

    Changed the custom event to not call a function, as this was causing an error due to issues with skript-reflect. This is a temporary fix, and the script should work exactly like it did before.
  17. cheezburga

    Script Gesture System

    cheezburga updated Gesture System with a new update entry: 2.7.x fix Read the rest of this update entry...
  18. cheezburga

    Script Gesture System - Added leeway option

    New leeway option: This controls the distance from a point (up, down, left, right) the player can be looking for it to detect a motion. By default, it is set to 0.5. Also added comments to the options section to accurately describe what each of them do.
  19. cheezburga

    Script Gesture System

    cheezburga updated Gesture System with a new update entry: Added leeway option Read the rest of this update entry...
  20. cheezburga

    Script Gesture System

    cheezburga updated Gesture System with a new update entry: Added permission and some options Read the rest of this update entry...