Noob here with some questions. - 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: Noob here with some questions. (/thread-2039.html) |
Noob here with some questions. - proniss - 07-03-2015 Allow me to introduce myself. I used to have a Minecraft server back in the bukkit days and have been debating weather or not to get back into it. I finally decided to take the plung and start working on one. I have not a lot of experiance. my previous server wasnt too advanced. basic rank plugin and mcmmo, stuff like that. Towards the end of its lifespan I started geting into adding a SQL server for some more indepth stuff but my experience there is minimal. Now that you know abit about where im coming from here are a few of my questions. 1. is there a better forum to post questions in? I couildnt find a "help" section 2. just got MCServer a day ago and any plugin I put in wont load unless I do so manually, is there not a way to have them load on startup? 3. the only permission like file i can find is Ranks.sqlite are there no plugins for this (a quick search brought up no results). do i need to learn how to use sqlite? 4. am i completly blind and there are guides to all this stuff that I cant find? thanks for your time and thanks in advance. links to any good beginner infor would be much apreciated... im just having som troubles getting the ball rolling post-bukkit RE: Noob here with some questions. - Seadragon91 - 07-03-2015 Hey, Here is a link to a FAQ that covers your questions https://forum.cuberite.org/showthread.php?tid=1596 Just to add for enabling Plugins, you have a file named settings.ini and there is a section named [Plugins], there you add Plugin=<plugin folder name> For the permissions look into the FAQ link. If you have still questions, ask Good luck, Seadragon91 RE: Noob here with some questions. - proniss - 07-04-2015 I did use the settings.ini and it still only loaded the 3 default plugins :S EDIT: figured out my error (damn semi colons) also thanks for the link it helped lots i should have found a FAQ so thats my bad. can I / how do I edit what ranks have what permissions? RE: Noob here with some questions. - NiLSPACE - 07-04-2015 Could you show the content of the settings.ini? RE: Noob here with some questions. - DiamondToaster - 07-04-2015 To edit ranks, there should be a webadmin.ini file in the root folder of the MCServer executable. Open that and add the following lines: [User:*Insert and webpage login here*] Password=*Insert any webpage password here* Save and restart the server. Connect to the server using a web browser and access the WebAdmin using the server's IP and :8080 attached to the end. Log in using the login info inserted above. From there, there should be a "Permissions" tab on the left sidebar. Use that to edit permission groups and ranks. To assign ranks, use "rank *Player Name* *Desired Rank*" in the server console or "/rank *Player Name* *Desired Rank*" in game when you're admin. EDIT: Just noticed Seadragon91's post above, now this post seems a bit redundant and doesn't really have a purpose. :/ RE: Noob here with some questions. - proniss - 07-07-2015 (07-04-2015, 02:38 PM)DiamondToaster Wrote: EDIT: Just noticed Seadragon91's post above, now this post seems a bit redundant and doesn't really have a purpose. :/ No that was really helpful actually. I was trying to do everything without the web admin now I know that I do need to use it. Thanks and here is my settings.ini RE: Noob here with some questions. - DiamondToaster - 07-09-2015 Glad my advice ended up helping! |