D
Deleted member 9590
Skript Version: 2.5-alpha2
Skript Author: Bensku
Minecraft Version: 1.12.2
Hello, I have a gang skript, and I obiously don't want people to use bad profanity as their gang names, so therefor I made a list variable of names that is not allowed, and this is how I check if a player tries to use one of the not allowed names
so ex. if a player tries to name their gang "fuck", it will deny the creation of the gang, but there is an very easy workaround for that. Say a player instead of "fuck" writes "xfuck", the creation is not canceled. I can't think of a workaround for this, any suggestions?
Skript Author: Bensku
Minecraft Version: 1.12.2
Hello, I have a gang skript, and I obiously don't want people to use bad profanity as their gang names, so therefor I made a list variable of names that is not allowed, and this is how I check if a player tries to use one of the not allowed names
Code:
if {censur::*} contains message:
so ex. if a player tries to name their gang "fuck", it will deny the creation of the gang, but there is an very easy workaround for that. Say a player instead of "fuck" writes "xfuck", the creation is not canceled. I can't think of a workaround for this, any suggestions?