-
Posts
960 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
Gallery
Blogs
Events
Store
Downloads
Posts posted by aaaCya
-
-
5 minutes ago, NotKaizo said:
I'm sure you can lol, it isn't that complicated. Just some basic functions and stuff
I'm not the best one in functions lol
-
Damn this is cool. I couldn't make this xDΒ
-
Awesome skript you made there man
Β
-
Fun blocked download
-
3 hours ago, itsKimo said:
it doesnt matter
It kinda does
-
Just now, Lapzzo said:
You said anything
true
-
1
-
-
Depends what you mean with coke
-
Waiting 30 seconds and deleting the cooldown variable after isn't the most efficient way of doing cooldowns with skript.
Edit: You could doΒ
if player does not have permission "helper" or "youtube.nick":instead ofΒ
if player does not have permission "helper": if player does not have permission "youtube.nick":Β
-
1
-
-
16 hours ago, itsKimo said:
tell me what u want here and i make u a skript ez pz
Recreate hypixel with skript only
Jk
-
1
-
-
No its my good gaming chair
-
Haha
Β
-
9 hours ago, TankSniperD said:
Thanks! To be honest I have ZERO clue how to make permissions so I use luckperms....
Probably variables or smth
-
11 hours ago, Yodexx said:
Do u like CHEESE and QWACKERS?
No
-
5 minutes ago, Centrect said:
look mom i made it
epik
-
1 minute ago, Lapzzo said:
Oh gosh I can imagine the terror
The terror will be real
-
4 hours ago, DerpNinja100 said:
Gens servers suck they are full of toxic players!
Yes i know. Thats the bad thing about networks because theres going to be gen networks
-
1 minute ago, Lapzzo said:
Noice. If you don't mind me using it, I will use this!
If you credit me you can use it
Β
-
options: permm: &8β’ <##fde82e>&lServername &8β &7Insufficient permissions! servername: Servername command /clearchat: aliases: cc permission message: {@permm} permission: staff.cc trigger: send "%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%%nl%" to all players wait 1 second send "" to all players send "&8β’ <##fde82e>&l{@servername} &8β &7The chat has been cleared by <##fdbc3f>%player%&7!" to all players send "" to all players command /mutechat: aliases: mc permission message: {@permm} permission: staff.mc trigger: if {mutechat} is not set: set {mutechat} to true send "" to all players send "&8β’ <##fde82e>&l{@servername} &8β &7The chat has been muted by <##fdbc3f>%player%&7!" to all players send "" to all players stop if {mutechat} is set: delete {mutechat} send "" to all players send "&8β’ <##fde82e>&l{@servername} &8β &7The chat has been unmuted by <##fdbc3f>%player%&7!" to all players send "" to all players command /filter [<text>] [<text>]: permission message: {@permm} permission: staff.filter trigger: if arg-1 is not set: send "&8β’ <##fde82e>&l{@servername} &8β &7Incorrect usage! Consider using <##fdbc3f>/filter (list/add/remove) (word)" if arg-1 = "list": send "" send " <##fde82e>Increasing &8β &7List of blocked words" send "" send " <##fdbc3f>%{blockedwords::*}%" send "" send "" if arg-1 = "add": if arg-2 is set: if {blockedwords::*} does not contain arg-2: add arg-2 to {blockedwords::*} send "&8β’ <##fde82e>&l{@servername} &8β &7Successfully added <##fdbc3f>%arg-2%&7 to the chat filter!" else: send "&8β’ <##fde82e>&l{@servername} &8β <##fdbc3f>%arg-2% &7is already in the chat filter!" else: send "&8β’ <##fde82e>&l{@servername} &8β &7Incorrect usage! Consider using <##fdbc3f>/filter (list/add/remove) (word)" add arg-2 to {blockedwords::*} if arg-1 = "remove": if arg-2 is set: if {blockedwords::*} contains arg-2: remove arg-2 from {blockedwords::*} send "&8β’ <##fde82e>&l{@servername} &8β &7Successfully removed <##fdbc3f>%arg-2%&7 from the chat filter!" else: send "&8β’ <##fde82e>&l{@servername} &8β <##fdbc3f>%arg-2% &7is not in the chat filter!" else: send "&8β’ <##fde82e>&l{@servername} &8β &7Incorrect usage! Consider using <##fdbc3f>/filter (list/add/remove) (word)" on chat: if {mutechat} is set: if player does not have permission "staff.mc": cancel event send "&8β’ <##fde82e>&l{@servername} &8β &7You may not talk while chat is muted!" on chat: if player does not have permission "staff.filter": set {_b} to uncolored colored message set {_b::*} to {_b} split by " " size of {blockedwords::*} > 0 loop {_b::*}: if {blockedwords::*} contains loop-value: if uncolored message contains loop-value: cancel event send "&8β’ <##fde82e>&l{@servername} &8β &7Your message has been caught by the chat filter!" send "" to all players where [input has permission "staff.filter"] send "&8β’ <##fde82e>&l{@servername} &8β &7The chatfilter has caught the following message: &8(<##fdbc3f>%message%&8)&7 this has been sent by <##fdbc3f>%player%" to all players where [input has permission "staff.filter"] send "" to all players where [input has permission "staff.filter"]
I use this on my server i am making but i decided to release it because i was bored
-
1
-
-
basically "Pizza" and a small part of my irl name
-
7 minutes ago, Lapzzo said:
lol, that was interesting. It makes my name story feel dumb lol
Mine was dumber (1st IGN btw)
-
-
11 hours ago, DerpNinja100 said:
Iβm so excited there will be lots of MiniGames servers coming soon at the releaseΒ
Gen*
-
Pretty good skript to use! Only that you would have to code the permissions for it though
-
try ">="

Join dates
in General
Posted · Edited by pizzaschut
Wdym un-og?
Edit: Was too lazy to edit the screenshot to the gui only lol