PickYourJoys
PickYourJoys PickYourJoys

8.99 EUR

Checkout
PickYourJoys

PickYourJoys

Project details

Project: PickYourJoys

dev language: c# oxide

Plugin language: en

Author: @RustFlash

Description

Pick Your Joys is a plugin that allows players to choose from a list of predefined benefits or "joys". These joys provide various gameplay benefits and can include time-limited permissions, resources or other in-game benefits. The plugin was mainly developed for PVE and RP servers, but can also be used in PVP due to its versatility.

Features:

  • Custom delights: Administrators can configure a variety of delights, each with specific benefits and permissions.
  • Time-limited permissions: Players can select and use delights for a set number of days.
  • Interactive user interface: A user-friendly interface to select and manage joys.
  • Integration with other plugins: Works together with the TimedPermissions and ImageLibrary plugin.

Commands:

/joys - Opens the pleasure selection menu for the player. /resetjoys SteamID or /resetjoys PlayerName - Allows "admins" to reset Joys from Player/SteamID
resetalljoys - For wipe or others

Permissions:

pickyourjoys.use - Allows a player to open the joy selection menu.

pickyourjoys.tierone - Allows the player to select up to 2 joys.

pickyourjoys.tiertwo - Allows the player to select up to 3 joys.

pickyourjoys.tierthree - Allows the player to select up to 4 joys.

pickyourjoys.vip - Allows the player to select an unlimited number of joys.

pickyourjoys.adminreset Allows "admins" to reset Joys from Player/SteamID

Config:

{
    "Default": 1,
    "TierOne": 2,
    "TierTwo": 3,
    "TierThree": 4,
    "Joys": {
        "Builder": {
            "Title": "Builder",
            "Description": "Als Builder hast du alle Bau-Ressourcen mit dem Faktor 1.5",
            "Permissions": ["builder.resources"],
            "Duration": 7
        },
        "Farmer": {
            "Title": "Farmer",
            "Description": "Egal ob Cocktailbar oder Bauernhof, hier bekommst du:\n- Fontagnier Skin Paket\n- 2-fache Seeds",
            "Permissions": ["farmer.skins", "farmer.seeds"],
            "Duration": 7
        }
    }
}

load, run, enjoy 💝