Jump to content

Madlirex

Member
  • Posts

    40
  • Joined

  • Last visited

About Madlirex

  • Birthday August 2

Recent Profile Visitors

413 profile views

Madlirex's Achievements

Newbie

Newbie (2/6)

0

Reputation

  1. I need help! How to make local variable with some number?
  2. text doesn’t work with: if arg-2 is add: something what works with it?
  3. I just need to know how to make command with multiple arguments in one arg position.
  4. Ok but what to do if I want something like that: /playergroups add /playergroups remove ?
  5. Hi Skymner, I want to make something like command /playergroups <argument> [<argument>]: trigger: if arg-1 is list: if arg-2 is not set: “code” if arg-1 is admins: if arg-2 is add: “code” so do you think I can just replace argument with text or is there some other type of argument for that?
  6. Please help! I am making my own custom commands in skript but when I do for example: command /playergroups <argument> it says it doesn’t know what is ‘argument’ then I tried ‘arg’ and the same thing happened then ‘arguments’ and the same.
  7. Hi! Can you just say me how to make commands with multiple choices for 1 argument? Like how to make when you type command /playergroups admins list it will do something but if you do command /playergroups admins add <player> it will do something. I am having a problem with this I don’t know how to make multiple choices like that.
  8. Madlirex

    Please help

    Please help me. I want to make a command /playergroups admins add <player> and it will add player to variable but problem is I want to make /playergroups admins list and it will show you player’s in variable. So problem is it says I have alredy used command /playergroups in the skript and I don’t know how to make commands with multiple choices in skript.
  9. Hi, this is how you will do it. command /discord: trigger: send "Click here for our discord ---> (link to your discord)" to player Delete (link to your discord) and put here link to your discord. You can also change the message or add colors. See minehut tutorials on youtube.
  10. Hi! I need skript, when you will do command /playergroups admins add <player> it will add player’s uuid to one variable named “Adminsuuid” and his nick to other one named “Admins” and it will send you “Added (player) to admins”, when you will do command /playergroups admins list it will send to chat you list of the players what are in variable “Admins” and when you will do command /playergroups admins remove <player> it will remove player’s uuid from “Adminsuuid” and his nick from “Admins” and it will send you “Removed “player” from admins”. (I am making skripts for my server with plugin Skript)
  11. Hi! I need skript, when you will do command /playergroups admins add <player> it will add player’s uuid to one variable named “Adminsuuid” and his nick to other one named “Admins” and it will send you “Added (player) to admins”, when you will do command /playergroups admins list it will send to chat you list of the players what are in variable “Admins” and when you will do command /playergroups admins remove <player> it will remove player’s uuid from “Adminsuuid” and his nick from “Admins” and it will send you “Removed “player” from admins”. (I am making skripts for my server with plugin Skript)
  12. Hi! I need skript, when you will do command /playergroups admins add <player> it will add player’s uuid to one variable named “Adminsuuid” and his nick to other one named “Admins” and it will send you “Added (player) to admins”, when you will do command /playergroups admins list it will send to chat you list of the players what are in variable “Admins” and when you will do command /playergroups admins remove <player> it will remove player’s uuid from “Adminsuuid” and his nick from “Admins” and it will send you “Removed “player” from admins”. (I am making skripts for my server with plugin Skript)
  13. Hi snnwer, I need skript, when you will do command /playergroups admins add <player> it will add player’s uuid to one variable named “Adminsuuid” and his nick to other one named “Admins” and it will send you “Added (player) to admins”, when you will do command /playergroups admins list it will send to chat you list of the players what are in variable “Admins” and when you will do command /playergroups admins remove <player> it will remove player’s uuid from “Adminsuuid” and his nick from “Admins” and it will send you “Removed “player” from admins”. (I am making skripts for my server with plugin Skript)
×
×
  • Create New...