
JavaPlugin
Developer by LemonyMC JavaPlugin is a plugin that allows you to run Java code on Spigot servers without compiling it. ✅ JavaPlugin, Spigot sunucularında Java kodunu derlemeden çalıştırmanı sağlayan bir eklentidir. ✅
JavaPlugin is a custom plugin developed for Spigot-based Minecraft servers. 🎮 Its main purpose is to allow you to write code directly in Java and run it easily on the server without compiling, instead of dealing with additional scripting languages like Skript.
Usage is quite simple:
Add your .lm files (written in Java-like syntax, without packages) inside the Scripts/ folder.
Place all the libraries you need, including the Spigot API, inside the Libs/ folder.
If you want to add commands, define them through the Commands.json file.
This makes plugin development much faster, easier, and more practical for both beginner developers and experienced server owners. ⚡
Since it is still under development, user feedback and bug reports are highly valuable for improving the project. 🛠️
----------------------------
JavaPlugin, Spigot tabanlı Minecraft sunucuları için geliştirilmiş özel bir eklentidir. 🎮 Bu pluginin temel amacı, Skript gibi ekstra betik dilleriyle uğraşmak yerine doğrudan Java diliyle kod yazmayı ve bunu derleme yapmadan sunucuda kolayca çalıştırmayı sağlamaktır.
Kullanımı oldukça basittir:
Scripts/ klasörüne .lm uzantılı kodlarınızı ekleyebilirsiniz (Java’ya çok benzer yazılır, package kullanılmaz).
Libs/ klasörüne Spigot API dahil, kullanacağınız tüm kütüphaneleri atabilirsiniz.
Eğer komut eklemek istiyorsanız, Commands.json dosyası üzerinden komutları tanımlamanız gerekir.
Bu sayede, hem yeni başlayan geliştiriciler hem de deneyimli sunucu sahipleri için plugin geliştirmek çok daha hızlı, kolay ve pratik hale gelir. ⚡
Şu anda hâlâ geliştirme aşamasında olduğu için, kullanıcı geri bildirimleri ve hata raporları projeyi geliştirmede çok değerlidir. 🛠️
