General MCServer Help - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Discussion (https://forum.cuberite.org/forum-5.html) +--- Thread: General MCServer Help (/thread-1646.html) |
General MCServer Help - thesilentdiablo - 11-07-2014 Due to the recent loss of Bukkit, I have been exploring options for a new custom server. I believe that MCServer could be what I'm looking for, but I am having trouble with getting started. Here is a list of things I am stuck on:
RE: General MCServer Help - LO1ZB - 11-07-2014 Q: With the WebAdmin, I am not able to log in. Upon editing the setting file, I enter a user and password, but after starting the server I notice the file has deleted the password. Am I doing something wrong? A: Have you removed the semicolon and whitespace at the beginning of the lines? Q: How do I add someone, like myself, to a rank? A: with core installed do "/rank <user> <rank>" ingame or "rank <user> <rank>" in console Q: Are there any plugins similar to factions available? A: I do not know a faction plugin for MCServer RE: General MCServer Help - thesilentdiablo - 11-07-2014 For the webadmin, could you type an example for me? And for the ranks, are there any predetermined ranks? If so, what are they? RE: General MCServer Help - bearbin - 11-07-2014 For the webadmin, see the bit that says: Code: ; [User:admin] Make it look like this: Code: [User:username] Where your username is username and password is password. RE: General MCServer Help - NiLSPACE - 11-07-2014 You might be using a reload. That only is for plugins. And if it still doesn't work then try it in this order:
Because it could be possible that we have a bug where the server overwrites the server file with the settings it has loaded. RE: General MCServer Help - shapoopytroopy - 11-07-2014 (11-07-2014, 06:19 AM)thesilentdiablo Wrote: For the webadmin, could you type an example for me? And for the ranks, are there any predetermined ranks? If so, what are they? The ranks are (case-sensitive) : Default, VIP, Operator, Admin RE: General MCServer Help - thesilentdiablo - 11-07-2014 Thanks! You guys have helped immensely. |