Recent content by MeHow

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

    Huge skript project (CLASH OF CLANS MC)

    I can sell you not finished product, It has basic core of COC.
  2. M

    Armor stand combine

    Hey guys, I have problem with armor stand merging and combining. I am trying to do vehicle moving. The main problem is with NBT tags rotation, then I am doing model rotation my armor stand goes from model insides. on vehicle steering: if player's vehicle is armor stand: if player's...
  3. M

    Gametime

    https://skriptlang.github.io/Skript/classes.html#time
  4. M

    Solved restore broken, placed block

    Hey! on place: set {blocks::%location of event-block%} to type of event-block on break: if {blocks::%location of event-block%} is set: wait 120 seconds set block at location of event-block to {blocks::%location of event-block%} Quick script, I didn't tested it!
  5. M

    How do you check to see if a player is on a specific team

    I suggest you to read more about Skript and how to use it. command /checkteam [<player>]: trigger: set {_team} to Bukkit.getScoreboardManager().getMainScoreboard().getPlayerTeam(arg-1) if {_team} contains "events": send "Player %arg-1% is in &levents &fteam."
  6. M

    How do you check to see if a player is on a specific team

    So check like this {_team} contains "events"
  7. M

    How do you check to see if a player is on a specific team

    command /checkteam [<player>]: trigger: set {_team} to Bukkit.getScoreboardManager().getMainScoreboard().getPlayerTeam(arg-1) send "Player %arg-1% is in %{_team}% team." Please change post's status to solved if this code worked for you.
  8. M

    pathfinding

    If the distance between zombie and {cpu} is more than 15 blocks (I think) it will not work. In that case, you have to reduce the distance or use A* algorithm but you will need to write it for Minecraft using that lib.
  9. M

    Solved skript clearchat but staff can see history

    if loop-player have the permission "clearchat.use": stop I think you don't need this line and fix spacing on line 8,9.
  10. M

    advanced looting system

    command /refill: trigger: loop blocks in radius 3 around {loc}: if loop-block is a chest: clear loop-block's inventory set {_item} to a random number between 1 and 20 if {chestLoot} is not set...
  11. M

    How do you check to see if a player is on a specific team

    set {_team} to Bukkit.getScoreboardManager().getMainScoreboard().getPlayerTeam(player) Skript-reflect or skript-mirror. Not tested!
  12. M

    Solved looping all players at once?

    send "message 1" to all players
  13. M

    wait parsed as timespan doesn't work

    Hey, I am using paper spigot 1.12.2 and skript 2.2-dev37c (no I don't want to change my version, because of reasons...) wait parsed timespawn doesn't work for me and I don't know why, please help :emoji_slight_smile: if loop-value contains "time:": set {_m}...
  14. M

    Script Announcement 1.0

    This script will send hover message to all players, it means that players can see who sent a message.
  15. M

    Emoji support in Minecraft???

    I found this screenshot and I am wondering is this possible? (EMOJI SUPPORT)