FancySetSpawn 图标

FancySetSpawn

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 1.2
本资源为搬运资源,原资源地址: https://modrinth.com/mod/fancysetspawn
资源信息

Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5

平台: bukkit paper purpur spigot

标签: game-mechanics technology utility

资源介绍

baner

This plugin allows players to set a spawn point and teleport to it.

Features

  • Set spawn: Players can set the spawn to their current position using the /setspawn command.
  • Teleport to spawn: Players can teleport to the spawn using the /spawn command.
  • Sound effects: The plugin plays sound effects during teleportation and spawn setting.
  • Configuration management: The plugin uses configuration files to manage messages and sounds.

Installation

  1. Download the plugin from GitHub.
  2. Place the plugin files into the plugins folder of your Minecraft server.
  3. Restart the server.

Usage

  • Set spawn: Use the /setspawn command.
  • Teleport to spawn: Use the /spawn command.

Configuration

The plugin configuration can be found in the config.yml file. Here you can modify messages and sound effects.

Configuration Examples

messages:
  messageLocation: actionbar # Possible values: chat or actionbar
  spawnSet: "&aSpawn has been set to your current location!"
  teleportToSpawn: "&aYou have been teleported to spawn!"
  spawnNotSet: "&cSpawn position is not set."
  commandOnlyPlayer: "&cThis command can only be used by a player."
sounds:
  teleport: "minecraft:entity.experience_orb.pickup"
  setSpawn: "minecraft:entity.experience_orb.pickup"
  playerJoin: "minecraft:entity.player.levelup"  # Sound when a player joins
soundSettings:
  volume: 1.0
  pitch: 1.0

API Usage (Requires version 1.2 or higher)

The plugin provides a simple API for other plugins:

// Example usage of the API in another plugin
public void teleportToSpawn(Player player) {
    // Get the instance of the FancySpawn plugin
    SetSpawn plugin = (SetSpawn) getServer().getPluginManager().getPlugin("FancySetSpawn");

    if (plugin != null && plugin.isEnabled()) {
        // Get the API
        FancySpawnAPI api = plugin.getAPI();

        // Teleport the player to the spawn location
        api.teleportPlayerToSpawn(player);
    }
}

Available API Methods

  • getSpawnLocation() – Returns the spawn location
  • teleportPlayerToSpawn(Player) – Teleports the player to the spawn location
  • isSpawnSet() – Checks whether the spawn location is set

? Official Website  |  ? GitHub Profile

Built with ❤️ by patek_cz

下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
AntiCrash [Pterodactyl]

价格:0 墨喵币
下载量:0

查看详情
Tally Hearts

价格:0 墨喵币
下载量:0

查看详情
Realistic Meat Drops

价格:0 墨喵币
下载量:0

查看详情
SayanVanish

价格:0 墨喵币
下载量:0

查看详情