| var test = new Plugin( | |
| { | |
| CodeName: "commandsex-ultra2", | |
| Name: "CommandsEx Ultra2", | |
| Description: "Adds super useful and Ultra commands. Extended2", | |
| ThumbnailPath: "empty.png", | |
| HasPermissions: true, | |
| HasWebAdmin: true, | |
| HasCommands: true, | |
| IsAPI: false, | |
| IsActive: true, | |
| IsWorldGen: false, | |
| IsRPG: false, | |
| IsMinigame: false, | |
| IsSecurity: false, | |
| IsFeatured: true, | |
| Tags: ["Commands", "Useful", "Essentials"], | |
| Authors: ["WebFreak001"], | |
| AuthorIDs: [0], | |
| Rating: [] | |
| }); | |
| test.save(function (err) | |
| { | |
| if (err) console.log(err); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment