Jump to content

TheyCallMeEthan

Member
  • Posts

    36
  • Joined

  • Last visited

Everything posted by TheyCallMeEthan

  1. Ohh, I think it might be because I still haven't downloaded EssentialsChat yet.. Could that be it?
  2. Yes, but the way the skript is set up, it cancels the event when you speak, and broadcasts it with your prefix.
  3. @Nd_ command /prefix [<text>] [<player>]: trigger: set {prefix.%player%} to "&3%arg 1%" if arg 2 is set: set {prefix.%arg 2%} to "&3%arg 1%" on chat: cancel event broadcast "%{prefix.%player%}%&8 %{nick.%player%}%&3:&f %message%" command /nickme [<text>] [<player>]: trigger: set {nick.%player%} to "&3%arg 1%" if arg 2 is set: set {nick.%arg 2%} to "&3%arg 1%"
  4. Hi! I just got a prefix system working with Skript, but can't get colorcodes like &4 &2 etc working. How do you do that? Thanks!
  5. @Nd_@Xeno_Synthesis Still isn't working.. Did they update it?
  6. I'm trying to make a warn system, and am pretty new to Skripting. I tried this: command /test2 [<player>] [<text>]: trigger: send "&4You have been warned by &c%sender%: &8%arg 2%" to %arg 1% but it didn't work. How do I target the player specified in the command?
  7. @MikeTheAngel Hi, sorry. I didn't know where I should have put it. Sorry.
  8. With Essentials added, (plugin) I can't use @p, so things such as: /tp @p (location) don't work. Is there any other method? Thanks!
×
×
  • Create New...