Njol / Skript

Skript is a Bukkit plugin which allows server admins to customize their server easily, but without the hassle of programming a plugin or asking/paying someone to program a plugin for them.
http://njol.ch/projects/skript
104 stars 60 forks source link

Case Improvements #331

Open joeuguce99 opened 10 years ago

joeuguce99 commented 10 years ago

Not only "change case of character %number% in %text%", but something like this:

- the first index of %text% in %text% ===> will ignore cases.

- "%player's tool%" ===> will return ===> "light blue wool".

marium0505 commented 10 years ago

Awesome. :)

joeuguce99 commented 9 years ago

Still think there would be problems in the third example since some expressions not necessarily have at least two words.

MostFunGuy commented 9 years ago

Case conversions are in SkExtras and SkriptPlus

Text checking with case sensitivity is in RandomSK

http://www.skunity.com/search?search=case

I don't think this would make a good addition, as adding it would make all existing skripts lowercase things