Difference between revisions of "Pixelmon Shout"
Vpzquigleyx (talk | contribs) (Created page with "Pixelmon Shout is a Sponge plugin/server-side Pixelmon sidemod which allows players to sell their Pokémon to other players on the server. == Installation == Pixelmon Sho...") |
m (Text replacement - "http://" to "https://") |
||
(14 intermediate revisions by 4 users not shown) | |||
Line 2: | Line 2: | ||
== Installation == | == Installation == | ||
− | + | {{SidemodVersionh}} | |
+ | {{SidemodVersion|1.12.2|6.0+|1.2.0}} | ||
+ | {{SidemodVersion|1.10.2|5.0-5.1|1.1.2}} | ||
+ | {{SidemodVersion|1.8.9|4.3|1.0.2}} | ||
+ | {{SidemodVersionf}} | ||
+ | Pixelmon Shout only needs to be installed server-side. Additionally, SpongeForge and a Sponge economy plugin (e.g., [https://forums.spongepowered.org/t/economy-total-economy-v1-4-0/7022 TotalEconomy] or [https://forums.spongepowered.org/t/moneybag-economylite-v2-0-5-api-4-0/7045 EconomyLite]) must be installed in order for it to function. | ||
Pixelmon Shout is compatible with any SpongeForge version above 1200. | Pixelmon Shout is compatible with any SpongeForge version above 1200. | ||
− | #Download Pixelmon Shout [ | + | #Download Pixelmon Shout for your version of ''Minecraft'' [https://pixelmonmod.com/downloads.php here]. |
#Place the jar inside the mods folder in the server root directory (in the same directory as SpongeForge). | #Place the jar inside the mods folder in the server root directory (in the same directory as SpongeForge). | ||
== Overview == | == Overview == | ||
− | Pixelmon Shout allows players on a multiplayer server to create a sale listing of their Pokémon , which other players can then purchase without the | + | Pixelmon Shout allows players on a multiplayer server to create a sale listing of their Pokémon, which other players can then purchase in a single transaction, without the risk of not receiving the Pokémon after paying for it. A player can list a Pokémon for sale via the <code>/pshout</code> command, which will create a new listing selling the specified Pokémon in the player's party. While creating the listing, the player must also specify the price to sell the Pokémon for. Other players on the server can then purchase the Pokémon manually via the <code>/psbuy</code> command (using the seller's name as the required argument) or by clicking on the Pokémon listing in the chat. |
− | There can be multiple sales running at once, so to prevent the chat being clogged with messages informing players about them, each sale will only broadcast its information once. From then onwards, an interested player can check all of the current sales via the /psales command, or check whether or not a specific player is selling a Pokémon via the /psinfo command. Each sale can be cancelled by the creator at any time | + | There can be multiple sales running at once, so to prevent the chat being clogged with messages informing players about them, each sale will only broadcast its information once. From then onwards, an interested player can check all of the current sales via the <code>/psales</code> command, or check whether or not a specific player is selling a Pokémon via the <code>/psinfo</code> command. Each sale can be cancelled by the creator at any time (as long as the Pokémon has not been purchased yet) via the <code>/pscancel</code> command, which will return the Pokémon to the player's party (or [[PC]] if the party is full). |
− | After creating | + | After creating a sale, there is a five minute cooldown timer before the player can create another sale. This timer remains in effect whether the sale is completed or canceled. The timer can be disabled using the <code>pixelshout.exemptCD</code> permission node. |
− | If a player attempts to buy a Pokémon | + | If a player attempts to buy a Pokémon without sufficient funds to complete the purchase, the purchase will not occur. |
== Commands== | == Commands== | ||
− | */pshout ''slot'' ''price'' : Creates a listing selling the Pokémon from the player's chosen party slot, with the initial price defined by the player. | + | {{CommandSyntax}} |
− | */psbuy '' | + | *<code>/pshout <''slot''> <''price''></code>: Creates a listing selling the Pokémon from the player's chosen party slot, with the initial price defined by the player. |
− | */pscancel: Cancels the player's current listing. | + | *<code>/psbuy <''player''></code>: Attempts to purchase the Pokémon from the specified player's current listing. |
− | */psinfo '' | + | *<code>/pscancel</code>: Cancels the player's current listing. |
− | */psales: Displays all current listings. | + | *<code>/psinfo <''player''></code>: Displays whether or not the specified player has a listing, and displays the listing information if so. |
+ | *<code>/psales</code>: Displays all current listings. | ||
===Permission nodes=== | ===Permission nodes=== | ||
− | */pshout: pixelshout.command.shout | + | *<code>/pshout</code>: <code>pixelshout.command.shout</code> |
− | */psbuy: pixelshout.command.buy | + | *<code>/psbuy</code>: <code>pixelshout.command.buy</code> |
− | */pscancel: pixelshout.command.cancel | + | *<code>/pscancel</code>: <code>pixelshout.command.cancel</code> |
− | */psinfo: pixelshout.command.info | + | *<code>/psinfo</code>: <code>pixelshout.command.info</code> |
− | */psales: pixelshout.command.sales | + | *<code>/psales</code>: <code>pixelshout.command.sales</code> |
− | *Disable the sale creation cooldown timer: pixelshout.exemptCD | + | *Disable the sale creation cooldown timer: <code>pixelshout.exemptCD</code> |
+ | [[Category:Sidemods]] |
Latest revision as of 15:25, 15 April 2018
Pixelmon Shout is a Sponge plugin/server-side Pixelmon sidemod which allows players to sell their Pokémon to other players on the server.
Installation
Minecraft version | Pixelmon version | Pixelmon Shout version |
---|---|---|
1.12.2 | 6.0+ | 1.2.0 |
1.10.2 | 5.0-5.1 | 1.1.2 |
1.8.9 | 4.3 | 1.0.2 |
Pixelmon Shout only needs to be installed server-side. Additionally, SpongeForge and a Sponge economy plugin (e.g., TotalEconomy or EconomyLite) must be installed in order for it to function.
Pixelmon Shout is compatible with any SpongeForge version above 1200.
- Download Pixelmon Shout for your version of Minecraft here.
- Place the jar inside the mods folder in the server root directory (in the same directory as SpongeForge).
Overview
Pixelmon Shout allows players on a multiplayer server to create a sale listing of their Pokémon, which other players can then purchase in a single transaction, without the risk of not receiving the Pokémon after paying for it. A player can list a Pokémon for sale via the /pshout
command, which will create a new listing selling the specified Pokémon in the player's party. While creating the listing, the player must also specify the price to sell the Pokémon for. Other players on the server can then purchase the Pokémon manually via the /psbuy
command (using the seller's name as the required argument) or by clicking on the Pokémon listing in the chat.
There can be multiple sales running at once, so to prevent the chat being clogged with messages informing players about them, each sale will only broadcast its information once. From then onwards, an interested player can check all of the current sales via the /psales
command, or check whether or not a specific player is selling a Pokémon via the /psinfo
command. Each sale can be cancelled by the creator at any time (as long as the Pokémon has not been purchased yet) via the /pscancel
command, which will return the Pokémon to the player's party (or PC if the party is full).
After creating a sale, there is a five minute cooldown timer before the player can create another sale. This timer remains in effect whether the sale is completed or canceled. The timer can be disabled using the pixelshout.exemptCD
permission node.
If a player attempts to buy a Pokémon without sufficient funds to complete the purchase, the purchase will not occur.
Commands
Note: Command syntax is displayed in the standard Minecraft command format. An explanation of this format can be found here.
/pshout <slot> <price>
: Creates a listing selling the Pokémon from the player's chosen party slot, with the initial price defined by the player./psbuy <player>
: Attempts to purchase the Pokémon from the specified player's current listing./pscancel
: Cancels the player's current listing./psinfo <player>
: Displays whether or not the specified player has a listing, and displays the listing information if so./psales
: Displays all current listings.
Permission nodes
/pshout
:pixelshout.command.shout
/psbuy
:pixelshout.command.buy
/pscancel
:pixelshout.command.cancel
/psinfo
:pixelshout.command.info
/psales
:pixelshout.command.sales
- Disable the sale creation cooldown timer:
pixelshout.exemptCD