Recent content by TheDever

  • 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. TheDever

    Skript [TUTORIAL] How to make a easy and simple short bow

    Hello, my name is TheDever and today i will be your guide for this skript. After you realize, it's pretty simple. Anyhow, shall we get started? To start off, we must start by giving us the short bow item (physical state of the item) command /giveshortbow: permission: give.shortbow...
  2. TheDever

    How can i detect an npc?

    on right-click: if entity is player: if entity's display name is "&9discord": send "test" to player no errors but dosen't seem to work
  3. TheDever

    Gun with ammo and max ammo not working with local variable

    I can give you my gun skript: change it to your liking: command /gun <text>: permission: op trigger: if argument 1 is "ak47" or "ak-47": give player iron horse armor named "&6AK-47" with lore "&c&lCONTRABAND" with all item flags else if argument 1 is...
  4. TheDever

    How can i detect an npc?

    I tried this but it didnt work! on right-click on entity: if event-entity is named "&6Inmate": give player orange wool named "&6BasketBall" sorry about the backround stuff, at the time, my server had 23 players.
  5. TheDever

    Trying to make a mob drop things

    Btw, can you make the post solved?
  6. TheDever

    On death i cancel the event, but i still want the player to be teleported to their spawn point

    Just do it after you cancel the event on death: cancel event teleport player to spawn
  7. TheDever

    An object that can be used to break a certain block

    Do you mean like this? on break: if event-block is any ore: if player is holding any pickaxe: #block mining stuff else cancel event send "&7You need to hold a pickaxe!" to player
  8. TheDever

    How can i make custom hidden drops?

    So i tried to make a dropping item and i used a command to test it. But i can't figure out how you can hide the attributes. Like example, i want to hide the mending enchantment! I need someone to help me with this script! command /test: trigger: give player 1 porkchop of mending...
  9. TheDever

    Actionbar with AFK Skript

    You can per a timer on a action bar like loop all thr players then set actionbar to 'cooldown' loop-player example I will not give free code in skript help
  10. TheDever

    negative balance

    I bet you can go simple. #skript by zcx2 on death: if {balance::%victim's uuid%} <=5: set {balance::%victim's uuid%} to 0 else if {balance::%victim's uuid%} >=6: remove 5 from {balance::%victim's uuid%}
  11. TheDever

    How can i skript gens? #zcx2

    Dang, np!
  12. TheDever

    Change Player's Group Skript

    The skript should work fine if you have vault.
  13. TheDever

    How can i skript gens? #zcx2

    Hello girls and boys, i need help skripting gens for my server. I will be online tomorrow at 3 (pm). If you were wondering, the server ip is WonderFarms.minehut.gg (/join WonderFarms) That's the server i need help with! I will give the person who helps me skript the server the prizes below...
  14. TheDever

    Skbee not working

    Do you want the github download page?
  15. TheDever

    Solved Changing fullness of exp bar

    on level change: set player's level to {%loop-player%.rpg.level} there