Solved How to install addons?

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Player_Schark

New Member
Aug 27, 2018
5
0
0
22
Germany
Ok at first I KNOW that is is a stupit question but I need some addons like Skellett. And I've do it how it is in the description on spigotmc - Downloand, move to plugins folder and restart server.
But it won't work. Can anyone help me?
I've worked a lots of years with minecraft(maybe 4y or 5y) but only Plugin installing and not skripting. So I wonder why It won't work.

Thanks for helping
Player_Schark
 
Hey,

You can use WildSkript to create files and read them out!

WildSkript Syntax:
create (file|folder) %text%

Example:
code_language.skript:
 on load:
    create file "plugins/FakePlugin/config.yml"

WildSkript Edit Syntax:
(c[reate]|g[enerate]) l[ine] %text% in %text% w[rite ]f[ile] %text% [to] %text%

code_language.skript:
on break of stone:
    wf "[%now%] %player%: break stone" to "plugins/Skript/scripts/Logger/log.txt"
 
Status
Not open for further replies.