more api
This commit is contained in:
14
LuckPerms.Torch.Utils/Api/ILpPlayerModel.cs
Normal file
14
LuckPerms.Torch.Utils/Api/ILpPlayerModel.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using net.luckperms.api.query;
|
||||
using net.luckperms.api.util;
|
||||
using Torch.API;
|
||||
|
||||
namespace LuckPerms.Torch.Api;
|
||||
|
||||
public interface ILpPlayerModel : IPlayer
|
||||
{
|
||||
Tristate HasPermission(string permission);
|
||||
Tristate HasPermission(string permission, QueryOptions queryOptions);
|
||||
|
||||
string? GetOption(string key);
|
||||
string? GetOption(string key, QueryOptions queryOptions);
|
||||
}
|
Reference in New Issue
Block a user