AwakeZ Posted September 5, 2019 Posted September 5, 2019 Hello, I have this settings: <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <acl_enabled>false</acl_enabled> <log_console>true</log_console> <log_chat>true</log_chat> <resource src="WiredPlayers"/> </config> and I want to add more than a resource but I don't know how. I was trying with <resource src="WiredPlayers""admin"/> <resource src="WiredPlayers"/><resource src="admin"/> but not work, can help me? Sorry for my English, I'm not English man. Thank you.
Xabi Posted September 5, 2019 Posted September 5, 2019 Add need lines like the one you have there: <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <acl_enabled>false</acl_enabled> <log_console>true</log_console> <log_chat>true</log_chat> <resource src="WiredPlayers"/> <resource src="admin"/> </config> 1
AwakeZ Posted September 5, 2019 Author Posted September 5, 2019 Hm... but now why stopped the resource WiredPlayers -> Resource WiredPlayers started! -> Starting admin resource.. admin: setting as Gamemode resource -> Stopping WiredPlayers resource -> Stopped WiredPlayers! admin: loading scripts.. found 5 script(s) admin: reading referenced assemblies.. found 2 reference(s) admin: loading referenced assembly Newtonsoft.Json.dll from resources/admin/ admin: loading referenced assembly BCrypt.Net-Core.dll from resources/admin/ admin: compiling scripts.. admin: instantiating Admin.AccountHandler.. admin: instantiating Admin.Admin.. admin: instantiating Admin.Database.. admin: loading server events.. found 1 server event(s) admin: loading server events.. found 2 server event(s) admin: loaded 3 server events(s) admin: loading commands.. found 13 command(s) admin: loaded 13 commands(s) -> Resource admin started! Started! Waiting for connections.. [P] Plugin bridge.dll loaded! Started HTTP server at 22006 port. [M] Announcing into master server... [M] Connected to master list.
Xabi Posted September 5, 2019 Posted September 5, 2019 I guess it's because both are declared as "gamemode" resources on meta.xml? Not sure. 1
AwakeZ Posted September 5, 2019 Author Posted September 5, 2019 Can you help me plz, and I'm done with it
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now