Hi im having some trouble trying to add points, trying to give to myself to test my shop is in full working order. I use the AddPoints <SteamID> <Amount> command but i get (SERVER) Couldn't Add Points message am i doing something wrong??
By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!Hellow. So I have three groups in my ark shop plugin. Now, how do I change the groups that players are in so that they earn the specified points? Thank you very much for your time. Feel free to contact me on discord, or here.
{
"Mysql": {
"UseMysql": false,
"MysqlHost": "localhost",
"MysqlUser": "apitest",
"MysqlPass": "12345",
"MysqlDB": "apitest"
},
"General": {
"TimedPointsReward": {
"Enabled": true,
"Interval": 6,
"Groups": {
"Default": {
"Amount": 5
},
"Original_Streamers": {
"Amount": 7
},
"Premiums": {
"Amount": 15
}
}
},
How do I give players these roles? Through the permissions plugin? If so, once I create the groups, how do I make it so they recieve more points as per these groups I've pasted above? Thank you for your help and time. I've been trying at this for hours and no one seems to know how. Please contact me here or (prefferably) by discord. Katsa Korah#3401
I have the same error, i cant add points*FIXED*
What do you mean?Need to add a type of sort to items....
I eventually figured it out, but I didn't expect the two plugins to work like that. I'm very inexperienced. Thank you anyway!you have to create the groups in perm
Permissions.AddGroup original_streamers - Adds a group.
Permissions.RemoveGroup - Removes the group.
Permissions.Grant <Group> <Permission> - Grants a specific permission to the group. Wildcard character (*) would give all permissions to this group.
Permissions.Revoke <Group> <Permission> - Revokes a specific permission from the group.
Permissions.PlayerGroups <steamid>- Lists all player's groups.
Permissions.GroupPermissions<Group> - Lists all group's permissions.
Permissions.ListGroups - Lists all groups and their permissions.
Permissions.Add steamid original_streamers
ability to sort shop items by either name or by the order they are in the json, atm even if they are in order one after the other in the json they are still in random order showing in game.What do you mean?
run your config file through a validator theres a syntax error somewhere in itView attachment 1870
ËRROR CODE:1114
How do you add points to players? im using the command cheat AddPoints FredBlogs123 1000 but i get an error saying server could not add points? am I doing something wrong?
Use the player's Steam ID. example:
cheat addpoints 7656119812580658 1000
You can also use the chat command.
/trade 'FredBlogs123' 1000
This transfers your points to another player.
We use essential cookies to make this site work, and optional cookies to enhance your experience.