1

Ask me about your server problems!

steve00010 2/17/12 11:12 am
305
2/26/2012 6:24 pm
First of all thanks to ZaphodX for stickying my other post, and if you want help from me here please read it fully and follow out what it says as it will help me help you.
http://www.planetminecraft.com/forums/how-ask-for-help-effectively-t50487.html

How i can help:

  • Any errors you're getting on the server i can have a go at telling you the problem
  • People can't connect - usually a port forwarding issue but ill still give my two cents
  • Plugins not working


You may be asking why i feel i'm qualified to help:
  • I've run serveral servers over various different games
  • I currently own my own minecraft server which is doing very well
  • I'm very active on these forums and the bukkit ones and try to help as much as possible
  • When helping ill give as much detail as i can to help and if all else fails ill probably offer to root round your ftp to see whats the problem
  • I use correct english, without the use of abrieveations to better convey my meaning to everyone


I will regulary check this thread but please no pasting tons of lines of code or silly responces to others problems, if somone else wants to help they can feel free but only actually reply if you have a problem or you have an answer, not just to say "lol i dunno whats wrong".

Thanks again to ZaphodX for this:
THIS IS HOW TO POST ANY CODE OR PERMISSIONS:
Copy this:
[spoiler][code]my code need to be pasted here[/code][/spoiler]
To make it look like this:
Click to reveal
my code need to be pasted here
Posted by
steve00010
Level 28 : Expert Hunter
17

  Have something to say?

JoinSign in

10

TheSevenShinobi
02/17/2012 11:19 am
Level 1 : New Miner
Hello, I really need some help on my Cracked Server. It is a craft Bukkit server and I need some helpful and simple plugin to use - Already I have Essentials, Izone, Xtnt, AdvLog and Dragon Travel. I really need a plugin that can do : When a user logs in - he/she either needs to type /register <password> or /login <password> I've been searching for a long time but still no luck. Im also an OP of this cracked server and I've encountered some hacking problems but have dealt with them. So if you have a recommendation of any registration plugins or any helpful one then I would be much appreciated.
1
steve00010
02/17/2012 8:17 pm
Level 28 : Expert Hunter
I don't have really any experiance with cracked servers but i would recommend searching bukkit for the register plugin, i have seen it before on some servers, and for the hacking issue im not sure about it on cracked but nocheat is what i would use on a premium server, so you could give that a try. I'll keep an eye out on the register plugin and if i see anything ill be sure to say.
1
wobly78
02/17/2012 1:15 pm
Level 1 : New Miner
hello im extreamly stuck with the premissionsex groups this is what i have:

Click to reveal
groups:
Default:
default: true
prefix: '[]'
suffix: ''
permissions: null

Mayor:
prefix: '[Mayor]'
suffix: ''
permissions: null
inheritance:
- Default

Apprentice:
Prefix: '[Apprentice]'
Suffix: ''
Permissions: null
inheritance:
- Trusted

Whitelighter:
prefix: '[Whitelighter]'
suffix: ''
permissions: null
inheritance:
- Apprentice

Guardian:
prefix: '[Guardian]'
suffix: ''
permissions: null
inheritance:
- Whitelighter

Moderator:
prefix: '[Moderator]'
suffix: ''
permissions: null
inheritance:
- Guardian

Admin:
prefix: ' [Admin]
suffix: ''
permissions:
- '*'
inheritance:
- Moderator


Co-Owner:
prefix: '[Co-Owner] '
suffix: ''
permissions
- '*'
inheritance:
- Admin

Owner:
prefix: '[Owner]'
suffix: ''
permissions:
- '*'
inheritance:
- Co-Owner
users:
wobly78:
group:
- Owner
1
ZaphodX
02/17/2012 1:18 pm
Level 40 : Master Network
Steve, can you write a very short tutorial at the end for posting code, something like this:

THIS IS HOW TO POST ANY CODE OR PERMISSIONS:
Copy this:
[spoiler][code]my code need to be pasted here[/code][/spoiler]
To make it look like this:
Click to reveal
my code need to be pasted here



Might also want to edit it into your other thread

If you want to use that^ as a template:

Click to reveal
[size=150][color=#FF0000]THIS IS HOW TO POST ANY CODE OR PERMISSIONS:[/color][/size]
Copy this:
[code][spoiler][code]my code need to be pasted here[/code][/spoiler][/code]
To make it look like this:
[spoiler][code]my code need to be pasted here[/code][/spoiler]
1
Mikerman50
02/17/2012 1:34 pm
Level 15 : Journeyman System
wobly78hello im extreamly stuck with the premissionsex groups this is what i have:

Click to reveal
groups:
Default:
default: true
prefix: '[]'
suffix: ''
permissions: null

Mayor:
prefix: '[Mayor]'
suffix: ''
permissions: null
inheritance:
- Default

Apprentice:
Prefix: '[Apprentice]'
Suffix: ''
Permissions: null
inheritance:
- Trusted

Whitelighter:
prefix: '[Whitelighter]'
suffix: ''
permissions: null
inheritance:
- Apprentice

Guardian:
prefix: '[Guardian]'
suffix: ''
permissions: null
inheritance:
- Whitelighter

Moderator:
prefix: '[Moderator]'
suffix: ''
permissions: null
inheritance:
- Guardian

Admin:
prefix: ' [Admin]
suffix: ''
permissions:
- '*'
inheritance:
- Moderator


Co-Owner:
prefix: '[Co-Owner] '
suffix: ''
permissions
- '*'
inheritance:
- Admin

Owner:
prefix: '[Owner]'
suffix: ''
permissions:
- '*'
inheritance:
- Co-Owner
users:
wobly78:
group:
- Owner


I'm using bPermissions, personally I've found this to be the most reliable permissions plugin out there *sorry to the others*
1
steve00010
02/17/2012 8:20 pm
Level 28 : Expert Hunter
wobly78hello im extreamly stuck with the premissionsex groups this is what i have:

Click to reveal
groups:
Default:
default: true
prefix: '[]'
suffix: ''
permissions: null

Mayor:
prefix: '[Mayor]'
suffix: ''
permissions: null
inheritance:
- Default

Apprentice:
Prefix: '[Apprentice]'
Suffix: ''
Permissions: null
inheritance:
- Trusted

Whitelighter:
prefix: '[Whitelighter]'
suffix: ''
permissions: null
inheritance:
- Apprentice

Guardian:
prefix: '[Guardian]'
suffix: ''
permissions: null
inheritance:
- Whitelighter

Moderator:
prefix: '[Moderator]'
suffix: ''
permissions: null
inheritance:
- Guardian

Admin:
prefix: ' [Admin]
suffix: ''
permissions:
- '*'
inheritance:
- Moderator


Co-Owner:
prefix: '[Co-Owner] '
suffix: ''
permissions
- '*'
inheritance:
- Admin

Owner:
prefix: '[Owner]'
suffix: ''
permissions:
- '*'
inheritance:
- Co-Owner
users:
wobly78:
group:
- Owner


You need to parse it with an online YAML parser
Use http://yaml-online-parser.appspot.com/ to do it untill there are no errors generated
1
MasterofXD
02/19/2012 9:05 pm
Level 2 : Apprentice Miner
Ok well I can't seem to create a server correctly. I'am using a TRENDNET 431BRP and I followed instructions on ZaphodX and portchecker's instructions on how to set it up. For some reason though, I can't seem to find my computer to "add the new server" to, how would I get it to attach to my router? (I'am using it as I speak, this is my main CUSTOM BUILT computer.) I only see my dad's computer, an "unknown" computer and my ipod (lol). So how do I add my computer to the list? Also, I can't install PFPortchecker correctly, it just...stops installing randomly. I also installed the comp the server like this:
Name: Name1
PC (Server): unknown (192.168.0.4)WLAN
Protocol: TCP/UDP
Internal:25565
External:25565

OH BTW, I'am setting up a win7 bukkit server.
1
steve00010
02/21/2012 1:54 pm
Level 28 : Expert Hunter
Make sure your computer is correctly set up in the homegroup, if you router uses that
Make sure youre giving out your external ip not the local network one
Apart from that theres not alot help i can give except good luck!

slimeCraftHey guys,
I recently created a server and I have been able to login just fine. I've been playing on it for a few hours by myself, and when I gave the IP out to someone else, they couldn't connect and got an error saying "Failed to Login, Bad Login". I researched the error and it says that it has something to do with a bad port forwarding. I also saw that one way to fix it would be to change online mode to false, but I heard that that can be dangerous. Does anyone know a safer way to fix this? I would appreciate all of your help!


Make sure they have a premium account
Check your port forwarding, have them ping your server
Make sure youve gave out your external ip to them
1
slimeCraft
02/19/2012 9:09 pm
Level 1 : New Miner
Hey guys,
I recently created a server and I have been able to login just fine. I've been playing on it for a few hours by myself, and when I gave the IP out to someone else, they couldn't connect and got an error saying "Failed to Login, Bad Login". I researched the error and it says that it has something to do with a bad port forwarding. I also saw that one way to fix it would be to change online mode to false, but I heard that that can be dangerous. Does anyone know a safer way to fix this? I would appreciate all of your help!
1
MasterofXD
02/26/2012 6:24 pm
Level 2 : Apprentice Miner
steve00010
MasterofXDOk well I can't seem to create a server correctly. I'am using a TRENDNET 431BRP and I followed instructions on ZaphodX and portchecker's instructions on how to set it up. For some reason though, I can't seem to find my computer to "add the new server" to, how would I get it to attach to my router? (I'am using it as I speak, this is my main CUSTOM BUILT computer.) I only see my dad's computer, an "unknown" computer and my ipod (lol). So how do I add my computer to the list? Also, I can't install PFPortchecker correctly, it just...stops installing randomly. I also installed the comp the server like this:
Name: Name1
PC (Server): unknown (192.168.0.4)WLAN
Protocol: TCP/UDP
Internal:25565
External:25565

OH BTW, I'am setting up a win7 bukkit server.


Make sure your computer is correctly set up in the homegroup, if you router uses that
Make sure youre giving out your external ip not the local network one
Apart from that theres not alot help i can give except good luck!

slimeCraftHey guys,
I recently created a server and I have been able to login just fine. I've been playing on it for a few hours by myself, and when I gave the IP out to someone else, they couldn't connect and got an error saying "Failed to Login, Bad Login". I researched the error and it says that it has something to do with a bad port forwarding. I also saw that one way to fix it would be to change online mode to false, but I heard that that can be dangerous. Does anyone know a safer way to fix this? I would appreciate all of your help!


Make sure they have a premium account
Check your port forwarding, have them ping your server
Make sure youve gave out your external ip to them

Yes I gave them the 'whatsmyip" address from that site. Also, how do I add it to homegroup?
1

Welcome