[noob needs help] Commands - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Discussion (https://forum.cuberite.org/forum-8.html) +--- Thread: [noob needs help] Commands (/thread-1229.html) |
[noob needs help] Commands - SGT_Miniman - 08-22-2013 I don't seem to have any commands? When I type : OP [my name] it tells me that that isn't a valid command, type 'help' to get a list of commands available... I type: help, that isn't a valid command, type 'help' to get a list of commands available seems legit? please help me out RE: [noob needs help] Commands - xoft - 08-22-2013 Hello, welcome to the forum. Yes, the help command unavailable is a known issue and is planned to be fixed. Are you sure you have the Core plugin installed and active? You need the Core subfolder in MCServer/Plugins folder, and it should have about 40 .lua files in it; and you need to activate the plugin in the MCServer/settings.ini file (see this wiki page for details: http://mc-server.org/wiki/doku.php?id=configure:settings.ini&#plugins_section ). Basically, you need a "Plugin=Core" line under the "[Plugins]" header. Normally, this is the default for newly downloaded server package. RE: [noob needs help] Commands - bearbin - 08-22-2013 If you cloned the repository yourself, you need to do a git submodule init and git submodule update. RE: [noob needs help] Commands - xoft - 08-22-2013 Are you giving the op command on the server console, or the in-game console? The in-game console /op command can only be used by ops, so you cannot use it to op yourself (because you already need to be an op to use it). The server console version should be available at any time. RE: [noob needs help] Commands - FakeTruth - 08-22-2013 Try adding your username to users.ini ? like this: Code: [SGT_Miniman] RE: [noob needs help] Commands - xoft - 08-22-2013 (08-22-2013, 09:42 PM)FakeTruth Wrote: Try adding your username to users.ini ? That's what the server-console version of the op command should do automatically. RE: [noob needs help] Commands - bearbin - 08-22-2013 Also, are you sure the op command actually exists? RE: [noob needs help] Commands - tonibm19 - 08-22-2013 Op command dont exist. INnconsole, use /rank [player] Admins RE: [noob needs help] Commands - SGT_Miniman - 08-22-2013 well, the help command doesn't work also... so everyone thanks for replying, but I know how to OP myself... I do have settings and settings.example.example but no setting.ini RE: [noob needs help] Commands - xoft - 08-22-2013 If you're on windows, the OS hides file extensions for some file types, so your "settings" is most probably "settings.ini". |