<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sun Jan 12 12:01:42 UTC 2025

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Mojang Studios Jira</title>
    <link>https://bugs.mojang.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en</language>    <build-info>
        <version>9.12.2</version>
        <build-number>9120002</build-number>
        <build-date>10-01-2024</build-date>
    </build-info>


<item>
            <title>[MC-3583] java.lang.NullPointerException: Exception ticking world (at ml.c(SourceFile:199)) (Corrupted Nether chunks)</title>
                <link>https://bugs.mojang.com/browse/MC-3583</link>
                <project id="10400" key="MC">Minecraft: Java Edition</project>
                    <description>&lt;p&gt;From MC-19606:&lt;br/&gt;
I should have been a little more clear about the relation of the crash report to this issue. The crash report may be caused by this issue but since it is a synchronization error it is very hard to reproduce and debug with certainty.&lt;/p&gt;

&lt;p&gt;I can prove though that there are synchronization errors caused by Packet3Chat when a chat message contains Illegal characters. I do not believe this is a duplicate of &lt;a href=&quot;https://bugs.mojang.com/browse/MC-12341&quot; title=&quot;Crash when a certain player joins / Exception ticking world: ConcurrentModificationException&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MC-12341&quot;&gt;&lt;del&gt;MC-12341&lt;/del&gt;&lt;/a&gt; because his does not mention the offending player being kicked before the crash and it also does not mention the synchronization issues that are currently caused by multi threading chat. This issue also does not happen when a player logs in but rather while a player is chatting.&lt;/p&gt;

&lt;p&gt;So to make sure I am more clear this time the crash report may or may not have been caused by this issue. I do not believe it has as I have been unable to reliable reproduce it through this issue. All I can say is it is a synchronization issue that did happen once during my testing so it may be related this issue.&lt;/p&gt;


&lt;p&gt;Edit:&lt;/p&gt;

&lt;p&gt;To continue on with what I was saying before. I looked closer at the classes involved in the crash report. The last classed before reaching Java runtime classes are involved with chunk loading and saving. I do believe chunk loading and saving is handled by it&apos;s own thread and from what I have followed of this issue the network read thread does not reach any of those classes. Again this does not mean it is not related but it does make it much less likely.&lt;/p&gt;


&lt;p&gt;Edit 2:&lt;/p&gt;

&lt;p&gt;After further digging into packet classes. Packet3Chat is not the only one that can cause synchronization issues. Any packet that can be processed asynchronously in minecraft 1.5.2 can cause synchronization problems. All packets but Packet3Chat are not handled by the server and cause the client to be kicked. Packet3Chat is the exception that i needs to have an Illegal character as a part of it without a leading &apos;/&apos;&lt;/p&gt;

&lt;p&gt;All packets with this issue are:&lt;br/&gt;
Packet3Chat(Special case - read up)&lt;br/&gt;
Packet4UpdateTime&lt;br/&gt;
Packet35HeadRotation&lt;br/&gt;
Packet200Statistic&lt;/p&gt;

&lt;p&gt;The issue lies in the fact that the disconnect method is called from the read thread dedicated to the client. The disconnect method then calls various methods into the server to remove the player from lists and to save the player to disk. All of this happens with the main thread still running updates on the worlds&lt;/p&gt;
&lt;hr /&gt;


&lt;p&gt;Crash after returning from The Nether&lt;/p&gt;

&lt;p&gt;When i go from the nether to overworld my minecraft crashes. It only happens on my one world.&lt;/p&gt;


&lt;p&gt;Steps to reproduce:&lt;br/&gt;
1. go to the nether in survival &lt;br/&gt;
2.return to the overworld in any portal.&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;---- Minecraft Crash Report ----
&lt;span class=&quot;code-comment&quot;&gt;// Hey, that tickles! Hehehe!
&lt;/span&gt;
Time: 02/01/14 5:19 PM
Description: Exception ticking world

java.lang.NullPointerException: Exception ticking world
	at ml.c(SourceFile:199)
	at mm.b(SourceFile:120)
	at net.minecraft.server.MinecraftServer.u(SourceFile:502)
	at net.minecraft.server.MinecraftServer.t(SourceFile:440)
	at btk.t(SourceFile:117)
	at net.minecraft.server.MinecraftServer.run(SourceFile:357)
	at lb.run(SourceFile:616)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
	at ml.c(SourceFile:199)
	at mm.b(SourceFile:120)

-- Affected level --
Details:
	Level name: world
	All players: 0 total; []
	Chunk stats: ServerChunkCache: 90 Drop: 90
	Level seed: 5244763267944565675
	Level generator: ID 00 - &lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;, ver 1. Features enabled: &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;
	Level generator options: 
	Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
	Level time: 0 game time, 0 day time
	Level dimension: 0
	Level storage version: 0x00000 - Unknown?
	Level weather: Rain time: 0 (now: &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;), thunder time: 0 (now: &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;)
	Level game mode: ~~ERROR~~ NullPointerException: &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;
Stacktrace:
	at net.minecraft.server.MinecraftServer.u(SourceFile:502)
	at net.minecraft.server.MinecraftServer.t(SourceFile:440)
	at btk.t(SourceFile:117)
	at net.minecraft.server.MinecraftServer.run(SourceFile:357)
	at lb.run(SourceFile:616)

-- &lt;span class=&quot;code-object&quot;&gt;System&lt;/span&gt; Details --
Details:
	Minecraft Version: 1.7.4
	Operating &lt;span class=&quot;code-object&quot;&gt;System&lt;/span&gt;: Windows 8 (amd64) version 6.2
	Java Version: 1.7.0_45, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 174744152 bytes (166 MB) / 584581120 bytes (557 MB) up to 954728448 bytes (910 MB)
	JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
	AABB Pool Size: 9756 (546336 bytes; 0 MB) allocated, 7981 (446936 bytes; 0 MB) used
	IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
	Profiler Position: N/A (disabled)
	Vec3 Pool Size: 1825 (102200 bytes; 0 MB) allocated, 1477 (82712 bytes; 0 MB) used
	Player Count: 1 / 8; [mp[&lt;span class=&quot;code-quote&quot;&gt;&apos;Dwz14&apos;&lt;/span&gt;/328, l=&lt;span class=&quot;code-quote&quot;&gt;&apos;world&apos;&lt;/span&gt;, x=166.21, y=116.00, z=544.07]]
	Type: Integrated Server (map_client.txt)
	Is Modded: Probably not. Jar signature remains and both client + server brands are untouched.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="15670">MC-3583</key>
            <summary>java.lang.NullPointerException: Exception ticking world (at ml.c(SourceFile:199)) (Corrupted Nether chunks)</summary>
                <type id="1" iconUrl="https://bugs.mojang.com/secure/viewavatar?size=xsmall&amp;avatarId=18903&amp;avatarType=issuetype">Bug</type>
                                    <status id="5" iconUrl="https://bugs.mojang.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="searge">[Mojang] Searge (Michael Stoyke)</assignee>
                                    <reporter username="dwz14">andrew</reporter>
                        <labels>
                            <label>crash</label>
                            <label>entering</label>
                            <label>leaving</label>
                            <label>nether</label>
                            <label>returning</label>
                    </labels>
                <created>Wed, 21 Nov 2012 04:24:32 +0100</created>
                <updated>Tue, 8 Jul 2014 23:29:11 +0200</updated>
                            <resolved>Sat, 11 Jan 2014 10:13:08 +0100</resolved>
                                    <version>Minecraft 1.4.5</version>
                    <version>Minecraft 1.4.6</version>
                    <version>Minecraft 1.4.7</version>
                    <version>Minecraft 1.5.1</version>
                    <version>Minecraft 1.5.2</version>
                    <version>Minecraft 1.6.1</version>
                    <version>Minecraft 1.6.2</version>
                    <version>Minecraft 13w41b</version>
                    <version>Minecraft 13w42b</version>
                    <version>Minecraft 1.7.1</version>
                    <version>Minecraft 1.7.2</version>
                    <version>Minecraft 1.7.4</version>
                    <version>Minecraft 14w02b</version>
                    <version>Minecraft 1.7.5</version>
                                    <fixVersion>Minecraft 14w02c</fixVersion>
                                                        <votes>6</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="123666" author="crossfirecurt" created="Fri, 6 Dec 2013 22:06:40 +0100"  >&lt;p&gt;I am having the same issue. Just like Christopher Wooddell, it only happens on one world. In single player, whenever I go from Nether to Overworld it crashes. I&apos;ve found that if I open the world up to LAN and have a second player in the world, it does not crash for my player any longer. However, it will crash the server if the second player goes through the portal from Nether to Overworld.&lt;/p&gt;

&lt;p&gt;I have checked my logs - I do not have any chunk errors. I am happy to upload my save if it helps.&lt;/p&gt;

&lt;p&gt;Edit (12/8/2013): Turns out I had a corrupted Nether chunk after all! I was able to fix it thanks to this tool here: &lt;a href=&quot;https://github.com/Fenixin/Minecraft-Region-Fixer&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/Fenixin/Minecraft-Region-Fixer&lt;/a&gt; Very helpful!&lt;/p&gt;</comment>
                            <comment id="118629" author="bljat" created="Sun, 10 Nov 2013 23:44:46 +0100"  >&lt;p&gt;Corrupted world:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;[23:43:13 ERROR]: Chunk file at -11,-3 is in the wrong location; relocating. (Expected -11, -3, got -3, -4)
[23:43:13 ERROR]: Chunk file at -8,-12 is in the wrong location; relocating. (Expected -8, -12, got -4, -2)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="116466" author="kumasasa" created="Tue, 29 Oct 2013 05:39:14 +0100"  >&lt;p&gt;Can confirm with your world.&lt;/p&gt;</comment>
                            <comment id="116082" author="devaudio" created="Sun, 27 Oct 2013 23:08:32 +0100"  >&lt;p&gt;Here is a link to the file on Rapidshare:&lt;br/&gt;
&lt;a href=&quot;https://rapidshare.com/share/4012961DDC3097CDA5844801D1D46C6D&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://rapidshare.com/share/4012961DDC3097CDA5844801D1D46C6D&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As the save stands now, you will log in right inside my nether portal from the overworld side (to save you the trouble of finding it.)&lt;/p&gt;

&lt;p&gt;Just stand still, go to the nether, then go back. This should be all that&apos;s necessary to reproduce the issue.&lt;/p&gt;</comment>
                            <comment id="116063" author="kumasasa" created="Sun, 27 Oct 2013 21:55:58 +0100"  >&lt;p&gt;Can you upload the world to a 3rd party file hoster ?&lt;/p&gt;</comment>
                            <comment id="116054" author="devaudio" created="Sun, 27 Oct 2013 21:39:41 +0100"  >&lt;p&gt;This has been an issue for me, same issue, same crash type, same steps to reproduce.&lt;br/&gt;
Has affected me since it started in version 1.6.1. Continued through 1.6.2, 1.6.4, and 1.7.2&lt;br/&gt;
Persists across JRE versions 7 U 21, 7u25, 7u45 x64&lt;br/&gt;
Is seriously making our family world no fun to play anymore and many hundreds of hours across four accounts have been invested in this world. Please please please can it be fixed soon?&lt;/p&gt;

&lt;p&gt;PC Windows 7 environment.&lt;/p&gt;

&lt;p&gt;Should also mention that I&apos;ve copied this world to six other PCs and laptops across multiple kinds of hardware and the result is the same each time.&lt;/p&gt;

&lt;p&gt;If you use my world it only takes roughly 20 seconds to duplicate the issue with 100% (out of 15+ trials) repeatability.&lt;br/&gt;
I&apos;m happy to share the world file but it&apos;s over the upload size limit... &lt;img class=&quot;emoticon&quot; src=&quot;https://bugs.mojang.com/images/icons/emoticons/sad.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="108143" author="ankool2110" created="Tue, 1 Oct 2013 17:18:51 +0200"  >&lt;p&gt;Game still crashes when teleporting back from nether... &lt;/p&gt;</comment>
                            <comment id="96788" author="ktalex" created="Fri, 2 Aug 2013 20:24:18 +0200"  >&lt;p&gt;Why does the environment say IMAC? I have the issue on my PC. I want a damn fix. I haven&apos;t been able to play minecraft fully because of this. I tried to get a refund but they pretty much said too bad. When will this be handled? Is it because such a low percentage of people have it that you pretty much say oh well?&lt;/p&gt;</comment>
                            <comment id="96783" author="ankool2110" created="Fri, 2 Aug 2013 19:50:54 +0200"  >&lt;p&gt;You guys have any solution or you guys are just gonna post this stupid comments like &quot;No answer on query, assuming no longer an issue.&quot; ?&lt;/p&gt;</comment>
                            <comment id="96689" author="kumasasa" created="Fri, 2 Aug 2013 13:27:06 +0200"  >&lt;p&gt;From &lt;a href=&quot;https://bugs.mojang.com/browse/MC-27969&quot; title=&quot;While teleporting back from nether the game always crashes &quot; class=&quot;issue-link&quot; data-issue-key=&quot;MC-27969&quot;&gt;&lt;del&gt;MC-27969&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeHeader panelHeader&quot; style=&quot;border-bottom-width: 1px;&quot;&gt;&lt;b&gt;Description: Exception ticking world&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;java.lang.NullPointerException
at jq.c(SourceFile:206)
at jr.b(SourceFile:110)
at net.minecraft.server.MinecraftServer.t(SourceFile:462)
at net.minecraft.server.MinecraftServer.s(SourceFile:405)
at bkw.s(SourceFile:124)
at net.minecraft.server.MinecraftServer.run(SourceFile:339)
at hh.run(SourceFile:582)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="67019" author="bljat" created="Fri, 17 May 2013 21:22:57 +0200"  >&lt;p&gt;Reopened due to &lt;a href=&quot;https://bugs.mojang.com/browse/MC-15829&quot; title=&quot;When switching back from Netherworld to regular world, I crash&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MC-15829&quot;&gt;&lt;del&gt;MC-15829&lt;/del&gt;&lt;/a&gt;:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeHeader panelHeader&quot; style=&quot;border-bottom-width: 1px;&quot;&gt;&lt;b&gt;Description: Exception ticking world&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;java.lang.NullPointerException
	at iy.c(SourceFile:201)
	at iz.b(SourceFile:122)
	at net.minecraft.server.MinecraftServer.r(SourceFile:454)
	at net.minecraft.server.MinecraftServer.q(SourceFile:397)
	at bjg.q(SourceFile:122)
	at net.minecraft.server.MinecraftServer.run(SourceFile:331)
	at gp.run(SourceFile:573)&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="34530" author="ruby" created="Wed, 9 Jan 2013 22:08:03 +0100"  >&lt;p&gt;I have the same problem.&lt;br/&gt;
I use Linux with Java7.&lt;/p&gt;

&lt;p&gt;Steps to reproduce:&lt;br/&gt;
the same as in the bug description.&lt;/p&gt;</comment>
                            <comment id="34528" author="bljat" created="Wed, 9 Jan 2013 22:02:37 +0100"  >&lt;p&gt;Note:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;Description: Exception ticking world
java.lang.NullPointerException
at im.b(SourceFile:199)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="23807" author="cubethethird" created="Wed, 21 Nov 2012 06:48:48 +0100"  >&lt;p&gt;Try updating your java, as your current version is outdated.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10102">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="27334">MC-12485</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="28001">MC-13072</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="28083">MC-13144</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="28569">MC-13465</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="28763">MC-13584</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="31318">MC-15582</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="31617">MC-15829</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="35670">MC-17626</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="45018">MC-25599</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="47950">MC-27969</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="49012">MC-28598</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="49057">MC-28643</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="49652">MC-29106</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="57238">MC-35406</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="58264">MC-36271</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="59123">MC-36988</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="59393">MC-37247</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="60595">MC-38371</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="61626">MC-39245</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="62024">MC-39609</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="65027">MC-41564</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="66805">MC-42667</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="68700">MC-44082</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="69176">MC-44378</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="71457">MC-45890</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="75602">MC-49802</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="75848">MC-50026</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="76029">MC-50196</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="76616">MC-50738</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="77621">MC-51664</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="78201">MC-52167</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="16313">MC-3999</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="13928" name="crash-2012-11-20_18.20.13-server.txt" size="2587" author="dwz14" created="Wed, 21 Nov 2012 04:24:32 +0100"/>
                            <attachment id="17746" name="crash-2013-01-09_21.26.19-server.txt" size="2470" author="ruby" created="Wed, 9 Jan 2013 22:08:03 +0100"/>
                            <attachment id="17747" name="crash-2013-01-09_21.57.15-server.txt" size="2455" author="ruby" created="Wed, 9 Jan 2013 22:08:03 +0100"/>
                            <attachment id="29678" name="crash-2013-05-17_12.05.30-server.txt" size="2542" author="bljat" created="Fri, 17 May 2013 21:23:53 +0200"/>
                            <attachment id="43159" name="crash-2013-10-01_20.44.19-server.txt" size="2621" author="ankool2110" created="Tue, 1 Oct 2013 17:18:51 +0200"/>
                            <attachment id="47905" name="crash-2013-11-10_23.43.23-server.txt" size="2413" author="bljat" created="Sun, 10 Nov 2013 23:46:17 +0100"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                <customfield id="customfield_10701" key="com.atlassian.jira.plugin.system.customfieldtypes:datetime">
                        <customfieldname>CHK</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 29 Oct 2013 06:48:00 +0100</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10500" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Confirmation Status</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10303"><![CDATA[Confirmed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_11700" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10501" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Game Mode</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10304"><![CDATA[Survival]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_11100" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Linked</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10900" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Pinned</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>35.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11600" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i01myf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    </customfields>
    </item>
</channel>
</rss>