Whether or not players can buy items in this shop.
The id of the server shop.
Optional
mainThe body text that is displayed on the main buy page of the server shop.
Optional
mainThe body text that is displayed on the main page of the server shop.
Optional
mainThe body text that is displayed on the main sell page of the server shop.
Optional
nameThe display name of the server shop. This is displayed on the button for the server shop in the manage server shops menu.
Whether or not this shop can be accessed by any player through the use of the \viewservershops command.
Whether or not players can sell items in this shop.
Optional
titleThe title of the server shop. This is the title displayed at the top of the UI for the server shop.
Opens the shop UI for the specified player.
The player to open the shop UI for.
The mode to open this shop in.
A promise that will resolve with either a 0 or a 1, a 0 meaning that the previous UI should not be re-opened, and a 1 meaning that it should.
Opens the shop UI for the specified player.
The player to open the shop UI for.
The object representing this page of the shop.
The path to this page of the shop.
A promise that will resolve with either a 0 or a 1, a 0 meaning that the previous UI should not be re-opened, and a 1 meaning that it should.
Static
getStatic
getStatic
getStatic
open
Todo
Convert the functions to async functions that return Promise<0|1>.
See
PlayerShop