
Danthegoodman
Members-
Posts
15 -
Joined
-
Last visited
Everything posted by Danthegoodman
-
How to make 1.0.12a bukkit server
Danthegoodman replied to Danthegoodman's topic in Attack of the B-Team
it says there is always 1 conflict in the furniture mod config, but there never is, and when i change it, it creates another one, like it wll say something has the same id but doesnt... -
How to make 1.0.12a bukkit server
Danthegoodman replied to Danthegoodman's topic in Attack of the B-Team
thats the problem though, I have tried everything and it still doesnt work... there is always some defclass not found error -
I have tried so many things, using cauldron and something always goes wrong. Does anyone know how to make this kind of server successfully?
-
hi, i have a tekkit server, and essentials group manager is not working, i dont know why, but if someone knows how to fix it, or another good plugin for it plz help, also, i have done nothing to the plugin itself
-
Small Scale Recruitment Thread
Danthegoodman replied to The Merchant of Menace's topic in Tekkit Classic Discussion
need staff members! contact me, including the basic information about yourself, by message. Also i am looking for a few talented builders, who love to build things like mansions, xp farms, and all sorts of stuff, i have a 24/7 tekkit server so you can get on and continue building when ever you like. pm me for applications -
Small Scale Recruitment Thread
Danthegoodman replied to The Merchant of Menace's topic in Tekkit Classic Discussion
hello, i have a 24/7 tekkit server and am in need of some staff, message me, calling it application, you experience with servers, how long you have played, and how old you are, and something you think i should know, thanks a bunch guys :) -
Small Scale Recruitment Thread
Danthegoodman replied to The Merchant of Menace's topic in Tekkit Classic Discussion
hi, i need a staff of 3 people who are good builders, and have good experience with servers. post your experience, age, and how long you have been playing tekkit. i am running it now of my computer to make it, but when we are done i will get it hosted, and move the world file to the hosted server. Thanks, and you also have to be pretty devoted to helping. send me a message instead of posting -
hi, i need a staff of 3 people who are good builders, and have good experience with servers. post your experience, age, and how long you have been playing tekkit. i am running it now of my computer to make it, but when we are done i will get it hosted, and move the world file to the hosted server. Thanks, and you also have to be pretty devoted to helping
-
what?
-
Hey i was wondering if someone could host a free tekkit server for me, with at least 2GB, and control panel of some sort... reply here if you would, and you have to live in america. Thanks so much
-
when i type manuadd commands and stuff i get there is a internal error... that crap, the yml checker says the config file is the problem, but there is no problem... here it is, Bukkit Yaml Checker Running YAML Checks... Running Element Checks... The Yaml file you provided is invalid. The most common form of of Yaml errors is caused by errors in line indents. Parsing Errors: Error: Element 'settings': This element is not expected. Expected is ( groups ). Probably around line: 1 12 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 settings: config: opOverrides: true validate_toggle: true data: save: minutes: 10 hours: 24 logging: level: INFO mirrors: world: world_nether: - users - groups survivalisland: - users - groups creative: flatcreative: - users - groups the file looks like this tho, it shows differently when i copy and paste settings: config: # With this enabled anyone set as op has full permissions when managing GroupManager # The user will be able to promote players to the same group or even above. opOverrides: true # Default setting for 'mantoglevalidate' # true will cause GroupManager to attempt name matching by default. validate_toggle: true data: save: # How often GroupManager will save it's data back to groups and users.yml minutes: 10 # Number of hours to retain backups (plugins/GroupManager/backup) hours: 24 logging: # level of detail GroupManager will use when logging. # Acceptable entries are - ALL,CONFIG,FINE,FINER,FINEST,INFO,OFF,SEVERE,WARNING level: INFO mirrors: # Worlds listed here have their settings mirrored in their children. # The first element 'world' is the main worlds name # subsequent elements 'world_nether' and 'world_the_end' are worlds which will use # the same user/groups files as the parent. # Each child world can be configured to mirror the 'groups', 'users' or both files from it's parent. world: world_nether: - users - groups survivalisland: - users - groups creative: flatcreative: - users - groups # world2: (World2 would have it's own set of user and groups files) # world3: # - users (World3 would use the users.yml from world2, but it's own groups.yml) # world4: # - groups (World4 would use the groups.yml from world2, but it's own users.yml) # world5: # - world6 (this would cause world6 to mirror both files from world5) thanks and i hope someone can help Original Post:
-
Help plz, group manager not working!
Danthegoodman replied to Danthegoodman's topic in Tekkit Classic Discussion
settings: config: # With this enabled anyone set as op has full permissions when managing GroupManager # The user will be able to promote players to the same group or even above. opOverrides: true # Default setting for 'mantoglevalidate' # true will cause GroupManager to attempt name matching by default. validate_toggle: true data: save: # How often GroupManager will save it's data back to groups and users.yml minutes: 10 # Number of hours to retain backups (plugins/GroupManager/backup) hours: 24 logging: # level of detail GroupManager will use when logging. # Acceptable entries are - ALL,CONFIG,FINE,FINER,FINEST,INFO,OFF,SEVERE,WARNING level: INFO mirrors: # Worlds listed here have their settings mirrored in their children. # The first element 'world' is the main worlds name # subsequent elements 'world_nether' and 'world_the_end' are worlds which will use # the same user/groups files as the parent. # Each child world can be configured to mirror the 'groups', 'users' or both files from it's parent. world: world_nether: - users - groups survivalisland: - users - groups creative: flatcreative: - users - groups # world2: (World2 would have it's own set of user and groups files) # world3: # - users (World3 would use the users.yml from world2, but it's own groups.yml) # world4: # - groups (World4 would use the groups.yml from world2, but it's own users.yml) # world5: # - world6 (this would cause world6 to mirror both files from world5) there we go, that is what it looks like -
Help plz, group manager not working!
Danthegoodman replied to Danthegoodman's topic in Tekkit Classic Discussion
god dangit the beginning looks like this settings: config: -
Help plz, group manager not working!
Danthegoodman replied to Danthegoodman's topic in Tekkit Classic Discussion
sry the file looks like th settings is in the right place tho, not how it shows above... like this Bukkit Yaml Checker Running YAML Checks... Running Element Checks... The Yaml file you provided is invalid. The most common form of of Yaml errors is caused by errors in line indents. Parsing Errors: Error: Element 'settings': This element is not expected. Expected is ( groups ). Probably around line: 1 12 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 settings: config: opOverrides: true validate_toggle: true data: save: minutes: 10 hours: 24 logging: level: INFO mirrors: world: world_nether: - users - groups survivalisland: - users - groups creative: flatcreative: - users - groups -
i used the yml checker, and the only file that is not working is the config.yml here is this Bukkit Yaml Checker Running YAML Checks... Running Element Checks... The Yaml file you provided is invalid. The most common form of of Yaml errors is caused by errors in line indents. Parsing Errors: Error: Element 'settings': This element is not expected. Expected is ( groups ). Probably around line: 1 12 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 settings: config: opOverrides: true validate_toggle: true data: save: minutes: 10 hours: 24 logging: level: INFO mirrors: world: world_nether: - users - groups survivalisland: - users - groups creative: flatcreative: - users - groups i really hope someone can help, thanks :)