# # █▀▀▀█ █▀▀█ █▀▀ █▀▀ █▀▀█ █▀▀ █▀▀█ █ ▄██▄ █▀ ▀█ █▀▀ █▀▀█ # █ █▄▄█ █▄▄ █▄▄ █▄▄█ █▄▄ █▄▄█ █ █▄▄█ █ █ █▄▄ █▄▄█ # █▄▄▄█ █▀▀▄ █▄▄ █▄▄ █ █▄▄ █ █▄▄▄ ▄█ █▄ ▀██▀ █▄▄ █▀▀▄ # # ------------------------------------------------------------------------------- # ----------------------------- # # # # █▀▀▀█ █▀▀█ ▀█▀ █▀▀▀█ # # █ █ █▄▄█ █ ▀▀▀▄▄ # # █▄▄▄█ █ ▄█▄ █▄▄▄█ # # # # ----------------------------- # # ------------------------------- # # TO-DO # - formatowanie chatu # - tabowanie komend # - więcej obcji # - wasze propozycje # ------------------------------- # # Komendy [DLA ADMINÓW] # - /cchat help # - /cchat title # - /cchat subtitle # - /cchat message # - /cchat chat off # - /cchat chat on # - /cchat chat off # - /cchat chat premium # - /cchat mute # - /cchat unmute # - /cchat discord # - /cchat emotki 1 # - /cchat reload # - /cchat version # ------------------------------- # # ------------------------------------------------------------------------------- # ------------------------------------------------- # # # # █▀▀▀█ █▀▄▀█ ▀█▀ █▀▀▀ █▄ █ █▄ █ █▀▀▀ # # ▄▄▄▀▀ █ █ █ █ █▀▀▀ █ █ █ █ █ █ █▀▀▀ # # █▄▄▄█ █ █ ▄█▄ █▄▄▄ █ ▀█ █ ▀█ █▄▄▄ # # # # ------------------------------------------------- # variables: {offchat::player} = false {premiumchat::player} = false # ------------------------------------------------------------------------------- # ------------------------------------- # # # # █▀▀▀█ █▀▀█ █▀▀▄ █ █▀▀▀ # # █ █ █▄▄█ █ █ █▀▀▀ # # █▄▄▄█ █ █▄▄▀ █▄▄█ █▄▄▄ # # # # ------------------------------------- # options: urzycie: &c&l✘ &cWpisz /cchat help # Błędne urzycie komendy <-- | Śmiało edytuj perm_adm: cchat.admin # Permisja dla admina <-- | Śmiało edytuj perm_gracz: cchat.gracz # Permisja dla gracza <-- | Śmiało edytuj perm_emotki: cchat.emotki # Permisja do urzywania emotek <-- | Śmiało edytuj perm_wiadomosc: &c&l✘ &cNie masz uprawnień! # Brak uprawnien do komendy <-- | Śmiało edytuj perm_bezobejscia: cchat.nopremium # Permisja dla gracza bez rangi <-- | Śmiało edytuj prefix: &8[ &ac&cChat &8] &7>> # Prefix pluginu <-- | Śmiało edytuj message_prefix: &8[&ac&4&lOGŁOSZENIE&8] &7>> # Prefix od /cchat message <-- | Śmiało edytuj strona_link: Link do twojego itemshopu <-- # Link do itemshopa na twoim serwerze <-- | Musisz zedytowac dc_link: Link do twojego discorda <-- # Link do discorda na twoim serwerze <-- | Musisz zedytowac wersja: 1.2 # Wersja Pluginu <-- | NIE TYKAJ # ------------------------------------------------------------------------------- # ------------------------------------------------- # # # # █▀▀▄ █ █ ▀▀█▀▀ █▀▀▀█ █▀▄▀█ █▀▀▄ ▀▀█▀▀ # # █▄▄█ █ █ █ █ █ █ █ █ █▄▄█ █ # # █ █ ▀▄▄▀ █ █▄▄▄█ █ █ █ █ █ # # # # ------------------------------------------------- # on chat: # Anty Reklama: replace every ".pl" with "" in message replace every ".aternos.me" with "" in message replace every "https://" with "" in message replace every "https" with "" in message replace every "youtube.com" with "" in message # Anty Przekleństwa: replace every "kurwa" with "" in message replace every "kur" with "" in message replace every "fuck" with "" in message replace every "perdole" with "" in message replace every "perdolone" with "" in message replace every "ja pierdole" with "" in message replace every "ja per" with "" in message replace every "zjebany" with "" in message replace every "zjebane" with "" in message replace every "zjebie" with "" in message replace every "spierdalaj" with "" in message replace every "kutas" with "" in message replace every "cipa" with "" in message replace every "pizda" with "" in message replace every "skurwysyn" with "" in message replace every "skurwielu" with "" in message # Chat OFF if {offchat::player} is true: if player has permission "{@perm_gracz}": cancel event send "{@prefix} &cChat został wyłączony! Nie możesz pisać!" # Mute if {mute::%player%} is true: if player has permission "{@perm_gracz}": cancel event send "{@prefix} &cZostałeś wyciszony! Nie możesz pisać na chacie!" # Premium Chat if {premiumchat::player} is true: if player has permission "{@perm_bezobejscia}": cancel event send "{@prefix} &cObecnie włączony jest chat premium! Kup rangę: &e{@strona_link}" # Emotki if player has permission "{@perm_emotki}": replace every "<3" with "&c&l❤" in message replace every "GZ!" with "&6&lGZ!" in message replace every "V*" with "&a&l✔" in message replace every "X*" with "&4&l✘" in message replace every "CREEPE" with "&2&lCREEPE" in message # ------------------------------------------------------------------------------- # ------------------------------------------------- # # # # █ ▄▀ █▀▀▀█ █▀▄▀█ █▀▀▀ █▄ █ █▀▀▄ █ █ # # █▀▄ █ █ █ █ █ █▀▀▀ █ █ █ █ █ ▀▄▄▄▀ # # █ █ █▄▄▄█ █ █ █▄▄▄ █ ▀█ █▄▄█ █ # # # # ------------------------------------------------- # command /cChat [] [] []: permission: {@perm_adm} permission message: {@perm_wiadomosc} trigger: # Komenda: Help if arg 1 is not set: send "{@prefix} {@urzycie}" to player if arg 1 is "help" or "pomoc": send "&8<<<-----<<< &ac&cChat &8>>>----->>>" to player send "" to player send "&7Pomoc dla administracji:" to player send "" to player send "&a/cchat help &8- &7Wyświetla Pomoc dla administracji!" to player send "&a/cchat title &8- &7Napis na ekranie dla każdego!" to player send "&a/cchat subtitle &8- &7Napis na dole ekranu dla każdego!" to player send "&a/cchat message &8- &7Napis na chacie dla każdego!" to player send "&a/cchat chat off &8- &7Wyłącza chat dla graczy!" to player send "&a/cchat chat on &8- &7Włącza chat dla graczy!" to player send "&a/cchat chat premium &8- &7Włącza / Wyłącza chat premium" to player send "&a/cchat mute