Recent content by WoolBoy

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

    Change player's game state in 1.18

    You can just use the "set player's gamemode" effect
  2. WoolBoy

    I'm curious about the syntax of this skript

    To move server's you need to use a plugin like Bungeecord. You could try using Skungee to interface with skript :3
  3. WoolBoy

    Need Help Badly

    Replace "on rightclick" with "on right click". In the future please post error messages if you are asking for help on the forums :3
  4. WoolBoy

    event "on teleport" problem

    Try using on teleport: event-entity is an player or: on teleport of an player:
  5. WoolBoy

    Disallow 2x stacking

    On pick up: event-item is a block if player has 64 of event-item and name of event-item does not contain "%{itemcarrywhitelist}%": cancel event
  6. WoolBoy

    Armor Piece Equips Full Set

    On armor equip: event-item is a netherite chestplate named "&f&l&oChestplate" if player's boots are not enchanted with curse of binding: give player player's helmet give player player's leggings give player player's boots #- Exit if statement here set player's helmet to a netherite helmet...
  7. WoolBoy

    Magma Explosion

    You should use: On shoot: Set {%shooter%.lastbow} to player's tool On projectile hit: event-projectile is an arrow name of {%shooter%.lastbow} is "&c&l&oMagma Bow" create a fake explosion at event-projectile loop all player's in radius 4 of event-projectile: damage loop-player by 3...
  8. WoolBoy

    Spawn items in a one block radius of a block

    To start you will have to loop all of the blocks in a radius 1 of the generator, this will return the location of all 9 of the blocks. Inside the loop you will want to set a variable ({_spawnloc} for example) to a location 1 block above the loop-block, and then spawn 1 coal at the location of...
  9. WoolBoy

    How do you make player ping?

    use "%loop-player's name%" instead of "%loop-player%"
  10. WoolBoy

    Sidebar Help

    You cant set the "name" of the sidebar, perhaps you want to set the header instead? To help you with this issue I need to know what plugin you are using to control scoreboards.
  11. WoolBoy

    Help removing Items

    When removing cobblestone from the inventory of the player, Skript is not picky about whether or not the cobblestone it deletes is named "Compressed Stone" or if it is just normal cobblestone, it will simply delete the first 32 cobblestone in the player's inventory. To fix this problem, you must...
  12. WoolBoy

    on right click on player

    I'm not sure if this will work, but I would try putting an descriptor of region before your string, as it isn't recognizing the string as a region, rather as a simple text box. Obviously, your server cannot compare an area from whatever region plugin you are using to a string, so, you have to...
  13. WoolBoy

    Help me with this

    First of all, you need to *tab* in each line after the "on craft:". Second, you must use an player instanced version of the variable. Replace each case of "{_times}" with "{%player%.times}" Thirdly, I would use boolean variables instead of the numbers one and zero in the original variable...
  14. WoolBoy

    Help: Displaying Sword Entity Attack Animation with Skript-Reflect!

    Hello, I am creating a pvp server with custom enchants, and one of my enchants spawns a giant sword by creating an invisible giant holding the sword. I wish to be able to trigger the attack animation of the giant for all nearby players using packets or otherwise. Does anyone have a solution for...
  15. WoolBoy

    Helping People Out!

    Helping People Out!