Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
commands [2025/02/23 20:22] – russell | commands [2025/02/23 20:48] (current) – russell | ||
---|---|---|---|
Line 5: | Line 5: | ||
Buy an item from the shop using JoxCoins | Buy an item from the shop using JoxCoins | ||
- | ===== Usage ===== | + | |
+ | **Usage** | ||
**''/ | **''/ | ||
+ | |||
**Options** | **Options** | ||
- | | + | |
- | | + | **'' |
- | | + | * The name of the item you want to buy |
- | | + | Required: true |
- | * quantity | + | Autocomplete: |
- | | + | Description: |
- | | + | |
- | | + | **'' |
+ | * How many of the item you want to buy | ||
+ | Required: false (default: 1) | ||
+ | Min value: 1 | ||
+ | Description: | ||
**Validation** | **Validation** | ||
- | * Item must exist in the shop | + | * Amount |
* User must have sufficient JoxCoins for purchase | * User must have sufficient JoxCoins for purchase | ||
* Quantity must be greater than 0 | * Quantity must be greater than 0 | ||
+ | |||
**Examples** | **Examples** | ||
- | Buy a single item | + | |
+ | Buy a single item: | ||
< | < | ||
- | Buy multiple items | + | Buy multiple items: |
< | < | ||
---- | ---- | ||
Line 29: | Line 39: | ||
Get real-time data for US futures markets | Get real-time data for US futures markets | ||
- | ===== Usage ===== | + | |
+ | **Usage** | ||
**''/ | **''/ | ||
+ | |||
**Examples** | **Examples** | ||
- | View futures data | + | |
+ | View futures data: | ||
< | < | ||
---- | ---- | ||
Line 38: | Line 52: | ||
Displays a user's inventory items in a formatted table | Displays a user's inventory items in a formatted table | ||
- | ===== Usage ===== | + | |
+ | **Usage** | ||
**''/ | **''/ | ||
+ | |||
**Validation** | **Validation** | ||
* User must have at least one item in their inventory | * User must have at least one item in their inventory | ||
* Only shows items with quantity > 0 | * Only shows items with quantity > 0 | ||
+ | |||
**Examples** | **Examples** | ||
- | View your inventory | + | |
+ | View your inventory: | ||
< | < | ||
---- | ---- | ||
Line 50: | Line 69: | ||
Manage your stock investments in the server economy | Manage your stock investments in the server economy | ||
- | ===== Usage ===== | + | |
+ | **Usage** | ||
**''/ | **''/ | ||
+ | |||
**Options** | **Options** | ||
- | | + | |
- | * quantity | + | **'' |
- | * ticker | + | Stock ticker symbol (e.g., AAPL) |
- | * quantity | + | |
+ | **'' | ||
+ | Number of shares to buy (min: 1) | ||
+ | |||
+ | **'' | ||
+ | Stock ticker symbol (e.g., AAPL) | ||
+ | |||
+ | **'' | ||
+ | Number of shares to sell (min: 1) | ||
**Subcommands** | **Subcommands** | ||
* buy | * buy | ||
+ | |||
* sell | * sell | ||
+ | |||
* list | * list | ||
+ | |||
+ | |||
**Validation** | **Validation** | ||
* Stock price must be greater than 0 to purchase | * Stock price must be greater than 0 to purchase | ||
* User must have sufficient currency for purchase | * User must have sufficient currency for purchase | ||
* User must own shares to sell them | * User must own shares to sell them | ||
+ | |||
**Examples** | **Examples** | ||
- | Buy stocks | + | |
+ | Buy stocks: | ||
< | < | ||
- | Sell stocks | + | Sell stocks: |
< | < | ||
- | View portfolio | + | View portfolio: |
< | < | ||
---- | ---- | ||
Line 76: | Line 113: | ||
View the items available for purchase in the shop | View the items available for purchase in the shop | ||
- | ===== Usage ===== | + | |
+ | **Usage** | ||
**''/ | **''/ | ||
+ | |||
**Validation** | **Validation** | ||
* Shop must contain at least one item | * Shop must contain at least one item | ||
* Items are sorted by type first, then by cost | * Items are sorted by type first, then by cost | ||
+ | |||
**Examples** | **Examples** | ||
- | View the shop | + | |
+ | View the shop: | ||
< | < | ||
---- | ---- | ||
Line 88: | Line 130: | ||
Get a stock price chart from Finviz | Get a stock price chart from Finviz | ||
- | ===== Usage ===== | + | |
+ | **Usage** | ||
**''/ | **''/ | ||
+ | |||
**Options** | **Options** | ||
- | | + | |
- | * timeframe | + | **'' |
+ | Stock symbol to look up (e.g., AAPL, TSLA) | ||
+ | |||
+ | **'' | ||
+ | Chart timeframe | ||
**Validation** | **Validation** | ||
* Symbol must be a valid stock ticker | * Symbol must be a valid stock ticker | ||
* Timeframe must be one of the allowed options | * Timeframe must be one of the allowed options | ||
+ | |||
**Examples** | **Examples** | ||
- | View daily AAPL chart | + | |
+ | View daily AAPL chart: | ||
< | < | ||
- | View monthly TSLA chart | + | View monthly TSLA chart: |
< | < | ||
---- | ---- | ||
Line 105: | Line 157: | ||
Send JoxCoins to another user | Send JoxCoins to another user | ||
- | ===== Usage ===== | + | |
+ | **Usage** | ||
**''/ | **''/ | ||
+ | |||
**Options** | **Options** | ||
- | | + | |
- | * amount | + | **'' |
+ | The user to transfer JoxCoins to | ||
+ | |||
+ | **'' | ||
+ | The amount of JoxCoins to transfer (min: 1) | ||
**Validation** | **Validation** | ||
* Amount must be greater than 0 | * Amount must be greater than 0 | ||
* Sender must have sufficient JoxCoins balance | * Sender must have sufficient JoxCoins balance | ||
* Cannot transfer to self | * Cannot transfer to self | ||
+ | |||
**Examples** | **Examples** | ||
- | Transfer 100 JoxCoins | + | |
- | < | + | Transfer 100 JoxCoins: |
- | Transfer 1000 JoxCoins | + | < |
- | < | + | Transfer 1000 JoxCoins: |
+ | < | ||
---- | ---- | ||
===== Fun Commands ===== | ===== Fun Commands ===== | ||
Line 124: | Line 186: | ||
Daily cryptography challenge with rewards | Daily cryptography challenge with rewards | ||
- | ===== Usage ===== | + | |
+ | **Usage** | ||
**''/ | **''/ | ||
+ | |||
**Options** | **Options** | ||
- | | + | |
+ | **'' | ||
+ | Your solution to the active challenge | ||
**Subcommands** | **Subcommands** | ||
* question | * question | ||
+ | |||
* answer | * answer | ||
+ | |||
+ | |||
**Validation** | **Validation** | ||
* Only one active challenge per day | * Only one active challenge per day | ||
* Must complete current challenge before getting a new one | * Must complete current challenge before getting a new one | ||
* Answer must match the expected solution | * Answer must match the expected solution | ||
+ | |||
**Examples** | **Examples** | ||
- | View current challenge | + | |
+ | View current challenge: | ||
< | < | ||
- | Submit an answer | + | Submit an answer: |
< | < | ||
---- | ---- | ||
Line 144: | Line 217: | ||
Go fishing to earn JoxCoins and rare items | Go fishing to earn JoxCoins and rare items | ||
- | ===== Usage ===== | + | |
+ | **Usage** | ||
**''/ | **''/ | ||
+ | |||
**Validation** | **Validation** | ||
* Must have a Fishing Rod in inventory | * Must have a Fishing Rod in inventory | ||
* Must have at least 1 Fishing Bait | * Must have at least 1 Fishing Bait | ||
* Uses 1 bait per attempt | * Uses 1 bait per attempt | ||
+ | |||
**Examples** | **Examples** | ||
- | Go fishing | + | |
+ | Go fishing: | ||
< | < | ||
---- | ---- | ||
Line 157: | Line 235: | ||
Tell someone to go fuck themselves | Tell someone to go fuck themselves | ||
- | ===== Usage ===== | + | |
+ | **Usage** | ||
**''/ | **''/ | ||
+ | |||
**Options** | **Options** | ||
- | | + | |
+ | **'' | ||
+ | The user you want to tell to go fuck themselves | ||
**Validation** | **Validation** | ||
* Must specify a valid user | * Must specify a valid user | ||
* Cannot tell yourself to go fuck yourself | * Cannot tell yourself to go fuck yourself | ||
+ | |||
**Examples** | **Examples** | ||
- | Tell someone to GFY | + | |
- | < | + | Tell someone to GFY: |
+ | < | ||
---- | ---- | ||
==== poker ==== | ==== poker ==== | ||
Play daily poker with a 5-card hand | Play daily poker with a 5-card hand | ||
- | ===== Usage ===== | + | |
+ | **Usage** | ||
**''/ | **''/ | ||
+ | |||
**Options** | **Options** | ||
- | | + | |
+ | **'' | ||
+ | Card positions to redraw (comma-separated, | ||
**Subcommands** | **Subcommands** | ||
* view | * view | ||
+ | |||
* redraw | * redraw | ||
+ | |||
* leaderboard | * leaderboard | ||
+ | |||
+ | |||
**Validation** | **Validation** | ||
* One hand per day (resets at midnight) | * One hand per day (resets at midnight) | ||
* Limited number of redraws per hand | * Limited number of redraws per hand | ||
* Redraw positions must be valid (1 to 5) | * Redraw positions must be valid (1 to 5) | ||
+ | |||
**Examples** | **Examples** | ||
- | View your hand | + | |
+ | View your hand: | ||
< | < | ||
- | Redraw cards | + | Redraw cards: |
< | < | ||
- | View leaderboard | + | View leaderboard: |
< | < | ||
---- | ---- | ||
Line 194: | Line 292: | ||
Bet your JoxCoins on roulette | Bet your JoxCoins on roulette | ||
- | ===== Usage ===== | + | |
+ | **Usage** | ||
**''/ | **''/ | ||
+ | |||
**Options** | **Options** | ||
- | | + | |
- | * type (string): Type of bet to place | + | **'' |
- | | + | Amount of JoxCoins to bet (min: 1, max: 500) |
- | | + | |
- | | + | **'' |
- | | + | Type of bet to place |
- | | + | - RED: Red numbers (1, |
- | | + | - BLACK: Black numbers (2, |
- | | + | - GREEN: Green numbers (0,00) |
- | | + | - EVEN: Even numbers (2, |
- | * number | + | - ODD: Odd numbers (1, |
+ | - LOW: Numbers 1-18 | ||
+ | - HIGH: Numbers 19-36 | ||
+ | - NUMBER: Specific number bet | ||
+ | |||
+ | **'' | ||
+ | Specific number to bet on (0-36 or 00, only for NUMBER type) | ||
**Validation** | **Validation** | ||
* Must have sufficient JoxCoins balance | * Must have sufficient JoxCoins balance | ||
Line 213: | Line 321: | ||
* Must specify a number when betting on NUMBER type | * Must specify a number when betting on NUMBER type | ||
* Number must be valid (0 to 36 or 00) | * Number must be valid (0 to 36 or 00) | ||
+ | |||
**Examples** | **Examples** | ||
- | Bet on red | + | |
+ | Bet on red: | ||
< | < | ||
- | Bet on specific number | + | Bet on specific number: |
< | < | ||
---- | ---- | ||
Line 223: | Line 333: | ||
View various server leaderboards | View various server leaderboards | ||
- | ===== Usage ===== | + | |
+ | **Usage** | ||
**''/ | **''/ | ||
+ | |||
---- | ---- | ||
==== quotes ==== | ==== quotes ==== | ||
Manage and view quotes in the server | Manage and view quotes in the server | ||
- | ===== Usage ===== | + | |
+ | **Usage** | ||
**''/ | **''/ | ||
+ | |||
---- | ---- |