Difference between revisions of "Known Bugs"

From Madminer Municipal Wiki
Jump to: navigation, search
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
On this page is a list of bugs we already know exist in the plugins we use. We don't have any control over fixing these bugs but we are monitoring them for fixes from the plugin authors. For a list of bugs in the actual Minecraft game, visit [http://bugs.mojang.com http://bugs.mojang.com] and [https://github.com/PaperMC/Paper/issues https://github.com/PaperMC/Paper/issues]    
+
On this page is a list of bugs we already know exist in the plugins we use. We don't have any control over fixing these bugs but we are monitoring them for fixes from the plugin authors. For a list of bugs in the actual Minecraft game, visit [http://bugs.mojang.com http://bugs.mojang.com] and [https://github.com/PaperMC/Paper/issues https://github.com/PaperMC/Paper/issues]   
#'''Map markers disappear after a few seconds.&nbsp;'''&nbsp;- This is a known bug with the Dynmap plugin. They are working on it.&nbsp;<br/> Workaround: This happens only when you use a sign to set a marker on the side of a block. Signs that are standing on the floor are not effected. You can either put the signs on the floor, or use the command below.<br/> Workaround #2: You can use a command to set a marker where you're standing, or delete it. Use the commands below. For information on the parameters, see [[Guide_To_Placing_Markers|Guide to Placing Markers]]  
+
== Map markers disappear after a few seconds ==
##Create:&nbsp;/dmarker add icon:<icon-name> id:<Make up an Id> set:<set-name> label:<what you want the marker to say>  
+
 
##Delete: /dmarker delete id:<id of the label you want to delete> --or-- /dmarker delete <label of the marker you want to delete, CAREFUL!<ref>Make sure the label you choose does not match multiple markers. The map can have any number of markers with the same label. So if there are 5 markers that say </ref>  
+
This is a known bug with the Dynmap plugin. They are working on it.&nbsp;
#'''ChestShops do not buy $hiney Eggs -&nbsp;'''Yeah&nbsp;:( Mojang changed the data behind items and new $hiney eggs are created differently than old $hiney eggs under the hood and ChestShops no longer accept them. We are working a solution.
+
 
 +
*Workaround: This happens only when you use a sign to set a marker on the side of a block. Signs that are standing on the floor are not effected. You can either put the signs on the floor, or use the command below.  
 +
*Workaround #2: You can use a command to set a marker where you're standing, or delete it. Use the commands below.&nbsp;<br/> <br/> For available options of parameters (sets & icons) to use in the following commands, see [[Guide_To_Placing_Markers|Guide to Placing Markers]]&nbsp;
 +
**Create: <pre>/dmarker add icon:<icon-name> id:<Make up an Id> set:<set-name> label:<what you want the marker to say> </pre>
 +
 
 +
<ul style="margin-left: 40px;">
 +
<li>Delete:</li>
 +
</ul>
 +
<pre style="margin-left: 40px;">/dmarker delete id:<id of the label you want to delete> </pre>
 +
 
 +
&nbsp;

Latest revision as of 14:43, 7 September 2019

On this page is a list of bugs we already know exist in the plugins we use. We don't have any control over fixing these bugs but we are monitoring them for fixes from the plugin authors. For a list of bugs in the actual Minecraft game, visit http://bugs.mojang.com and https://github.com/PaperMC/Paper/issues 

Map markers disappear after a few seconds

This is a known bug with the Dynmap plugin. They are working on it. 

  • Workaround: This happens only when you use a sign to set a marker on the side of a block. Signs that are standing on the floor are not effected. You can either put the signs on the floor, or use the command below.
  • Workaround #2: You can use a command to set a marker where you're standing, or delete it. Use the commands below. 

    For available options of parameters (sets & icons) to use in the following commands, see Guide to Placing Markers 
    • Create:
      /dmarker add icon:<icon-name> id:<Make up an Id> set:<set-name> label:<what you want the marker to say> 
  • Delete:
/dmarker delete id:<id of the label you want to delete>