Download LogicSimpleCommands — Minecraft Mods — MetaMods
LogicSimpleCommands

LogicSimpleCommands

Active

Downloads

0

Last update

1 year ago

Versions

1.20 — 1.21.1
Server
Social
Utils

LogicSimpleCommands - Command and Interface Management

LogicSimpleCommands offers a flexible solution for creating custom commands and inventories on your Minecraft server. This modification enables administrators to configure various functions directly through configuration files, saving time on developing additional code.

Key Features

The module provides advanced functionality for server customization:

Dynamic Command Creation: Simply describe the necessary commands in the settings file - they will automatically become available after server startup.

Customizable Inventories: Create unique menus and interfaces with items and actions, fully customizable through configuration files. Permission System: Assign access rights for each command, ensuring proper authority distribution among players.

Alternative Names: For convenience in usage, create additional call options for similar commands.

Quick Reloading: Make changes to settings without server restart using the /lsc reload command.

Menu Example

Command Settings

Describe commands in the config.yml file:

commands:
  - command: "discord"
    description: "Join our Discord server"
    usage: "/discord"
    aliases: ["dc"]
    permission: "lsc.discord"
    text: "Our Discord: discord.gg/example"
  - command: "store"
    description: "Shop with interesting offers"
    usage: "/store"
    permission: "lsc.shop"
    text: "Visit our store: example.com/store"
  - command: "links"
    description: "Useful links"
    usage: "/links"
    permission: "lsc.links"
    inventory: "links"
Project members
FrinshHD

FrinshHD

Developer

Created: 14 Sep 2024

ID: 59177