JustOlaf Posted January 19, 2020 Posted January 19, 2020 First, sry for the spam in the forum, i'am just a new member and getting troubles with the server and looking for help, thanks for the helpers! I've seen loot's of plugins with steps like that Add require('.*****'); in root index.js And i cant understand what they taking about... i'am just a new with all this thematic and getting questions:) How do i give myself a admin on my server with this plugin - Or if there is loot of better plugins please let me know. Thanks for the helping!
XCRON Posted January 19, 2020 Posted January 19, 2020 vor 31 Minuten schrieb JustOlaf: Add require('.*****'); in root index.js It means you should add the "plugin" to your client_packages index.js like this: These index file tells the client to load the files, events etc. 1
JustOlaf Posted January 19, 2020 Author Posted January 19, 2020 1 minute ago, XCRON said: It means you should add the "plugin" to your client_packages index.js like this: These index file tells the client to load the files, events etc. i need to stack them all in one file of index.js?
XCRON Posted January 19, 2020 Posted January 19, 2020 yes, the index.js is required, and there you can define your packages. 1
JustOlaf Posted January 19, 2020 Author Posted January 19, 2020 1 minute ago, XCRON said: yes, the index.js is required, and there you can define your packages. Ok, thanks! 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now