Advertisement
nirmoll

thing

Jun 19th, 2021
752
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.             name: 'create',
  3.             description: 'Create a level',
  4.             options: [
  5.             {
  6.                 name: 'numberfield',
  7.                 description: 'Guess the numbers from a range',
  8.                 type: 1,
  9.                 options: [{
  10.                     name: 'minrange',
  11.                     description: 'The smallest number the player can guess',
  12.                     type: 'INTEGER',
  13.                     required: true,
  14.                 }],
  15.             },
  16.             {
  17.                 name: 'platformer',
  18.                 description: 'Move and jump to reach the goal',
  19.                 type: 1,
  20.             }],
  21.         },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement