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

    @TPGamesNL but when i execute the command the server is not executing the link send a request to "https://skyvenix.eu/article/1-staff-anforderungen/" https://prnt.sc/urzkzy <-- the site has 0 views why Hey Guys, The solution is now this Code: send a request to...
  2. xXSwainXx

    Solved Execute PHP Script on Website

    What do you mean?
  3. xXSwainXx

    Solved Execute PHP Script on Website

    I will try :D How i can ask if the user exist?? Becouse when i execute my command command /forum [<text>] [<text>]: description: Registrierung für das Forum SkyVenix aliases: reg trigger: if arg-1 is not set: message "&7Forum &1> &cNutze Bitte /forum <email>...
  4. xXSwainXx

    Solved Execute PHP Script on Website

    But how i can fill in the Minecraftname, UUID, Email and PW??
  5. 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...
  6. 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...
  7. 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...
  8. xXSwainXx

    Script TOP10 Ranking - Fixxed error with variable.

    There was a variable error :P Thx @N3G4T1V3 for the Report! and fixxed a little ranking error :P
  9. 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"...
  10. 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]: #!#...
  11. 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...
  12. 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...
  13. xXSwainXx

    Script TOP10 Ranking 1.1

    Hey guys, this is a little skript named TOP10 Ranking. Have fun with my Skript :D TESTED VERSIONS: 1.7/1.8/1.9/1.10 SRY FOR MY BAD ENGLISH I AM GERMAN
  14. 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...
  15. xXSwainXx

    Script Reward Skript 1.5.1

    Hey Guys, i have codet a little Reward Skript for my Server and i want to share it to you all... Have fun with my skript! Testet on 1.7/1.8/1.9/1.10 SRY FOR MY ENGLISH I AM GERMAN
  16. 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
  17. xXSwainXx

    Tablist

    Hey Guys, It's posible to create a tablist like this: Mean to sort the player's with there rank. PLS. HELP!
  18. 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...
  19. 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...