Back to mods
ShopPlus project artwork

CurseForge · Hytale mod

ShopPlus

A configurable shop mod for Hytale servers.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which ShopPlus release should I use?

Updated 3 months ago
Latest stable file Shop-1.0.1.jar
Game version Not listed
Mod system Built-in Hytale mod system

ShopPlus Shop-1.0.1.jar targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.

Where it goes

Where should ShopPlus be installed in Hytale?

Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.

Separate client mod Not supported
World host / dedicated server Required
Mod system for this release Built-in Hytale mod system
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.

What else does ShopPlus Shop-1.0.1.jar need?

Shop-1.0.1.jar. Change the file and its required mods may change too.

No required dependencies listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.

Before you install it

Add ShopPlus without breaking your instance.

Built for ShopPlus Shop-1.0.1.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use Shop-1.0.1.jar. It targets Hytale; another release may target a different game build or dependency set.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Enable it on the world host

    Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside Shop-1.0.1.jar. It opens that exact file at the source.

About this project

What does ShopPlus add?

Shop

A configurable shop mod for Hytale servers, built by LucaStudios. Players can browse categorized item tabs and purchase items using in-game currency.

Features

  • Multi-tab shop UI with paginated item listings
  • Pluggable economy system (EconomyPlus or VaultUnlocked)
  • Fully configurable shops via shops.yml
  • Hot-reload config without restarting the server

Requirements

One of the following economy plugins must be installed:

  • EconomyPlus (com.lucastudios.EconomyPlus)
  • VaultUnlocked (net.cfh.vault.VaultUnlocked)

The mod will auto-detect whichever is present. If neither is found, the server will fail to start with an error.

Commands

Command Description
/shop Opens the shop UI
/shopreload Reloads shops.yml without a server restart

Configuration

On first run, a default shops.yml is copied to plugins/Shop/shops.yml. Edit it to define your shops and items.

Structure

shops:
  ShopName:
    shop-name: 'Display Name'
    shop-description: 'Short description shown in the UI.'
    items:
      ItemKey:
        display-name: 'Item Display Name'
        description: 'Item description.'
        buy-price: 10.0
        currency: 'coins'
        currencySymbol: '$'
        quantity: 16
        item-id: 'Hytale_Item_ID'

Fields

Field Description
shop-name Name displayed on the shop tab
shop-description Short description of the shop category
display-name Fallback name shown in the UI if Hytale item data is unavailable
description Fallback description shown in the UI if Hytale item data is unavailable
buy-price Price to purchase the item
currency Currency identifier (e.g. coins)
currencySymbol Symbol displayed next to the price (e.g. $)
quantity How many of the item the player receives
item-id Hytale asset ID for the item

Note: display-name and description are fallbacks only. If the item-id resolves to a known Hytale item, the mod will automatically use the item's localized name and description from the Hytale item data instead.

Authors

  • Itamar Behar
  • Omer Behar

Project description from CurseForge.

Recent files

ShopPlus releases and Hytale builds

4 of 4 releases match

Looking for an older file? The official CurseForge project page is in Resources.