Jump to content

MattyNJ

Member
  • Posts

    13
  • Joined

  • Last visited

Posts posted by MattyNJ

  1. 57 minutes ago, Gonzalo506 said:

    Am i the only to say that i like this update so far?
    It's like the update, where plugins were paid. but now for servers

    C'mon guys, See the positive way. It's still free, just with limited plugins. If you see it right, you dont actually need more than 12 plugins, only if you choose them correctly.


    Hear me out, here's a tip

    Monthly plan IS BETTER than the daily 40 credits plan

    Every month you'll be spending 720 credits per month with the third plan.

    The daily plan will make you spend 1200 credits per month with the second plan.

    If you vote every month, every day, without missing a day, you'll get 725 credits, just enough to afford an monthly server.

    But at least when you bought plugins you could buy as many as you want and they stayed. Now you have to pay monthly/daily to keep them or else they go away. 

    • Sad 1
  2. My Skript won't work but I put it in a parser and it says it should. I know one of the lines require SkQuery and I have it. EDIT: My friend tried it and it worked on his server

    command /sc:
      permission: staff.chat
      trigger:
        if {%player%.staffchaton} is 0:
          set {%player%.staffchaton} to 1
          message "&3Staff Chat is now &aon&3."
          stop
        if {%player%.staffchaton} is 1:
          set {%player%.staffchaton} to 0
          message "&3Staff Chat is now &coff&3."
          stop
    
    on chat:
      if {%player%.staffchaton} is 1:
        cancel event
        send "&c[&4&lSTAFF&c] %player%: &3%message%" all players where [player input has permission "staff.chat"]

     

  3. Hi, I want to have a skript where if you say a players name in chat it will turn yellow. How would I see if something in the message was a player. Here is my skript

    on chat:
      if message contains "UNKNOWN":
        replace "UNKNOWN" with "&eUNKNOWN&7" in message

    The unknown is the part where I would but the thing for the player.

×
×
  • Create New...