Merchant: ._.dog
Price: $15.00
Framework: RocketMod
Market
Market is a Marketplace for players to sell items to eachother for ingame currency (Requires Uconomy). Players can add listings to the market using /MarketAdd (itemid / name) (cost) with their maximum amount of listings depending on what permission they have.
Listings are grouped by Weapons, Armor and Misc with a search bar for searching for specific items. Listed weapons will list the attachments the weapon has as well as the remaining ammo.
You can blacklist certain items from being added to the market as well as blacklisting certain players from adding listings to the market.
There is an InfoPage included in the UI to guide users on how to use the market. The text for this is autogenerated into a .txt file for easier editing (stored in the same folder as the config / translation), this is the same for the adjusting the text on the description of listed items.
Commands
/Marketadd (itemid / name) (cost) → Add a new listing to the market
/Market → Opens the market UI
<?xml version="1.0" encoding="utf-8"?>
<Config xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Permissions>
<Permissions maxlistings="7" permissionname="market.vip" />
<Permissions maxlistings="9" permissionname="market.mvp" />
</Permissions>
<ButtonCooldown>0.3</ButtonCooldown>
<MySqlInfo>
<ServerAddress>127.0.0.1</ServerAddress>
<ServerPort>3306</ServerPort>
<DatabaseName>DATABASE</DatabaseName>
<Username>USRNAME</Username>
<Password>PASSWORD</Password>
</MySqlInfo>
<DefaultIconUrl>https://raw.githubusercontent.com/GazziFX/Unturned-Icons/refs/heads/main/Items/128/{0}.png</DefaultIconUrl>
<EffectId>25475</EffectId>
<ServerName>Provider.serverName</ServerName>
<BlacklistedItems>
<unsignedShort>15</unsignedShort>
<unsignedShort>16</unsignedShort>
</BlacklistedItems>
<BlacklistedUsers>
<string>76561198309105735</string>
</BlacklistedUsers>
</Config>
<?xml version="1.0" encoding="utf-8"?>
<Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Translation Id="ITEMNOTFOUND" Value="You must have the item in your inventory!" />
<Translation Id="MAXLISTINGS" Value="You have reached the maximum amount of listings!" />
<Translation Id="INVALIDPRICE" Value="Price must be above 0 and below 900000000!" />
<Translation Id="IDNOTEXIST" Value="Entered wrong Id!" />
<Translation Id="LISTINGADDED" Value="Your {0} is now on market for {1:N}$" />
<Translation Id="BUYSUCCESS" Value="Successfully bought {0} for {1:N}" />
<Translation Id="REMOVESUCCESS" Value="Successfully removed {0}" />
<Translation Id="NOTENOUGHMONEY" Value="You cannot afford this item!" />
<Translation Id="ITEMNOLONGERAVAILABLE" Value="{0} is no longer available!" />
<Translation Id="AMOUNTOFLISTINGS" Value="{0}
Listings" />
<Translation Id="AMOUNTOFPERSONALLISTINGS" Value="{0}/{1}
Listings" />
<Translation Id="CATEGORYTEXT" Value="Current Category: {0}" />
<Translation Id="SOLDITEM" Value="You just sold {0} for <color=#55fa9f>{1:N}$</color></size>!" />
<Translation Id="USRBLACKLISTED" Value="You are blacklisted from using the market!" />
<Translation Id="ITEMBLACKLISTED" Value="{0} is blacklisted from the market!" />
</Translations>
Not found
No reviews were found.