Non-op players functioning incorrectly #72


  • New
  • Defect
Open
Assigned to _ForgeUser1511547
  • _ForgeUser16916919 created this issue Sep 3, 2014

    What steps will reproduce the problem?
    1. Set alt as "default" in server
    2. Attempt to initiate trade with incorrect process on op account (fails)
    3. Attempt to initiate trade with incorrect process on default account (succeeds)
    4. Attempt correct process on op account (succeeds)
    5. Attempt correct process on default account (succeeds)

    What is the expected output? What do you see instead?
    I expect the players to only be able to trade by means specified in config files. I have it set to shift-right-click, and command accepting only.

    My op account can only shift-right-click, and command accept, my test account can do any available options.

    What version of the product are you using?
    Trade 1.0 BETA ver3

    Please provide any additional information below.
    i attempted to remedy this with permissions, but the default player would not be able to trade with any configuration.
    i currently have use-permissions set to false.

    debug-mode: false
    requesting:
      use-permissions: false
      allow-cross-game-mode: false
      allow-cross-world: false
      must-see: false
      max-distance: 10
      disabled-worlds: {}
      disabled-regions: {}
      timeout: 10000
      max-requests: 5
      method-allow:
        command: true
        right-click: false
        shift-right-click: true
        left-click: false
        shift-left-click: false
    trading:
      options:
        allow-inventory-closing: false
        allow-dragging: true
        use-economy: false
        default-layout: default-6-rows
      global-offers:
        item: {}
        experience:
          experience-item:
            material: 384
            display-name: '%experience% experience.'
          experience-item-mirror:
            material: 384
            display-name: '%player% offers %experience% experience.'
          small-modifier: 1
          large-modifier: 5
        money:
          money-item:
            material: 266
            display-name: '%money%'
          money-item-mirror:
            material: 266
            display-name: '%player% offers %money%'
    version: 1.0 BETA ver3

  • _ForgeUser16916919 added the tags New Defect Sep 3, 2014

To post a comment, please login or register a new account.