All Projects → 602723113 → ParticleLib

602723113 / ParticleLib

Licence: MIT license
一个用于Minecraft Particle的类库

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to ParticleLib

ParticleLib
Multiversion spigot library supporting all particles and their data (1.8-1.18.2)
Stars: ✭ 156 (+721.05%)
Mutual labels:  bukkit, spigot, particle
pluGET
📦 Powerful Package manager which updates plugins & server software for minecraft servers
Stars: ✭ 87 (+357.89%)
Mutual labels:  bukkit, spigot
Valkyrie
一个面向中文社区的 Bukkit / Spigot 插件开发教程
Stars: ✭ 26 (+36.84%)
Mutual labels:  bukkit, spigot
WorldEditSelectionVisualizer
Visualize your WorldEdit selection with particles and without any mod.
Stars: ✭ 31 (+63.16%)
Mutual labels:  bukkit, spigot
DragonTravel
A plugin for the Minecraft-servermods "Bukkit" and "Spigot".
Stars: ✭ 17 (-10.53%)
Mutual labels:  bukkit, spigot
MinecraftNetwork
Minecraft server network backend
Stars: ✭ 35 (+84.21%)
Mutual labels:  bukkit, spigot
ClayTech
An addon for slimefun.
Stars: ✭ 15 (-21.05%)
Mutual labels:  bukkit, spigot
Mohist
Minecraft Forge Hybrid server implementing the Spigot/Bukkit API, formerly known as Thermos/Cauldron/MCPC+
Stars: ✭ 861 (+4431.58%)
Mutual labels:  bukkit, spigot
SubServers-2
SubServers – The Minecraft Server Management Platform
Stars: ✭ 80 (+321.05%)
Mutual labels:  bukkit, spigot
Boss
Premium custom monsters plugin with skill system, natural spawning and lots of sickest features!
Stars: ✭ 72 (+278.95%)
Mutual labels:  bukkit, spigot
Hawk
An anticheat written for legacy versions of Spigot
Stars: ✭ 82 (+331.58%)
Mutual labels:  bukkit, spigot
KingdomsX
Battles for might, land and glory.
Stars: ✭ 24 (+26.32%)
Mutual labels:  bukkit, spigot
ScriptBlockPlus
任意のブロックにスクリプトを追加するプラグインです。
Stars: ✭ 25 (+31.58%)
Mutual labels:  bukkit, spigot
NovaGuilds
Minecraft guilds plugin
Stars: ✭ 23 (+21.05%)
Mutual labels:  bukkit, spigot
NoSpawnChunks
Helps manage server memory by dynamically unloading chunks
Stars: ✭ 21 (+10.53%)
Mutual labels:  bukkit, spigot
dungeon-maze
DungeonMaze Craft Bukkit plugin - An amazing world generator for Bukkit and Spigot
Stars: ✭ 27 (+42.11%)
Mutual labels:  bukkit, spigot
EnchantmentsEnhance
✨ EE is a game progression mechanism plugin for spigot.
Stars: ✭ 31 (+63.16%)
Mutual labels:  bukkit, spigot
KibblePatcher
KibbleLands Spigot patcher
Stars: ✭ 25 (+31.58%)
Mutual labels:  bukkit, spigot
MythicDrops
Action RPG drops for Spigot.
Stars: ✭ 28 (+47.37%)
Mutual labels:  bukkit, spigot
SlackMC
Link Slack to Minecraft!
Stars: ✭ 61 (+221.05%)
Mutual labels:  bukkit, spigot

ParticleLib

一个有趣的 Minecraft 特效类库
Java CI with Maven

你可以拿来做什么?

你可以用这个类库来制作你想要的 Minecraft 粒子特效

留言

目前类库还在初步阶段, 如果你发现了什么 bug 或者你有更好的算法,欢迎给该项目发 pr 或 issues

使用方法

请点击 Wiki 获得更多

Maven

Step 1. Add the JitPack repository to your build file

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://www.jitpack.io</url>
    </repository>
</repositories>

Step 2. Add the dependency

<dependency>
    <groupId>com.github.602723113</groupId>
    <artifactId>ParticleLib</artifactId>
    <version>1.2.0</version>
</dependency>

Gradle

Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories:

allprojects {
    repositories {
        maven { url 'https://www.jitpack.io' }
    }
}

Step 2. Add the dependency

dependencies {
    implementation 'com.github.602723113:ParticleLib:1.2.0'
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].