https://github.com/way-zer/superitem
https://github.com/way-zer/superitem
bukkit itemstack kotlin kts minecraft minecraft-plugin
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/way-zer/superitem
- Owner: way-zer
- Created: 2018-12-19T14:05:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-06T11:54:41.000Z (about 5 years ago)
- Last Synced: 2025-04-21T01:10:29.921Z (about 1 year ago)
- Topics: bukkit, itemstack, kotlin, kts, minecraft, minecraft-plugin
- Language: Kotlin
- Size: 188 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## This project has achived in support of new project ScriptAgent4Bukkit
There is a module named Superitem in the new project
# Superitem
An extensible custom item minecraft plugin
* written in Kotlin(Support Java)
* every item is a class file(runtime load)
* can write custom item feature
* every item has Automatically generated detailed configuration(from name to potion effect)
* support **kotlin DSL** and **kotlin Script(alse Superitem.kts)**
(see wiki for example)
## First Glance
Save it as hello.superitem.kts in plugins/Superitem/items to use
```kotlin
require(ItemInfo(Material.NAME_TAG,
"&cHello SuperItem",
listOf("&aWelcome to use SuperItem",
"&a欢迎使用Superitem",
"&c This Item doesn't have other effect")))
```
## For More information
see [Wiki]
## For Chinese
see README.zh.md
## Thanks
* [LibraryManager] (shadowed) For runtime dependencies management
* [PowerNBT] (shadowed) For NBT support
## License
you should leave link to [this] and keep the author name in command help
feel free to fork and pull requests
[this]: https://github.com/way-zer/SuperItem/
[Wiki]: https://github.com/way-zer/SuperItem/wiki
[LibraryManager]: https://github.com/way-zer/LibraryManager
[PowerNBT]: https://github.com/steakteam/PowerNBT