Skip to main content

Resolve Usage

Practical guide for using Resolve.

Getting Started

  1. Install and configure Resolve
  2. Set up permissions
  3. Configure features in config.yml
  4. Test functionality

Common Workflows

Basic Setup

# 1. Grant yourself admin
/lp user <your_name> permission set resolve.admin true

# 2. Test commands
/ticket help

# 3. Configure features
# Edit plugins/Resolve/config.yml

# 4. Reload
/ticket reload

Use Cases

  • Player ticket creation\n- Staff ticket management\n- Ticket claiming system

Tips

  • Always backup before major changes
  • Test with non-admin accounts
  • Check permissions if features don't work
  • Use /ticket help for quick reference

Next: API