TEBEX

Get Secret Key

Select your Game Server [Edit]

Copy the Secret Key

Get Public Key

Store

store:
  enabled: true
  type: "TEBEX"

Tebex Options

tebex-options:
  save-data-mode: false
  ignore-warnings: false
  secretKey: ""
  publicKey: ""
  actions:
    actionExample:
      enabled: false
      conditions:
        - "%categoryId% == 103012"
      action:
        - "[setVariable] varBase:%server% newVar:Survival%space%PvP"
  packets:
    __global__: "global"
conditions vars:
  - %packetId%
  - %player%
  - %price%
  - %packetName%
  - %server%
  - %categoryId%
  
available varBase:
  - %packetId%
  - %player%
  - %price%
  - %packetName%
  - %server%

in packets, put the ID of the tebex packet, and put the id of the message to be sent, global for all packets

packets:
  #the packet ID, or __global__ for all (default) | message ID
  __global__: "global"
  101010: "msgExample"
  323232: "msgExample2"

checks all the last 25 payments and saves them in the configured data, if there are more than 3 unregistered payments and this option is set to false and ignore-warnings is set to false, it will not proceed.

(recommended to activate it when using the plugin for the first time)

Last updated