DailyShop
  • Get Started
  • Frequently Asked Questions
  • Usage
    • Manage Shops
    • Edit Items
    • Shop Display
      • Actions
    • Commands & Permissions
    • Reload
  • FEATURES
    • All Features
    • Log System
  • Configuration
    • Default Files
  • Yaml Support
    • Parser
    • Format
      • Rarities
      • Economies
      • Actions
  • Compatibility
  • PlaceHolders
  • ShopGui+
  • Developers
    • API
Powered by GitBook
On this page
  • Commands
  • Permissions

Was this helpful?

  1. Usage

Commands & Permissions

Commands and permissions of the plugin

PreviousActionsNextReload

Last updated 3 years ago

Was this helpful?

Commands

Command

Description

Permission

/dshop open [shop] {player}

Opens the given shop for yourself or the given player

dailyrandomshop.open.{shop-name}/ dailyrandomshop.open.others

/dshop add [shop]

Opens the menu to add an item to the given shop

dailyrandomshop.adddailyitem

/dshop manage

Opens the menu to manage shops

dailyrandomshop.settings

/dshop reStock [shop]

Force generation of new items and resets timer for the given shop

dailyrandomshop.restock

/dshop reload

Reloads plugin and config

dailyrandomshop.reload

/dshop help

Prompts help message

none

/dshop parser [action]

Gets access to the

dailyrandomshop.parser

/dshop log

Opens the log

dailyrandomshop.log

/dshop import [shop] [plugin] [_shop]

Imports all items in a specific _shop from a plugin to a shop. See

dailyrandomshop.import

Typically players need dailyrandomshop.open.* to access all shops

Permissions

There are additional permissions apart from those listed above. You can use the permissions nodes dailyrandomshop.{shop-name}.negate.buy dailyrandomshop.{shop-ID}.negate.sell to negate the selling or buying from all the items in a shop for a player, which both are allowed by default. For example giving a player dailyrandomshop.test.negate.buy 'll only allow the player to sell items on the test shop.

These permissions nodes are different from the Permissions, these are global and the others are individual.

Note that giving you the permission node .* will also give you the negate permissions not allowing you to buy/sell from the shop.

parser
ShopGui+