Congratulations!

[Valid RSS] This is a valid RSS feed.

Recommendations

This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: https://bukkit.org/forums/-/index.rss

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  3.  <channel>
  4.    <title>Bukkit Forums</title>
  5.    <description>Official Forums for the Bukkit project</description>
  6.    <pubDate>Tue, 16 Apr 2024 05:15:58 +0000</pubDate>
  7.    <lastBuildDate>Tue, 16 Apr 2024 05:15:58 +0000</lastBuildDate>
  8.    <generator>Bukkit Forums</generator>
  9.    <link>https://bukkit.org/</link>
  10.    <atom:link rel="self" type="application/rss+xml" href="https://bukkit.org/forums/-/index.rss"/>
  11.    <item>
  12.      <title>Player right click item event</title>
  13.      <pubDate>Mon, 15 Apr 2024 21:43:53 +0000</pubDate>
  14.      <link>https://bukkit.org/threads/player-right-click-item-event.503548/</link>
  15.      <guid>https://bukkit.org/threads/player-right-click-item-event.503548/</guid>
  16.      <author>invalid@example.com (Greeniousity)</author>
  17.      <dc:creator>Greeniousity</dc:creator>
  18.      <content:encoded><![CDATA[Hello again bukkit, i am trying to do stuff when right clicking a pie with a specific name but it does nothing. No xp boost, there might also be a problem with the duration of the effect too. Here is the code<br />
  19. <br />
  20. <a href="https://paste.myst.rs/dfzi3a8i" target="_blank" class="externalLink" rel="nofollow">https://paste.myst.rs/dfzi3a8i</a>]]></content:encoded>
  21.      <slash:comments>24</slash:comments>
  22.    </item>
  23.    <item>
  24.      <title>Getting value from chat</title>
  25.      <pubDate>Sun, 14 Apr 2024 18:07:06 +0000</pubDate>
  26.      <link>https://bukkit.org/threads/getting-value-from-chat.503547/</link>
  27.      <guid>https://bukkit.org/threads/getting-value-from-chat.503547/</guid>
  28.      <author>invalid@example.com (Rival54548545)</author>
  29.      <dc:creator>Rival54548545</dc:creator>
  30.      <content:encoded><![CDATA[Hello, I need get value from chat after clicking item in menu (inventory). How I can do this?]]></content:encoded>
  31.      <slash:comments>2</slash:comments>
  32.    </item>
  33.    <item>
  34.      <title>Changing gamemode resets player.setAllowFlight(true)</title>
  35.      <pubDate>Sun, 14 Apr 2024 15:59:00 +0000</pubDate>
  36.      <link>https://bukkit.org/threads/changing-gamemode-resets-player-setallowflight-true.503529/</link>
  37.      <guid>https://bukkit.org/threads/changing-gamemode-resets-player-setallowflight-true.503529/</guid>
  38.      <author>invalid@example.com (Trading69)</author>
  39.      <dc:creator>Trading69</dc:creator>
  40.      <content:encoded><![CDATA[I am making a plugin which allows players to buy flight using /buy fly command but the setAllowFlight(true) resets every time I switch from survival to creative and then back to survival, I tried fixing this issue using : <br />
  41. <br />
  42. @EventHandlerpublic void OnPlayerChangeGamemode(PlayerGameModeChangeEvent event)<br />
  43. {<br />
  44. Player player = event.getPlayer();<br />
  45. if(event.getNewGameMode() == GameMode.SURVIVAL &amp;&amp; buy.permission.containsKey(player.getUniqueId()))<br />
  46. {<br />
  47.       player.setAllowFlight(true);<br />
  48. }<br />
  49. }<br />
  50. <br />
  51. but that...<br />
  52. <br />
  53. <a href="https://bukkit.org/threads/changing-gamemode-resets-player-setallowflight-true.503529/" class="internalLink">Changing gamemode resets player.setAllowFlight(true)</a>]]></content:encoded>
  54.      <slash:comments>8</slash:comments>
  55.    </item>
  56.    <item>
  57.      <title>Remove npc</title>
  58.      <pubDate>Sun, 14 Apr 2024 12:44:05 +0000</pubDate>
  59.      <link>https://bukkit.org/threads/remove-npc.503499/</link>
  60.      <guid>https://bukkit.org/threads/remove-npc.503499/</guid>
  61.      <author>invalid@example.com (Rival54548545)</author>
  62.      <dc:creator>Rival54548545</dc:creator>
  63.      <content:encoded><![CDATA[How can I remove npc&#039;s without any API&#039;s?]]></content:encoded>
  64.      <slash:comments>7</slash:comments>
  65.    </item>
  66.    <item>
  67.      <title>Posting plugins to BukkitDev</title>
  68.      <pubDate>Sat, 13 Apr 2024 07:49:26 +0000</pubDate>
  69.      <link>https://bukkit.org/threads/posting-plugins-to-bukkitdev.503537/</link>
  70.      <guid>https://bukkit.org/threads/posting-plugins-to-bukkitdev.503537/</guid>
  71.      <author>invalid@example.com (Remigio07_)</author>
  72.      <dc:creator>Remigio07_</dc:creator>
  73.      <content:encoded><![CDATA[Hello,<br />
  74. I have recently uploaded my plugin to <a href="https://www.curseforge.com/minecraft/bukkit-plugins/chatplugin-custom-chat-tablist-ranks-join-quit-messages-staff-chat-and-more" target="_blank" class="externalLink" rel="nofollow">CurseForge</a> and a bunch of other platforms, but I cannot find a way to post it on Bukkit&#039;s plugins page at <a href="https://dev.bukkit.org/bukkit-plugins" target="_blank" class="externalLink" rel="nofollow">https://dev.bukkit.org/bukkit-plugins</a>.<br />
  75. I have tried to ask how to do that on the Discord server linked in the footer but they told me to ask here on the forums.<br />
  76. <br />
  77. Thank you.]]></content:encoded>
  78.      <slash:comments>3</slash:comments>
  79.    </item>
  80.    <item>
  81.      <title>Grief Alert MCO</title>
  82.      <pubDate>Wed, 10 Apr 2024 15:45:04 +0000</pubDate>
  83.      <link>https://bukkit.org/threads/grief-alert-mco.503442/</link>
  84.      <guid>https://bukkit.org/threads/grief-alert-mco.503442/</guid>
  85.      <author>invalid@example.com (Egitto)</author>
  86.      <dc:creator>Egitto</dc:creator>
  87.      <content:encoded><![CDATA[Hey, I’m an active player on a server called minecraftonline, and I always wondered how they made this simple plugin, called GriefAlert. It technically alerts the staff team (probably with a special permission code) if someone breaks a block from another player, (a database is needed for info storage about that). Or it can also alert if someone places a block on top or attached to a previously placed block by another player. Lets say u built a house and someone else puts a block inside it,...<br />
  88. <br />
  89. <a href="https://bukkit.org/threads/grief-alert-mco.503442/" class="internalLink">Grief Alert MCO</a>]]></content:encoded>
  90.      <slash:comments>3</slash:comments>
  91.    </item>
  92.    <item>
  93.      <title>Send message on stay on dropped block</title>
  94.      <pubDate>Mon, 08 Apr 2024 14:49:16 +0000</pubDate>
  95.      <link>https://bukkit.org/threads/send-message-on-stay-on-dropped-block.503496/</link>
  96.      <guid>https://bukkit.org/threads/send-message-on-stay-on-dropped-block.503496/</guid>
  97.      <author>invalid@example.com (Zunynz)</author>
  98.      <dc:creator>Zunynz</dc:creator>
  99.      <content:encoded><![CDATA[How can I send message to player when he step into dropped block that were dropped from player by plugin? I have created a pee plugin and I need to send message to player when he step into dropped block like: &quot;You have step into player&#039;s pee&quot;. I have tried to do it in many ways but all don&#039;t work.]]></content:encoded>
  100.      <slash:comments>3</slash:comments>
  101.    </item>
  102.    <item>
  103.      <title>Clear firework star effects.</title>
  104.      <pubDate>Mon, 08 Apr 2024 14:34:58 +0000</pubDate>
  105.      <link>https://bukkit.org/threads/clear-firework-star-effects.503503/</link>
  106.      <guid>https://bukkit.org/threads/clear-firework-star-effects.503503/</guid>
  107.      <author>invalid@example.com (Zunynz)</author>
  108.      <dc:creator>Zunynz</dc:creator>
  109.      <content:encoded><![CDATA[Hello! I have made a simple plugin which need to clear firework star effects and set it to just normal firework. How can I keep firework usable and if it has star effect like: trails, flight duration it will just remove. I found only that I can just cleareffects but then firework don&#039;t work with elytras at all<br />
  110. <br />
  111. Example:<br />
  112. <span style="color: rgb(219, 222, 225)"><span style="font-size: 16px"><span style="font-family: 'gg sans'">
  113.  
  114. <a href="https://bukkit.org/attachments/34931/" target="_blank">View attachment 34931</a>
  115. <br />
  116. </span></span></span><br />
  117. My code:<br />
  118.  
  119.  
  120. <div class="bbCodeBlock bbCodeCode">
  121. <div class="type">Code:</div>
  122. <pre>public class FireworkExplodeEvent implements Listener {...</pre>
  123. </div><a href="https://bukkit.org/threads/clear-firework-star-effects.503503/" class="internalLink">Clear firework star effects.</a>]]></content:encoded>
  124.      <slash:comments>4</slash:comments>
  125.    </item>
  126.    <item>
  127.      <title>Check if player is owner of region that he is standing in</title>
  128.      <pubDate>Sat, 06 Apr 2024 13:42:37 +0000</pubDate>
  129.      <link>https://bukkit.org/threads/check-if-player-is-owner-of-region-that-he-is-standing-in.503466/</link>
  130.      <guid>https://bukkit.org/threads/check-if-player-is-owner-of-region-that-he-is-standing-in.503466/</guid>
  131.      <author>invalid@example.com (_Shadod)</author>
  132.      <dc:creator>_Shadod</dc:creator>
  133.      <content:encoded><![CDATA[Hello dear forum users! I need your help, I&#039;m writing a plugin and I need to check next:<br />
  134. <br />
  135. the player sends a command, and if the player is in the region and this is his region (he is the owner of this region)<br />
  136. the command will be executed. There is a solution?? please, help!]]></content:encoded>
  137.      <slash:comments>9</slash:comments>
  138.    </item>
  139.    <item>
  140.      <title>Get Highest Block</title>
  141.      <pubDate>Fri, 05 Apr 2024 12:24:55 +0000</pubDate>
  142.      <link>https://bukkit.org/threads/get-highest-block.503471/</link>
  143.      <guid>https://bukkit.org/threads/get-highest-block.503471/</guid>
  144.      <author>invalid@example.com (Rival54548545)</author>
  145.      <dc:creator>Rival54548545</dc:creator>
  146.      <content:encoded><![CDATA[Hello, I have problem with getting highest block. How can I solve it?]]></content:encoded>
  147.      <slash:comments>8</slash:comments>
  148.    </item>
  149.    <item>
  150.      <title>Custom config player data saving</title>
  151.      <pubDate>Thu, 04 Apr 2024 20:05:22 +0000</pubDate>
  152.      <link>https://bukkit.org/threads/custom-config-player-data-saving.503443/</link>
  153.      <guid>https://bukkit.org/threads/custom-config-player-data-saving.503443/</guid>
  154.      <author>invalid@example.com (Greeniousity)</author>
  155.      <dc:creator>Greeniousity</dc:creator>
  156.      <content:encoded><![CDATA[Well, spigot couldnt find the issue so I came here. <br />
  157. The thing is that, this plugin needs to edit player levels when it reaches a certain exp, exp is gained when a mob is killed.<br />
  158. Its all in the code.<br />
  159. The issue is that when I do anything, i level up. Nothing goes into the config neither the player data not the sections.<br />
  160. <br />
  161. <a href="https://paste.myst.rs/db1o8ks4" target="_blank" class="externalLink" rel="nofollow">https://paste.myst.rs/db1o8ks4</a>]]></content:encoded>
  162.      <slash:comments>46</slash:comments>
  163.    </item>
  164.    <item>
  165.      <title>server isn't reading plugin.yml from the .jar file, even though it's included</title>
  166.      <pubDate>Thu, 04 Apr 2024 18:55:29 +0000</pubDate>
  167.      <link>https://bukkit.org/threads/server-isnt-reading-plugin-yml-from-the-jar-file-even-though-its-included.503476/</link>
  168.      <guid>https://bukkit.org/threads/server-isnt-reading-plugin-yml-from-the-jar-file-even-though-its-included.503476/</guid>
  169.      <author>invalid@example.com (DullBrad)</author>
  170.      <dc:creator>DullBrad</dc:creator>
  171.      <content:encoded><![CDATA[Hello! I&#039;m currently trying to make a plugin for my server, and I&#039;ve come across the issue that the server (spigot buildtools server) isn&#039;t reading the plugin.yml file contained in the .jar file. The file is in fact included (screenshot included) but the server for some reason is refusing to read it. I&#039;ve seen a similar problem, but the fix didn&#039;t work for me. Any ideas? (spigot plugin btw, i can send the files as .txt if it&#039;s necessary)]]></content:encoded>
  172.      <slash:comments>12</slash:comments>
  173.    </item>
  174.    <item>
  175.      <title>Clear mob poition effect with bukkit / spigot</title>
  176.      <pubDate>Thu, 04 Apr 2024 12:37:43 +0000</pubDate>
  177.      <link>https://bukkit.org/threads/clear-mob-poition-effect-with-bukkit-spigot.503472/</link>
  178.      <guid>https://bukkit.org/threads/clear-mob-poition-effect-with-bukkit-spigot.503472/</guid>
  179.      <author>invalid@example.com (Rebitl)</author>
  180.      <dc:creator>Rebitl</dc:creator>
  181.      <content:encoded><![CDATA[Hello!<br />
  182. I&#039;m trying to clear the effect of a potion from a mob (entity) through code, however, removePotionEffect only works on the player class.<br />
  183. Please tell me how can I implement this?<br />
  184. <br />
  185. <br />
  186.  
  187.  
  188. <div class="bbCodeBlock bbCodeCode">
  189. <div class="type">Code:</div>
  190. <pre>import org.bukkit.entity.LivingEntity;
  191.  
  192. @EventHandler
  193. public void onProjectileHit(ProjectileHitEvent event) {
  194.    if (event.getHitEntity() != null) {
  195.        Entity entity = (Entity) event.getHitEntity();
  196.        entity.removePotionEffect(PotionEffectType.GLOWING);
  197.    }
  198. }</pre>
  199. </div>removePotionEffect -...<br />
  200. <br />
  201. <a href="https://bukkit.org/threads/clear-mob-poition-effect-with-bukkit-spigot.503472/" class="internalLink">Clear mob poition effect with bukkit / spigot</a>]]></content:encoded>
  202.      <slash:comments>3</slash:comments>
  203.    </item>
  204.    <item>
  205.      <title>How to update dynu SRV record?</title>
  206.      <pubDate>Wed, 03 Apr 2024 16:19:13 +0000</pubDate>
  207.      <link>https://bukkit.org/threads/how-to-update-dynu-srv-record.503428/</link>
  208.      <guid>https://bukkit.org/threads/how-to-update-dynu-srv-record.503428/</guid>
  209.      <author>invalid@example.com (tomasalias)</author>
  210.      <dc:creator>tomasalias</dc:creator>
  211.      <content:encoded><![CDATA[Hello, I am trying to develop a Minecraft plugin that will update SRV record with the server port using the Dynu API. <br />
  212. Any help would be appreciated!]]></content:encoded>
  213.      <slash:comments>3</slash:comments>
  214.    </item>
  215.    <item>
  216.      <title>Plugin already initialized</title>
  217.      <pubDate>Wed, 03 Apr 2024 13:54:48 +0000</pubDate>
  218.      <link>https://bukkit.org/threads/plugin-already-initialized.503458/</link>
  219.      <guid>https://bukkit.org/threads/plugin-already-initialized.503458/</guid>
  220.      <author>invalid@example.com (_Shadod)</author>
  221.      <dc:creator>_Shadod</dc:creator>
  222.      <content:encoded><![CDATA[Hi everybody! (sorry for bad english) i need help with bukkit, i have written plugin, and it cant be uploaded, it says that plugin is already initialized. there is a log<br />
  223. <br />
  224.  
  225.  
  226. <div class="bbCodeBlock bbCodeCode">
  227. <div class="type">Code:</div>
  228. <pre>[16:44:44 ERROR]: Error occurred while enabling Pholo v1.0-SNAPSHOT (Is it up to date?)
  229. java.lang.IllegalArgumentException: Plugin already initialized!
  230.        at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:233) ~[patched_1.16.5.jar:git-Paper-794]
  231.        at...</pre>
  232. </div><a href="https://bukkit.org/threads/plugin-already-initialized.503458/" class="internalLink">Plugin already initialized</a>]]></content:encoded>
  233.      <slash:comments>7</slash:comments>
  234.    </item>
  235.    <item>
  236.      <title>War Game</title>
  237.      <pubDate>Tue, 02 Apr 2024 15:26:13 +0000</pubDate>
  238.      <link>https://bukkit.org/threads/war-game.502450/</link>
  239.      <guid>https://bukkit.org/threads/war-game.502450/</guid>
  240.      <author>invalid@example.com (uuuz963)</author>
  241.      <dc:creator>uuuz963</dc:creator>
  242.      <content:encoded><![CDATA[Minecraft version : 1.8.8<br />
  243. Suggested name : WarGame<br />
  244. What I want:<br />
  245. a simple last team standing it is like a deathmatch (one arena for the whole server)<br />
  246. admin can decide the type of the game... after it the player have item with the maps to vote.<br />
  247. if the players more than the capacity randomly send the other players to spectating.<br />
  248. <br />
  249. 1- SOLO<br />
  250. 1- DUO<br />
  251. 2- SQUAD (4 per team)<br />
  252. <br />
  253. how the game works:<br />
  254. 1-Chest randomly filled at the start of the game 4-5 items per chest &quot;CHEST&quot;<br />
  255. 2-Op chest open and refill after...<br />
  256. <br />
  257. <a href="https://bukkit.org/threads/war-game.502450/" class="internalLink">War Game</a>]]></content:encoded>
  258.      <slash:comments>6</slash:comments>
  259.    </item>
  260.    <item>
  261.      <title>Top Title Bar - BastiGHG</title>
  262.      <pubDate>Sun, 31 Mar 2024 03:06:44 +0000</pubDate>
  263.      <link>https://bukkit.org/threads/top-title-bar-bastighg.503152/</link>
  264.      <guid>https://bukkit.org/threads/top-title-bar-bastighg.503152/</guid>
  265.      <author>invalid@example.com (zeus1309)</author>
  266.      <dc:creator>zeus1309</dc:creator>
  267.      <content:encoded><![CDATA[Hi,<br />
  268. I just saw some kind of  top title bar. Now I want to recreate it and make use of it.<br />
  269. <br />
  270. <img src="https://i.ibb.co/7YY2jsq/sada.png" class="bbCodeImage LbImage" alt="[&#x200B;IMG]" data-url="https://i.ibb.co/7YY2jsq/sada.png" />  <br />
  271. <br />
  272. After some time of searching the internet, I couldnt find anything related to this, so I am sure someone here can help me. <br />
  273. <br />
  274. Thank you for help!<br />
  275. <br />
  276. (btw. whats the exact definition for this bar?)]]></content:encoded>
  277.      <slash:comments>5</slash:comments>
  278.    </item>
  279.    <item>
  280.      <title>Bukkit API Benefits</title>
  281.      <pubDate>Sun, 31 Mar 2024 02:55:29 +0000</pubDate>
  282.      <link>https://bukkit.org/threads/bukkit-api-benefits.503298/</link>
  283.      <guid>https://bukkit.org/threads/bukkit-api-benefits.503298/</guid>
  284.      <author>invalid@example.com (CMarco)</author>
  285.      <dc:creator>CMarco</dc:creator>
  286.      <content:encoded><![CDATA[Good evening dear Bukkit Staff members,<br />
  287. <br />
  288. I have developed a <b>lot</b> of plugins in the last years, and I recently realised that for the majority of them I&#039;m not really using any minecraft dependency outside of bukkit packages.<br />
  289. <br />
  290. Therefore I would ask here, what are the benefits and cons of moving all my projects to only import the Bukkt API?<br />
  291. <br />
  292. I&#039;m considering moving over 40 of them here if I receive positive feedback about it.<br />
  293. <br />
  294. Will there be real compatibility or performance benefits from...<br />
  295. <br />
  296. <a href="https://bukkit.org/threads/bukkit-api-benefits.503298/" class="internalLink">Bukkit API Benefits</a>]]></content:encoded>
  297.      <slash:comments>3</slash:comments>
  298.    </item>
  299.    <item>
  300.      <title>how to pass parameters to another inventory bukkit</title>
  301.      <pubDate>Sun, 31 Mar 2024 02:37:00 +0000</pubDate>
  302.      <link>https://bukkit.org/threads/how-to-pass-parameters-to-another-inventory-bukkit.503177/</link>
  303.      <guid>https://bukkit.org/threads/how-to-pass-parameters-to-another-inventory-bukkit.503177/</guid>
  304.      <author>invalid@example.com (IgorFR)</author>
  305.      <dc:creator>IgorFR</dc:creator>
  306.      <content:encoded><![CDATA[When clicking on one of the 10 items in the inventory, I want to open a second inventory for confirmation. In this second inventory, I would like to receive the ID of the previously selected item.<br />
  307. <br />
  308. I wanted to find a way for the player not to see this parameter that was passed]]></content:encoded>
  309.      <slash:comments>4</slash:comments>
  310.    </item>
  311.    <item>
  312.      <title>How to get all items id in player's inventory?</title>
  313.      <pubDate>Sun, 31 Mar 2024 02:17:01 +0000</pubDate>
  314.      <link>https://bukkit.org/threads/how-to-get-all-items-id-in-players-inventory.503429/</link>
  315.      <guid>https://bukkit.org/threads/how-to-get-all-items-id-in-players-inventory.503429/</guid>
  316.      <author>invalid@example.com (Mr_maderator_UY)</author>
  317.      <dc:creator>Mr_maderator_UY</dc:creator>
  318.      <content:encoded><![CDATA[How i can get all items&#039; id in player inventory. In this pic i see that player have 45 slots and how i can get item&#039;s id in every slot?<br />
  319. <img src="https://wiki.vg/images/1/13/Inventory-slots.png" class="bbCodeImage LbImage" alt="[&#x200B;IMG]" data-url="https://wiki.vg/images/1/13/Inventory-slots.png" />]]></content:encoded>
  320.      <slash:comments>2</slash:comments>
  321.    </item>
  322.    <item>
  323.      <title>McMMo Booster (addon)</title>
  324.      <pubDate>Sun, 31 Mar 2024 01:27:24 +0000</pubDate>
  325.      <link>https://bukkit.org/threads/mcmmo-booster-addon.503244/</link>
  326.      <guid>https://bukkit.org/threads/mcmmo-booster-addon.503244/</guid>
  327.      <author>invalid@example.com (Apostille)</author>
  328.      <dc:creator>Apostille</dc:creator>
  329.      <content:encoded><![CDATA[Version 1.20<br />
  330. [Description]<br />
  331. McMMo Plugin XP Multiplier<br />
  332. Will Last for 24 Hours<br />
  333. McMMo XP Boosted at 4x<br />
  334. --------------------<br />
  335. /mcm<br />
  336. Opens up a Gui Menu of Options for the plugin<br />
  337. /mcm buy<br />
  338. Chat Message:<br />
  339. &quot;&amp;5Purchase a McMMo Multiplier from&quot;<br />
  340. /mcm list<br />
  341. will list how many mcm boosters you have<br />
  342. ----------<br />
  343. /mcm claim<br />
  344. Claims a McMMo Booster if you have one<br />
  345. *Will Ask you to make sure you want to activated the booster*<br />
  346. Successful Claim Message:<br />
  347. &quot;&amp;5McMMo Booster Activated for &amp;d24 Hours&quot;<br />
  348. Failed Claim Message:...<br />
  349. <br />
  350. <a href="https://bukkit.org/threads/mcmmo-booster-addon.503244/" class="internalLink">McMMo Booster (addon)</a>]]></content:encoded>
  351.      <slash:comments>1</slash:comments>
  352.    </item>
  353.    <item>
  354.      <title>Achieve SMP Plugin</title>
  355.      <pubDate>Sat, 30 Mar 2024 17:19:59 +0000</pubDate>
  356.      <link>https://bukkit.org/threads/achieve-smp-plugin.503044/</link>
  357.      <guid>https://bukkit.org/threads/achieve-smp-plugin.503044/</guid>
  358.      <author>invalid@example.com (LonelyBlue)</author>
  359.      <dc:creator>LonelyBlue</dc:creator>
  360.      <content:encoded><![CDATA[Can anyone a make a Achieve SMP Plugin Where every time you kill a player or gain 4 achievements you get a heart but every time you die you lose a heart and when you are out of hearts you get banned. Another thing in the plugin can also add a custom item where when crafted with 4 emerald blocks, 2 diamond blocks, 2 netherite ingots, and a lava bucket in the middle you can remove any achievement you gained and you&#039;ll have the chance to re get it for more hearts.<br />
  361. <br />
  362. P.S - Max Heart cap is 20 and...<br />
  363. <br />
  364. <a href="https://bukkit.org/threads/achieve-smp-plugin.503044/" class="internalLink">Achieve SMP Plugin</a>]]></content:encoded>
  365.      <slash:comments>12</slash:comments>
  366.    </item>
  367.    <item>
  368.      <title>Multiverse and NPC</title>
  369.      <pubDate>Thu, 28 Mar 2024 17:39:01 +0000</pubDate>
  370.      <link>https://bukkit.org/threads/multiverse-and-npc.503391/</link>
  371.      <guid>https://bukkit.org/threads/multiverse-and-npc.503391/</guid>
  372.      <author>invalid@example.com (skoldion)</author>
  373.      <dc:creator>skoldion</dc:creator>
  374.      <content:encoded><![CDATA[I am trying to tp from an NPC in Multiverse to cords. Now I add command to NPC - npc command add /mvtp e:world:1790,25,1679 , Where am I going wrong...because this is not working]]></content:encoded>
  375.      <slash:comments>1</slash:comments>
  376.    </item>
  377.    <item>
  378.      <title>Best practices for plugin development</title>
  379.      <pubDate>Thu, 28 Mar 2024 17:37:47 +0000</pubDate>
  380.      <link>https://bukkit.org/threads/best-practices-for-plugin-development.503332/</link>
  381.      <guid>https://bukkit.org/threads/best-practices-for-plugin-development.503332/</guid>
  382.      <author>invalid@example.com (DevClimber)</author>
  383.      <dc:creator>DevClimber</dc:creator>
  384.      <content:encoded><![CDATA[Hello,<br />
  385. I am new to this plugin development world and have a few questions. I tried some fun things on my server but I am not sure about the way I am doing them. Here are the questions:<br />
  386. <ol>
  387. <li>There are a lot of plugins already existing. For a complex server I end up using 20 or 30 of them. I am worried it might cause lag. Is it a good idea (it will take time) to integrate the functionalities in my custom plugin ?</li>
  388. <li>This question is linked to the first one : should I build a single...</li>
  389. </ol><br />
  390. <a href="https://bukkit.org/threads/best-practices-for-plugin-development.503332/" class="internalLink">Best practices for plugin development</a>]]></content:encoded>
  391.      <slash:comments>7</slash:comments>
  392.    </item>
  393.    <item>
  394.      <title>scheduleSyncDelayedTask Doesnt work!</title>
  395.      <pubDate>Wed, 27 Mar 2024 17:45:03 +0000</pubDate>
  396.      <link>https://bukkit.org/threads/schedulesyncdelayedtask-doesnt-work.503390/</link>
  397.      <guid>https://bukkit.org/threads/schedulesyncdelayedtask-doesnt-work.503390/</guid>
  398.      <author>invalid@example.com (_thecoffeefox_)</author>
  399.      <dc:creator>_thecoffeefox_</dc:creator>
  400.      <content:encoded><![CDATA[Hello! I am making a plugin (as you understand). And i am using the scheduleSyncDelayedTask to give next effects after a while, but it doesnt work!<br />
  401. scheduleSyncDelayedTask works only between 0 and 40L! i&#039;ve tried so much, but that didn&#039;t help.<br />
  402. <br />
  403. player.addPotionEffect(new PotionEffect(PotionEffectType.BLINDNESS, 60, 0, false, false));<br />
  404. player.addPotionEffect(new PotionEffect(PotionEffectType.SLOW, 60, 3, false, false));<br />
  405. <br />
  406. <br />
  407. plugin.getServer().getScheduler().scheduleSyncDelayedTask(plugin, new...<br />
  408. <br />
  409. <a href="https://bukkit.org/threads/schedulesyncdelayedtask-doesnt-work.503390/" class="internalLink">scheduleSyncDelayedTask Doesnt work!</a>]]></content:encoded>
  410.      <slash:comments>3</slash:comments>
  411.    </item>
  412.    <item>
  413.      <title>Economy &amp; Towny Server</title>
  414.      <pubDate>Mon, 25 Mar 2024 23:20:31 +0000</pubDate>
  415.      <link>https://bukkit.org/threads/economy-towny-server.503116/</link>
  416.      <guid>https://bukkit.org/threads/economy-towny-server.503116/</guid>
  417.      <author>invalid@example.com (CyrodiilWarrior)</author>
  418.      <dc:creator>CyrodiilWarrior</dc:creator>
  419.      <content:encoded><![CDATA[Hello Bukkit community,<br />
  420. <br />
  421. I would like to create a brand new Towny economy server but I am unsure of what Minecraft Plugins would suit. I tried asking on other Minecraft forums, but I didn&#039;t get any response.<br />
  422. <br />
  423. I want players to be able to create/join towns. Complete custom-made quests to earn money. Set up shops to buy/sell items.<br />
  424. <br />
  425. I&#039;ve used Towny Advanced with the BlueMap Towny addon. I&#039;ve also had TownyCultures. I was unable to get TownyProvinces to work correctly and I doubt I will like...<br />
  426. <br />
  427. <a href="https://bukkit.org/threads/economy-towny-server.503116/" class="internalLink">Economy &amp; Towny Server</a>]]></content:encoded>
  428.      <slash:comments>6</slash:comments>
  429.    </item>
  430.    <item>
  431.      <title>Retro: Beta 1.3 - 1.5 Craftbukkit</title>
  432.      <pubDate>Mon, 25 Mar 2024 01:35:16 +0000</pubDate>
  433.      <link>https://bukkit.org/threads/retro-beta-1-3-1-5-craftbukkit.503142/</link>
  434.      <guid>https://bukkit.org/threads/retro-beta-1-3-1-5-craftbukkit.503142/</guid>
  435.      <author>invalid@example.com (Kommando007)</author>
  436.      <dc:creator>Kommando007</dc:creator>
  437.      <content:encoded><![CDATA[Please inform me if this the wrong Forum. Sorry if its<img src="smilies/winkanimated.gif" class="mceSmilie" alt=";)" title="Wink    ;)" />. Thanks!<br />
  438. -------------------------------------------------------------------------------------------------<br />
  439. Dear Bukkit-Community,<br />
  440. <br />
  441. From the early Beta on i always saw close relatives using the Bukkitforums. I was too young at that time to relise what this powerfull tool called craftbukkit was. In the years between 2015 und 2017 i remembered how Minecraft was back in 2010 and 2011.<br />
  442. I managed to get older Server.jar´s and even...<br />
  443. <br />
  444. <a href="https://bukkit.org/threads/retro-beta-1-3-1-5-craftbukkit.503142/" class="internalLink">Retro: Beta 1.3 - 1.5 Craftbukkit</a>]]></content:encoded>
  445.      <slash:comments>7</slash:comments>
  446.    </item>
  447.    <item>
  448.      <title>java.lang.IllegalArgumentException: Cannot create section at empty path</title>
  449.      <pubDate>Wed, 20 Mar 2024 17:49:20 +0000</pubDate>
  450.      <link>https://bukkit.org/threads/java-lang-illegalargumentexception-cannot-create-section-at-empty-path.503305/</link>
  451.      <guid>https://bukkit.org/threads/java-lang-illegalargumentexception-cannot-create-section-at-empty-path.503305/</guid>
  452.      <author>invalid@example.com (CraftyCodez)</author>
  453.      <dc:creator>CraftyCodez</dc:creator>
  454.      <content:encoded><![CDATA[Hi all! I&#039;ve recently been following a tutorial and I&#039;ve gotten stuck on this one bit with config. I&#039;ve tried certain debugging and running it in different ways but it still seems to come up with this error in the console every time. Apologies as this is my first time posting so if there is anything that I might be forgetting, please let me know! Thanks for your help.<br />
  455. <br />
  456. This is my Main class:<br />
  457. <br />
  458. <br />
  459.  
  460.  
  461. <div class="bbCodeBlock bbCodeCode">
  462. <div class="type">Code:</div>
  463. <pre>
  464.  
  465. public final class Main extends JavaPlugin {
  466.  
  467.    private ArenaManager arenaManager;...</pre>
  468. </div><a href="https://bukkit.org/threads/java-lang-illegalargumentexception-cannot-create-section-at-empty-path.503305/" class="internalLink">java.lang.IllegalArgumentException: Cannot create section at empty path</a>]]></content:encoded>
  469.      <slash:comments>3</slash:comments>
  470.    </item>
  471.    <item>
  472.      <title>Commands Broken?</title>
  473.      <pubDate>Sun, 17 Mar 2024 15:15:59 +0000</pubDate>
  474.      <link>https://bukkit.org/threads/commands-broken.503214/</link>
  475.      <guid>https://bukkit.org/threads/commands-broken.503214/</guid>
  476.      <author>invalid@example.com (Is3kai)</author>
  477.      <dc:creator>Is3kai</dc:creator>
  478.      <content:encoded><![CDATA[Hi! Would someone mind taking a look at these codes and letting me know why the command isn&#039;t being recognized? I was working on this for 4-5 hours this morning, and though it best to get some new eyes on the problem, see if i can get a fresh view.<br />
  479. <br />
  480. <b>Commands Code:</b><br />
  481.  
  482.  
  483. <div class="bbCodeBlock bbCodeCode">
  484. <div class="type">Code:</div>
  485. <pre>package org.smpmakers.dimensionsmp.commands;
  486.  
  487. import net.kyori.adventure.text.Component;
  488. import org.bukkit.command.Command;
  489. import org.bukkit.command.CommandExecutor;
  490. import org.bukkit.command.CommandSender;
  491. import...</pre>
  492. </div><a href="https://bukkit.org/threads/commands-broken.503214/" class="internalLink">Commands Broken?</a>]]></content:encoded>
  493.      <slash:comments>40</slash:comments>
  494.    </item>
  495.  </channel>
  496. </rss>
  497.  

If you would like to create a banner that links to this page (i.e. this validation result), do the following:

  1. Download the "valid RSS" banner.

  2. Upload the image to your own server. (This step is important. Please do not link directly to the image on this server.)

  3. Add this HTML to your page (change the image src attribute if necessary):

If you would like to create a text link instead, here is the URL you can use:

http://www.feedvalidator.org/check.cgi?url=https%3A//bukkit.org/forums/-/index.rss

Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda