Skript Help

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

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Carlos Badillo

New Member
Apr 17, 2017
6
0
0
26
Skript Version: 2.2-dev25
Skript Author: Mine
Minecraft Version:1.11.2
---
Full Code:

code_language.skript:
on first join:
    broadcast "§8[§b§l+§8] §7%player% §b§l(NEW)"
On quit:
     
set quit message to  "§8[§c§l-§8] §c%event-player%"
On join:
    set join message to "§8[§a§l+§8] §a%event-player%"

Other Useful Info:
Addons using (including versions):
gNGksvY.png


Him i'm trying to make it so that when a player first joins the server they will get the First Message, and removing the last message witch is the Default Essentials one. After that i want it to show when that player comes back on it will show it green while when they leave it will show light Red.

Troubleshooting:

Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it? Yes
 
Skript Version: 2.2-dev25
Skript Author: Mine
Minecraft Version:1.11.2
---
Full Code:

code_language.skript:
on first join:
    broadcast "§8[§b§l+§8] §7%player% §b§l(NEW)"
On quit:
    
set quit message to  "§8[§c§l-§8] §c%event-player%"
On join:
    set join message to "§8[§a§l+§8] §a%event-player%"

Other Useful Info:
Addons using (including versions):
gNGksvY.png


Him i'm trying to make it so that when a player first joins the server they will get the First Message, and removing the last message witch is the Default Essentials one. After that i want it to show when that player comes back on it will show it green while when they leave it will show light Red.

Troubleshooting:

Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it? Yes
This should work? What errors are you having? The only thing I see is the plain essentials welcome message, which you can disable in the essentials configuration files.
 
Status
Not open for further replies.