#Can any1 make skript for me?
1 messages · Page 1 of 1 (latest)
^, or watch some tutorials and make it yourself!
Conveniently skript has a on first join: event. i recommend you use that event.
for giving items you'd need to use give 1 name of item to player
if you wanted to give enchanted items please use item of enchantmentname enchantlevel
example:
1 diamond sword of unbreaking 2
if you ever find yourself not knowing syntax for something, the docs (skripthub.net/docs) are always a great resource to to get help
Skript Documentation
Skript documentation, sometimes referred to as "the docs" are a great resource for beginners learning skript or experts reviewing a topic. They hold a wide variety of information on various events, conditions, effects, and expressions. Here’s a few popular documentation websites:
- Skript Download: https://github.com/SkriptLang/Skript/releases
- Skript Lang Github: https://skriptlang.github.io/Skript/index.html
- Skript Hub Docs: https://skripthub.net/docs/
- skUnity Docs: https://docs.skunity.com/
- Bukkit Dev: https://dev.bukkit.org/projects/skript
- skUnity Parser: https://parser.skunity.com/ - Another great tool is the skunity parser, which can parse (run) your skript code in a web browser and check for errors!