GriefPrevention प्लगइन वाले Minecraft सर्वर
## 🔌 GriefPrevention के बारे में GriefPrevention एक Bukkit-संगत Minecraft plugin है जो खिलाड़ी-आधारित land claims और anti-grief सुरक्षा का एक सेट लागू करती है। यह खिलाड़ियों को दुनिया के क्षेत्रों (claims) को आरक्षित करने और यह नियंत्रित करने देती है कि कौन निर्माण कर सकता है, कंटेनर खोल सकता है, blocks के साथ इंटरैक्ट कर सकता है, या उन क्षेत्रों को किसी और तरह से बदल सकता है। यह plugin खिलाड़ियों को self-service सुरक्षा उपकरण देकर प्रशासनिक काम कम करने के लिए बनाई गई है। ## 🎯 उद्देश्य GriefPrevention का मुख्य उद्देश्य survival और SMP servers पर griefing (बिना अनुमति block बदलाव, चोरी, और बाधा डालने वाली interactions) को रोकना है, एक सरल in-game claim system और owners तथा administrators के लिए configurable protection rules देकर। ## ⚙️ विशेषताएँ - In-game tool (shovel) से player land claims बनाए और resize किए जा सकते हैं। - कई trust levels (container trust, access trust, build trust, permission trust)। - Players और admins के लिए claim inspection और visualization tools। - Economy (Vault के माध्यम से) उपलब्ध होने पर buy/sell claim blocks integration। - Administrative claim modes और restoration tools (restore nature, admin claims)। - Chat और spam controls (ignore, soft-mute और संबंधित commands)। - Siege mechanic (server configuration से enable/disable किया जा सकता है)। ## 🧩 यह किसके लिए है - Survival और SMP servers जो सरल, player-driven land protection चाहते हैं। - ऐसे servers जो कम administration वाला protection system चाहते हैं, जहाँ खिलाड़ी अपने claims खुद manage कर सकें। - Administrators जिन्हें admin-level claim tools और restoration utilities चाहिए। ## 🏗️ उदाहरण उपयोग - खिलाड़ी golden shovel का उपयोग करके bases के आसपास private claims बनाते हैं ताकि दूसरे खिलाड़ी blocks न तोड़ सकें या items न ले सकें। - एक admin किसी बड़े क्षेत्र को event या spawn area के लिए administrative claim में बदल देता है। - एक server Vault के माध्यम से claim block purchases सक्षम करता है ताकि खिलाड़ी in-game currency से claims बढ़ा सकें। ## ⌨️ Commands | **Command** | **Description** | **Permission** | **Access** | |---|---|---:|---| | `/AbandonClaim` | जिस claim में आप खड़े हैं उसे हटाता है। | `griefprevention.abandonallclaims` (संबंधित) | Player | | `/Trust <player>` | किसी दूसरे खिलाड़ी को आपके claim में edit करने की अनुमति देता है। | `griefprevention.claims` (claims-संबंधित permission आवश्यक) | Player | | `/UnTrust <player>` | आपके claim में किसी खिलाड़ी की permissions रद्द करता है। | `griefprevention.claims` | Player | | `/ContainerTrust <player>` | किसी खिलाड़ी को आपके claim में containers और animals उपयोग करने देता है। | `griefprevention.claims` | Player | | `/BuyClaimBlocks` | server currency को claim blocks में बदलता है (Vault + economy आवश्यक)। | `griefprevention.buysellclaimblocks` | Player | | `/SellClaimBlocks` | claim blocks को server currency में बदलता है (Vault + economy आवश्यक)। | `griefprevention.buysellclaimblocks` | Player | | `/Siege <player>` | किसी खिलाड़ी को घेरने का प्रयास करता है (डिफ़ॉल्ट रूप से disabled)। | `griefprevention.siege` (संबंधित) | Player | | `/RestoreNature` | shovel को restoration mode में बदलता है (admin)। | `griefprevention.restorenature` | Admin | | `/AdminClaims` | shovel को administrative claims mode में बदलता है। | `griefprevention.adminclaims` | Admin | | `/GPreload` | plugin configuration को reload करता है (partial reload)। | `griefprevention.*` (admin-level) | Admin | नोट: ऊपर दिए गए commands GriefPrevention की आधिकारिक command reference में दस्तावेज़ीकृत हैं। यहाँ केवल आधिकारिक दस्तावेज़ में सूचीबद्ध commands ही दिखाए गए हैं। ## 🔐 Permissions | **Permission** | **Description** | **Default** | |---|---|---:| | `griefprevention.abandonallclaims` | `/abandonallclaims` का उपयोग करके खिलाड़ी को अपने सभी claims छोड़ने की अनुमति देता है। | true | | `griefprevention.buysellclaimblocks` | economy के माध्यम से claim blocks खरीदने/बेचने की अनुमति देता है। | true | | `griefprevention.claims` | claims-संबंधित slash commands के लिए आवश्यक है। | true | | `griefprevention.createclaims` | खिलाड़ियों को claim tool (shovel) से claims बनाने की अनुमति देता है। | true | | `griefprevention.adjustclaimblocks` | खिलाड़ियों के bonus claim blocks समायोजित करने की अनुमति देता है। | not specified | | `griefprevention.adminclaims` | administrative claims में बनाना, हटाना और निर्माण करना अनुमति देता है। | not specified | | `griefprevention.deleteclaims` | अन्य खिलाड़ियों के claims हटाने और उनका आकार बदलने की अनुमति देता है। | not specified | | `griefprevention.restorenature` | `/restorenature` command का उपयोग करने की अनुमति देता है। | not specified | ऊपर केवल वे permission nodes शामिल हैं जो आधिकारिक permission reference में स्पष्ट रूप से सूचीबद्ध हैं। ## ⚙️ इंस्टॉलेशन ### 📥 सेटअप - आधिकारिक release source से GriefPrevention jar फ़ाइल डाउनलोड करें। - `GriefPrevention.jar` को अपने server के `plugins/` फ़ोल्डर में रखें। - server शुरू या restart करें और console logs जांचें ताकि plugin loaded होने की पुष्टि हो सके। ### 📦 Dependencies - वैकल्पिक: Vault — केवल तभी आवश्यक है जब आप economy features जैसे claim blocks खरीदना/बेचना चाहते हों। ## 🧠 तकनीकी नोट्स - GriefPrevention एक Bukkit-compatible plugin है और documentation में Purpur, Spigot, Paper, CraftBukkit और अन्य Bukkit API implementations के लिए support सूचीबद्ध है। - Plugin खिलाड़ियों के लिए claim tools और administrative claim/restoration features दोनों प्रदान करती है। - Economy integration के लिए Vault और Vault-compatible economy plugin की आवश्यकता होती है; economy features वैकल्पिक हैं। - अधिकांश standard setups में, GriefPrevention external database के बिना काम करती है। ## 🤝 यह plugin कब उपयोगी है यदि आप एक player-driven claim system चाहते हैं जो survival या SMP servers पर land protection के लिए manual moderation कम करे, तो GriefPrevention एक practical विकल्प है क्योंकि यह खिलाड़ियों को land reserve और manage करने के लिए in-game tools देता है, साथ ही admins को administrative claim और restoration controls भी देता है।
प्लगइन्स
GriefPrevention Vault LuckPerms Essentials WorldGuard WorldEdit ProtocolLib PlaceholderAPI Multiverse-Core EssentialsSpawn CoreProtect TAB ViaVersion EssentialsChat DiscordSRV Votifier DecentHolograms ViaBackwards SkinsRestorer Citizens- 1AetherCraft1452.49
- 2Press Start2151.9
- 3
- 4
- 5GenuineMC
कम्युनिटी-केंद्रित semi-vanilla survival SMP, जिसमें land protection, player shops, vote rewards, cosmetics, और संभवतः Bedrock-to-Java crossplay है।
349.6 - 6
- 7
- 8
- 9A Minecraft Server245.13
- 10GospelCraft
क्रिश्चियन‑थीम Towny सर्वाइवल — कस्टम मॉब्स, mcMMO और Jobs; खेल के माध्यम से शास्त्र परिचय।
045.09 - 11Ï >1@> ?>60;>20BL144.62
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19A Minecraft Server033.87
- 20
इस पेज पर वे सर्वर दिखाए गए हैं जहां मॉनिटरिंग ने GriefPrevention प्लगइन पाया है। इससे ज़रूरी मैकेनिक या समान सुविधाओं वाले प्रोजेक्ट्स खोजने में मदद मिलती है।
प्लगइन्स इकॉनमी, प्रोटेक्शन, मिनी-गेम्स, कमांड या गेम के अन्य तत्वों को प्रभावित कर सकते हैं। सर्वर का पेज जांचें ताकि ऑनलाइन, वर्ज़न, प्लेटफ़ॉर्म और अन्य इंस्टॉल प्लगइन्स देख सकें।
Minecraft वर्ज़न, Java या Bedrock प्लेटफ़ॉर्म, देश, टैग और ऑनलाइन खिलाड़ियों की संख्या के अनुसार सूची को और फ़िल्टर किया जा सकता है।
रैंकिंग गतिविधि और स्थिरता को ध्यान में रखती है, इसलिए कनेक्ट करने से पहले कई प्रोजेक्ट्स की तुलना करना आसान है।