[INFO][MECH] Namespace v1.3.7 - Name your places[740]

Discussion in 'Inactive/Unsupported Plugins' started by asdaarg, Mar 1, 2011.

  1. Offline

    QQCucumber

    Are you able to have subregions with Namespaces?
     
  2. Offline

    asdaarg

    Yes, just make sure the inner region is completely inside the outher one.
     
  3. Offline

    ratty

    Can we get the ability to put spaces in names?
    /name My House
    for example. I tried /name "My House" and that didnt work, in fact it acts like /name doesnt exist.
     
  4. Offline

    asdaarg

    Sorry I forgot this, I'll add it in next update.
     
  5. Offline

    Wolfpack1221

    I am trying to add verts to the spaces.txt manually. I am able to edit them just fine, but when I add new ones /space list shows 0 (I am working with a single prism atm)

    examples

    Origional file (works fine)
    pie6,world1,,P,4,65,100,689,-616,687,-593,701,-584,711,-625

    With extra vert added (space disappears)
    pie6,world1,,P,5,65,100,689,-616,687,-593,701,-584,711,-625,697,-632

    I am assuming the first number after the P is how many points there are because when I leave it 4 it still works fine but does not add the 5th point.
     
  6. Offline

    asdaarg

    Do you get any errors in the server log? The space adds fine for me. If you have a trailing line at the end it wont work.
     
  7. Offline

    Nanoinfinity

    Do any mapping programs support Namespaces? (IE when generating an image of the server map, are there any map gens that can draw and label Namespaces zones?)

    If not, do you think it could be implemented? I see you have an API provided, though I haven't looked through it.

    I think that would be wonderfully useful.
     
  8. Offline

    asdaarg

    I wanted to use dynmaps, although it does not seem to have an API. If there are any others you know that have it I could have a try at it or you could try to convince them to make it support namespace or at least provide an API so I can do the work.
     
    Shenlong likes this.
  9. Offline

    logoth

    I've run into a weird issue with this plugin and both HeroicDeath and TpDeathPlus, which broadcast death messages when someone dies. Basically after a death broadcast, namespaces stops giving border cross messages until a re-log. CB 602 with HeroicDeath and CB 556 earlier with TpDeathPlus. No errors in the logs, it just stops giving messages.
     
  10. Offline

    asdaarg

    So it works without the death broadcast plugin? Does it give border cross messages for other players, and do you by re-log just mean logging out and in by the client and not reloading the server? Was it a similar issue with an earlier version of namespace and heroic TPDeathPlus? 1.3.2 and 1.3.3 are not suppose to work with CB 556
     
  11. Offline

    valdark

    I'm running Heroic Death... I'll test this on my server. Bukkit 602

    #Edit Tested and confirmed HeroicDeath combined with this plugin causes the loss of Entering/Leaving messages after death.

    After player disconnects from server and reconnects the messages return.

    also... visaid destroys leaves

    Ok last comment I promise.

    With build 602 and Namspace 1.3.3 I can only mark one area at a time. The right click option is gone and multiple left clicks are not recognized when /name is entered.

    I can still expand the spaces so there is a workaround.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 10, 2016
  12. Offline

    asdaarg

    Thanks for the bugreport. I've had a lot of problems with #602... see if I can sort out them all. There are at least two issues i'm almost sure that's not my fault. A signblock becomes air after I log out for instance, but its still a sign when I log back in. Also when there is the slightest kind of bug, the server has to be restarted for it to work, that never use to happen. Before you merely had to fix it recomple and reload. I did fix the double marking with wand. Not sure if that was the problem you had though.
    Edit: I could not replicate the visaid destroying leaves. It works fine for me. Right and left clicking with wand works fine. I fixed some weird bug with commands not working, that I'm still not sure why it happened.
    Edit 2: Dying causes border crossing events not to happen until reconnect, independent of HeroicDeath. No idea why yet.
     
  13. Offline

    ratty

    You probably know about this already, but I get this error a lot:

    [SEVERE] Could not pass event PLAYER_INTERACT to namespace
     
  14. Offline

    valdark

    Not a problem. I believe the double marking was the issue.

    As far as the leaves go it only affected placed leaves and leaves grown with another plugin. I should have clarified that.

    Thanks for the thorough response and great plugin.
     
  15. Offline

    asdaarg

    I made a workaround for the on respawn (and apparently also on teleport) border crossing no longer being reported, which is getting on my nerves after wasting 3 hours of being unable to find it and a lot of jumping down hills and later into lava.
    Code:
    Player p=Namespace.server.getPlayer(me.getName());
    if(p!=null){
    	if(!p.equals(me))System.out.print("Why does this not happen?!");
    	me=p;//IF this is uncommented the bug starts occurring
    }
    
    I would appreciate it a lot if anyone could explain why this workaround works... and why p always equals me... and when dying p becomes null.. Why? :(
     
  16. Offline

    valdark

    Sorry I don't know enough java to help on that one.

    On the plus side your code works on 617 just like it did on 602.
     
  17. Offline

    asdaarg

    Well that's good to hear, as I haven't had the time to test more, and not even had a look at 617 yet. I appreciate the feedback as people tend to just not say anything until it breaks.
     
  18. Offline

    G1R Productions

    I have named areas in side 1 large area and most of the 1s inside do not tell when your entering them.
     
  19. Offline

    Malnas01

    I cant get the compass to work. everything else works fine and the /find command works its just the compass doesnt point to where its meant to. just always to the spawn. is there something that i need to do to make it work or does it not work anymore?
     
  20. Offline

    asdaarg

    It may be your spaces intersect. Type dead list and check if they are there. If that's not it, you could send me your spaces.txt so I can have a look at it.
    Apparently its a bug with bukkit.
    http://leaky.bukkit.org/issues/631
     
  21. Offline

    vianns

    Hi,

    Could I translate your plugin in French ?
    If yes, could you tell me how ?

    Thanks !
     
  22. Offline

    asdaarg

    Yes. The majority of the messages are already configurable in config.txt. There are however other messages which I haven't got the time to make configurable and it is a bit tedious work to do. One thing you could do is to just find each instance of the other messages and translate them to French on the spot, then recompile, but you'd have to do this for every version of namespace that comes out, so to save work for both me and you, I suggest you do:

    1. download the source (messages are probably only in Namespace.java)
    2. find each instance of English message within citation marks "
    3. cut out that message including citation marks
    4. replace it with MSG followed by a fitting name
    5. go to the top of Namespace.java, where there is a long list of MSG....
    6. paste the message and prefix it with the fitting name you chose and = and put a comma , after the line (so it looks just like the other MSGs there.)

    e.g:

    msg(P, "blah blah", string);

    becomes

    msg(P, MSG_blah, string);

    and you put among the other MSG at the top:
    MSG_blah="blah blah",

    Note, make sure you don't use use a name that's already in the list.

    When you're done you can upload the file somewhere or send me it to [email protected].
    You can also upload/send the french version of config.txt if you want others to be able to use it.
     
  23. Offline

    contex

  24. Offline

    G1R Productions

    Here is the spaces you asked me to send you. Note the spaces in the names were added after it failed to work so those are not the problem. Also if for some reason you would like to get on the server just ask and ill tell you the ip.

    Edit: Forgot to say the ones that are not works are ones inside "Fort Pyre". Though the "small house" works just not the others.
     

    Attached Files:

  25. Offline

    asdaarg

    Thanks for the bugreport, fixed.
     
  26. Offline

    chatfriend2001

    Hi!
    i use cb 612 with namespace 1.3.5 (also nsonlinelist) and getting the following errors when i start the server:

    Show Spoiler

    11:17:22 [SCHWERWIEGEND] null
    java.lang.NoSuchFieldException: MSGCompass_Reset_to_North
    at java.lang.Class.getDeclaredField(Unknown Source)
    at com.asdaarg.bukkit.namespace.NSCommand.<init>(NSCommand.java:87)
    at com.asdaarg.bukkit.namespace.Namespace.onEnable(Namespace.java:152)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    11:17:22 [SCHWERWIEGEND] null
    java.lang.NoSuchFieldException: MSGCompass_Reset_to_spawn
    at java.lang.Class.getDeclaredField(Unknown Source)
    at com.asdaarg.bukkit.namespace.NSCommand.<init>(NSCommand.java:87)
    at com.asdaarg.bukkit.namespace.Namespace.onEnable(Namespace.java:152)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    11:17:22 [SCHWERWIEGEND] null
    java.lang.NoSuchFieldException: MSGCompass_set_to_specified_location
    at java.lang.Class.getDeclaredField(Unknown Source)
    at com.asdaarg.bukkit.namespace.NSCommand.<init>(NSCommand.java:87)
    at com.asdaarg.bukkit.namespace.Namespace.onEnable(Namespace.java:152)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    11:17:22 [SCHWERWIEGEND] null
    java.lang.NoSuchFieldException: MSGNo_exist_in_this_world
    at java.lang.Class.getDeclaredField(Unknown Source)
    at com.asdaarg.bukkit.namespace.NSCommand.<init>(NSCommand.java:87)
    at com.asdaarg.bukkit.namespace.Namespace.onEnable(Namespace.java:152)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    11:17:22 [SCHWERWIEGEND] null
    java.lang.NoSuchFieldException: MSGNo_exists_in_this_world
    at java.lang.Class.getDeclaredField(Unknown Source)
    at com.asdaarg.bukkit.namespace.NSCommand.<init>(NSCommand.java:87)
    at com.asdaarg.bukkit.namespace.Namespace.onEnable(Namespace.java:152)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    11:17:22 [SCHWERWIEGEND] null
    java.lang.NoSuchFieldException: MSGNo_such_category
    at java.lang.Class.getDeclaredField(Unknown Source)
    at com.asdaarg.bukkit.namespace.NSCommand.<init>(NSCommand.java:87)
    at com.asdaarg.bukkit.namespace.Namespace.onEnable(Namespace.java:152)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    11:17:22 [SCHWERWIEGEND] null
    java.lang.NoSuchFieldException: MSGcompassNo
    at java.lang.Class.getDeclaredField(Unknown Source)
    at com.asdaarg.bukkit.namespace.NSCommand.<init>(NSCommand.java:87)
    at com.asdaarg.bukkit.namespace.Namespace.onEnable(Namespace.java:152)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    11:17:22 [SCHWERWIEGEND] null
    java.lang.NoSuchFieldException: MSGcompassPlace
    at java.lang.Class.getDeclaredField(Unknown Source)
    at com.asdaarg.bukkit.namespace.NSCommand.<init>(NSCommand.java:87)
    at com.asdaarg.bukkit.namespace.Namespace.onEnable(Namespace.java:152)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    11:17:22 [SCHWERWIEGEND] null
    java.lang.NoSuchFieldException: MSGcompassPlayer
    at java.lang.Class.getDeclaredField(Unknown Source)
    at com.asdaarg.bukkit.namespace.NSCommand.<init>(NSCommand.java:87)
    at com.asdaarg.bukkit.namespace.Namespace.onEnable(Namespace.java:152)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    11:17:22 [SCHWERWIEGEND] null loading namespace v1.3.5 (Is it up to date?)
    java.lang.NullPointerException
    at com.asdaarg.bukkit.namespace.Namespace.getWorld(Namespace.java:115)
    at com.asdaarg.bukkit.namespace.Namespace.loadSpaces(Namespace.java:219)
    at com.asdaarg.bukkit.namespace.Namespace.onEnable(Namespace.java:177)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)


    This is my config.txt (tried to save it in UTF-8 and ANSI, in both versions i getting errors):

    Show Spoiler

    timerms=1000
    importmaxrad=100
    Wand=280
    importworld=Welt
    autorevive=true
    MSGdoes_not_exist=$1 ##cdoes not exist
    MSGCompass_Reset_to_North=##aCompass Reset to North
    MSGCompass_Reset_to_spawn=##aCompass Reset to spawn
    MSGCompass_set_to_specified_location=##aCompass set to specified location
    MSGNo_exist_in_this_world=##cNo ##f$1 ##cexist in this world
    MSGNo_exists_in_this_world=##cNo ##f$1 ##cexists in this world
    MSGNo_such_category=##cNo such category
    MSGMarked=##aMarked:##f$1##a,##f$2##a,##f$3##a,##f$4
    MSGNo_category_by_the_name= ##cNo category by the name ##f$1
    MSGNo_space_nearby= ##cNo space nearby
    MSGSpace_fexpanded=##aSpace ##f$1 ##aexpanded
    MSGSpace_fpruned=##aSpace ##f$1 ##apruned
    MSGSpace_frenamed_to=##aSpace ##f$1 ##arenamed to: ##f$2
    MSGSpace_fresized=##aSpace ##f$1 ##aresized
    MSGSpace_named=##aSpace named:##f$1
    MSGSpace_removed=##aSpace removed: ##f$1
    MSGYou_are_in_wilderness__go_into_a_named_s=##cYou are in wilderness - go into a named space
    MSGadded_category= ##aadded category ##f$1
    MSGadded_to_category=##f$1 ##aadded to category ##f$2
    MSGno_block_break_off_in= ##ano block break off in ##f$1
    MSGno_block_break_on_in= ##ano block break on in ##f$1
    MSGno_block_ignite_off_in= ##ano block ignite off in ##f$1
    MSGno_block_ignite_on_in= ##ano block ignite on in ##f$1
    MSGno_block_placing_off_in= ##ano block placing off in ##f$1
    MSGno_block_placing_on_in= ##ano block placing on in ##f$1
    MSGno_category_named= ##cno category named ##f$1
    MSGno_explosions_off_in= ##ano explosions off in ##f$1
    MSGno_explosions_on_in= ##ano explosions on in ##f$1
    MSGnomvp_off_in= ##anomvp off in ##f$1
    MSGnomvp_on_in= ##anomvp on in ##f$1
    MSGnopvp_off_in= ##anopvp off in ##f$1
    MSGnopvp_on_in= ##anopvp on in ##f$1
    MSGregen_is_set_to_seconds_in= ##aregen is set to ##f$1 ##aseconds in ##f$2
    MSGregen_off_in= ##aregen off in ##f$1
    MSGremoved_category= ##aremoved category ##f$1
    MSGvisaid_off=##avisaid off ##f$1
    MSGvisaid_on=##avisaid on ##f$1
    MSGleaving=##3leaving ##f$1
    MSGtransfering=##3Moving from ##f$1 ##3to ##f$2
    MSGentering=##3entering ##f$1
    MSGwhoHead=##e$1 player(s) online:
    MSGwhoLinePlace=##e+ ##f$1 ##e- ##f$2
    MSGwhoLinePlaceCat=##e+ ##f$1 ##e- ##f$2 ##f[##b$3##f]
    MSGcompassNo=##eNo ##f$1 ##efound
    MSGcompassPlace=##eCompass points to place ##f$1
    MSGcompassPlayer=##eCompass points to player ##f$1
    MSGwhoLineNoPlace=##e+ ##f$1 ##e- ##fwilderness
    MSGwhoLineNearPlace=##e+ ##f$1 ##e- Near ##f$2 ##e($3##e)


    Also i wondering if the other files(categories.txt, spaces.txt) are created automatically if i create the first category/place or do i have to create the files by myself?
     
  27. Offline

    asdaarg

    Remove:
    MSGCompass_Reset_to_North=§aCompass Reset to North
    MSGCompass_Reset_to_spawn=§aCompass Reset to spawn
    MSGCompass_set_to_specified_location=§aCompass set to specified location
    MSGNo_exist_in_this_world=§cNo §f$1 §cexist in this world
    MSGNo_exists_in_this_world=§cNo §f$1 §cexists in this world
    MSGNo_such_category=§cNo such category
    MSGcompassNo=§eNo §f$1 §efound
    MSGcompassPlace=§eCompass points to place §f$1
    MSGcompassPlayer=§eCompass points to player §f$1
    From config.txt
    Sorry about that, I had forgot to separate these in the first post for those who don't use NSCompass.
    Yes, they're automatically created.

    While that sort of thing could be useful, if it worked well enough Google translate often does mistranslate, and also I'm generally suspicious about Google's intentions regarding privacy issues, not that it would matter in this case, but I'd like to avoid them as much as possible.
     
  28. Offline

    Nanoinfinity

    I think I asked about map image support earlier. We use Minecraft Overviewer to generate google-style maps; it's got its source code on Github (https://github.com/brownan/Minecraft-Overviewer) but the whole thing seems to be a bit of a mess right now. :p It might be something to look into, though.

    We noticed a... I think it's a bug. Only admins on our server have permission to name/mark spaces. Regular users should not; however when they click while holding a stick they can mark corners. They can't do it with the text command /mark ; just with the stick. Is this a problem with Namespaces or Permissions or what?

    It's not a huge problem, just that the non-admins don't like having Namespaces spam their chat when they're holding sticks. :p
     
  29. Offline

    asdaarg

    Yes, I suppose I could remove that, so only people who can use the mark command get spammed with it.
     
  30. Offline

    Wulfspider

    Well, we will be adding Microsoft and BabelFish sometime soon too. ;)
     

Share This Page