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 comminuty!

    Now, what are you waiting for? Join the community now!

  1. xXSwainXx

    Solved Execute PHP Script on Website

    Hey, I have a PHP file for creating a User on my Website: <?php //UserAgent abfrage damit nicht jeder neue accounts erstellen kann. if(($_SERVER['HTTP_USER_AGENT'] == "MeinUserAgent/s8HLVxQIDC") === false){ //Fals Useragent falsch sein sollte gibt es ein 'Invalid Page' zur�ck und l�st die...
  2. xXSwainXx

    Solved Guishop

    Hey Guys, Have a problem with no errors :P it nothing hapends when i rightclick the item and there are no errors on reloading. code: command /shop2: trigger: open chest with 6 row named "&8» &cShop" to player wait 1 tick set {_i} to 0 loop 53 times...
  3. xXSwainXx

    AutoBroadcast (json.sk)

    Hey Guys, i need help Code: every 5 minutes: if {msg} is not set: set {msg} to 2 json("%player%", "&1DM-News &8» &7Besuche &7doch &7unser &6&o&lForum&7.||url:http://www.darkmystic.de/||ttp:&6&lKlick &7mich &7um &7das &7Forum &7zu &7betreten!") else if {msg} is 1...
  4. xXSwainXx

    Bungee MOTD

    Hey Guys, I have a Problem, i wan't to change the bungee motd but nothing doing when i make whitelist on??? Is this code right: on server ping: if {wartung.server} is true: set {_MOTD} to "{@pr}Wartungsarbeiten sind aktiviert!" set {_MOTD} to MOTD of server "lobby"...
  5. xXSwainXx

    Solved MundoSK error

    Hey Guys, when i have MundoSk on my server i can' make skripts with on rightklick pls help i need this for my shop an armor stands :emoji_grinning: [19:45:52] [Server thread/ERROR]: #!#! [19:45:52] [Server thread/ERROR]: #!#! [Skript] Severe Error: [19:45:52] [Server thread/ERROR]: #!#...
  6. xXSwainXx

    3 Errors with texban :(

    Hey i have 3 errors: function BanPlayer(p_name:text, p_time:text, p_reason:text, from:text): set {_SetResult::*} to objects in column "Player" from result of query "SELECT * FROM Ban WHERE Player = '%{_p_name}%'" and close set {_getResult} to false loop {_SetResult::*}: If...
  7. xXSwainXx

    Script TOP10 Ranking

    xXSwainXx submitted a new resource: TOP10 Ranking - This is a simple Top10 Ranking System! Enjoy it! Read more about this resource...
  8. xXSwainXx

    Script Reward Skript

    xXSwainXx submitted a new resource: Reward Skript - This is a simple Reward Skript :P Enjoy my little Skript Read more about this resource...
  9. xXSwainXx

    Itemframe (Freeshop for skypvp)

    Hey Guys i want to make a little "free shop" for skypvp with itemframes. Her is the code: on rightclick on a itemframe: cancel event send "%targeted entity%" to player But the targeted entity is <none>? Pic: PLS HELP! THX
  10. xXSwainXx

    Tablist

    Hey Guys, It's posible to create a tablist like this: Mean to sort the player's with there rank. PLS. HELP!
  11. xXSwainXx

    Solved Function error <none>

    Hey Guys have a Problem with my skript :emoji_stuck_out_tongue: Here is the function code: function getPlayerGroup(p: player) :: text: "%configuration section ""users"" get of ""plugins/PermissionsEx/permissions.yml""%" contain "-": set {_p} to uuid of {_p} set {_group::*} to...
  12. xXSwainXx

    Solved Need Help for function

    Hey Guys, I need help for my skript. here the code: function getConfigType(id: number) :: number: set {_sections::*} to configuration section "users" get of "plugins/PermissionsEx/permissions.yml" if "%{_sections::1}%" contains "-": return 1 else: return 2 function...