Ark Permissions

Ark Permissions 2.0

No permission to download

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
I would like to ask if someone solved the error in the permissions, because I put as for example: Permissions.Add 123456789 Vip and soon after: Permissions.Grant Vip showmyadminmanager, but when the player will check has nothing in / kit or / kit, the shop works normally and other kits, less what requests permission
 
Last edited:
Getting this error when trying to use Mysql database. (http://prntscr.com/kdjb3j).
Mysql Server Status: running (http://prntscr.com/kdjkgx)
Config.json (http://prntscr.com/kdjjal)
Need to create the table Strucuture?
What Am I doing wrong?
Step 1: Installed mysql server
Step 2: Installed mysql Workbench
Step 3: Configured root password
Step 4: Configured permission.json to use mysql, with the default port, root user and the configured password.
Step 5: Tried to run the server and get the error. Changed to sqlite, no errors.
 
Getting this error when trying to use Mysql database. (http://prntscr.com/kdjb3j).
Mysql Server Status: running (http://prntscr.com/kdjkgx)
Config.json (http://prntscr.com/kdjjal)
Need to create the table Strucuture?
What Am I doing wrong?
Step 1: Installed mysql server
Step 2: Installed mysql Workbench
Step 3: Configured root password
Step 4: Configured permission.json to use mysql, with the default port, root user and the configured password.
Step 5: Tried to run the server and get the error. Changed to sqlite, no errors.
You need only to create a Database, called like "ArkApi" or something, all needed tables are created by the plugins.
Also for security reason, I would create a user that only has access to the "ArkApi" database. Is the MySQL engine running on the same host as the Ark Server? if not you need to create access with the account so it can access the database outside from the host.

Example: CREATE USER 'Apidbuser'@'10.1.2.3' IDENTIFIED BY 'your cryptical password';
And also gives some grants: https://dev.mysql.com/doc/refman/8.0/en/grant.html
 
You need only to create a Database, called like "ArkApi" or something, all needed tables are created by the plugins.
Also for security reason, I would create a user that only has access to the "ArkApi" database. Is the MySQL engine running on the same host as the Ark Server? if not you need to create access with the account so it can access the database outside from the host.

Example: CREATE USER 'Apidbuser'@'10.1.2.3' IDENTIFIED BY 'your cryptical password';
And also gives some grants: https://dev.mysql.com/doc/refman/8.0/en/grant.html

Hi Foppa,

I am looking around for information on switching to MySQL. Are you saying that if we configure Permissions to use MySQL, all other plugins will as well? Or just ones that have it built-in (none that I know of)?
 
You need only to create a Database, called like "ArkApi" or something, all needed tables are created by the plugins.
Also for security reason, I would create a user that only has access to the "ArkApi" database. Is the MySQL engine running on the same host as the Ark Server? if not you need to create access with the account so it can access the database outside from the host.

Example: CREATE USER 'Apidbuser'@'10.1.2.3' IDENTIFIED BY 'your cryptical password';
And also gives some grants: https://dev.mysql.com/doc/refman/8.0/en/grant.html
Servers are hosted in the same machine with the mysql server. (VPS with 6 servers, using sqlite databases for 2 server. Have 3 databases)
Made a Fresh Install of Mysql.
Created 2 users (root, and arkapi (Admin permissions))
Created a New database called arkapi (http://prntscr.com/ke0c0z)
Configured Json. (http://prntscr.com/ke0cd3)
Started the server. Got this error. (http://prntscr.com/ke0cph)
Mysql Database permissions (http://prntscr.com/ke0ff2) (http://prntscr.com/ke0fxe)
I am not seeing what I am doing wrong. Can you see were I am wrong?
Thanks for the help.
 
Hi Foppa,

I am looking around for information on switching to MySQL. Are you saying that if we configure Permissions to use MySQL, all other plugins will as well? Or just ones that have it built-in (none that I know of)?
As for now, it is only the Permission plugin that has support for MySQL.

Servers are hosted in the same machine with the mysql server. (VPS with 6 servers, using sqlite databases for 2 server. Have 3 databases)
Made a Fresh Install of Mysql.
Created 2 users (root, and arkapi (Admin permissions))
Created a New database called arkapi (http://prntscr.com/ke0c0z)
Configured Json. (http://prntscr.com/ke0cd3)
Started the server. Got this error. (http://prntscr.com/ke0cph)
Mysql Database permissions (http://prntscr.com/ke0ff2) (http://prntscr.com/ke0fxe)
I am not seeing what I am doing wrong. Can you see were I am wrong?
Thanks for the help.
Did you grant the user with read/write rights?
 
As for now, it is only the Permission plugin that has support for MySQL.

Is there an easy way to set up MySQL for the plugin? How about migrating the existing SQLite DB? Seems right now my DB is about a week out of date and everything is being stored in the temporary files.
 
Hello, after a lot of research I can not find anything when I type / kit starter he tells me not permision? what to do thanks
 
Hello, after a lot of research I can not find anything when I type / kit starter he tells me not permision? what to do thanks
You need to type /kit Starter
With a big S
 
I cant get the Premium Kits.... Says i have no permissions.... is there anything Wrong?View attachment 750View attachment 750
it's important that you type: /kit Premium as you have in your config. With a big P
The standard reply for mistypes is "You don't have permission to use this kit" since it is key sensitive and by typing /kit premium it will hit something that isn't configured in your config file and reply that message.
 
I try diferent things.
I put /kit Premiums and nothing happens .. says no permissions
 
I try diferent things.
I put /kit Premiums and nothing happens .. says no permissions
Have you tried /kit Premium And not /kit Premiums ?
In your config, you have a kit called "Premium" and "Flak" that requires the permissions: "Admins" or "Premiums"
 
i try /kit Premiums, /kit Premium, /Premium, /Premiums but not work, i have the permisssions, can see in the image, but wont work...
Please help!
 
hey I'm looking for a way to add these commands so anyone can use them
SetFacialHairPercent <Length> and SetHeadHairPercent <Length>
I tried asking for a plug-in because I would like it if someone could just make it so that they /head 0-100/ face 0-100 but someone suggested I use this plug-in I'm not really sure how to add these permissions I've tried the command in rcon but I don't see the config file change or anything can some 1 help me
 
We haven't been able to get mysql working with the Permissions plugin. I have asked some people who looked like they also tried to get it to work, and they have been unsuccessful as well.

As a former web and database programmer, I have come to the conclusion that the mysql feature must not be working. I would love for someone to prove me wrong!

Also, I donated $20 tonight, love all these plugins!
 
hey I'm looking for a way to add these commands so anyone can use them
SetFacialHairPercent <Length> and SetHeadHairPercent <Length>
I tried asking for a plug-in because I would like it if someone could just make it so that they /head 0-100/ face 0-100 but someone suggested I use this plug-in I'm not really sure how to add these permissions I've tried the command in rcon but I don't see the config file change or anything can some 1 help me
Look at admin permissions plugin instead.
We haven't been able to get mysql working with the Permissions plugin. I have asked some people who looked like they also tried to get it to work, and they have been unsuccessful as well.
What problems do you have? Many people got it working.
 
I cant get the Premium Kits.... Says i have no permissions.... is there anything Wrong?
 
Monetize your ARK server
Tebex
Tempest Dedicated Servers
Rogue Vikings Discord Server - Rogue Vikings Gaming Servers - Minecraft Prison Servers - Minecraft Creative Servers
Back
Top