Enchanting Issue #20


  • New
  • Defect
Open
Assigned to _ForgeUser8692015
  • _ForgeUser6979170 created this issue Dec 12, 2012

    What steps will reproduce the problem?
    1.Go through normal enchant process.
    2.Type "Yes" to enchant the item
    3.Nothing happens to the item.

    What is the expected output? What do you see instead?
    Item is enchanted with the selected enchant.  Instead nothing happens.

    What version of the product are you using?
    2.2.1

    Do you have an error log of what happened?
    This doesn't produce an error in the server console (multicraft/beastnode)

    Please provide any additional information below.

    Hi Thidox,

    Sorry i didn't have a chance to log back on last night.  So i guess i never changed the engine on the permissions to anything...so it is actually set to "SPERM".  I think my problem is that i just don't know how to enter the permissions correctly and have it communicate with blacksmith. Here is my blacksmith config:

    BlackSmith:
        global:
            version: 2.2
            name: BlackSmith
            debug: false
        permissions:
            usePermissions: true
            opHasPerms: true
            Engine: SPERM
        Economy:
            type: HYBRID
            Engine: MATERIALS

    And here is my permissions.yml

    groups:
      default:
        default: true
        permissions:
        - modifyworld.*
        - blacksmith.*
        - blacksmith.enchant.free
        - blacksmith.use.enchant

    I think maybe the this is for PermissionsEX?  I also have a permissionsbukkit config, but i think the permissionsEX is overiding the permissions.yml file?  Sorry i'm new to this permissions thing. Here is the permissionsbukkit config file:

    users:
        ConspiracyWizard:
            permissions:
                permissions.example true
            groups:
            - admin
    groups:
        default:
            permissions:
                permissions.build true
        admin:
            permissions:
                permissions.*: true
            inheritance:
            - user
        user:
            permissions:
                permissions.build true
            worlds:
                creative:
                    coolplugin.item true
            inheritance:
            - default
    messages:
        build: '&cYou do not have permission to build here.'

    debug: false

    I've not made any changes to this one.

  • _ForgeUser6979170 added the tags New Defect Dec 12, 2012
  • _ForgeUser8692015 posted a comment Dec 12, 2012

    Hmm, thats interesting .. unfortunately there is not much I can do in terms of helping you out without some more information. Though beastnode may not provide an error to you, you have a "server.log" file in your root folder of the server. Could you please open that file and paste ANY/ALL errors that are related to Blacksmith into a pastebin, and provide me with the link?

    If it was a permissions problem the plugin would tell you that you do not have permission!

  • _ForgeUser6979170 posted a comment Dec 13, 2012

    @AlienArtificial: Go

    Ok sure. I'll check it out :)

  • _ForgeUser6979170 posted a comment Dec 13, 2012

    @trixxspell: Go

    hmm...doesn't seem to be showing anything when i try to reproduce it. Still won't work though. There is a bunch of stuff when i was just messing with permissions and other mods, but not really any errors being produced right now.

    I removed PermissionsEx and craftconomy to just try and clean things up. Going to mess with it some more and let you know. If i had something worth putting in a pastebin...i would.

  • _ForgeUser6979170 posted a comment Dec 16, 2012

    Yea-....i can't seem to figure it out. I guess i'll just be happy that the repair works. Thanks anyways guys.

  • _ForgeUser8692015 posted a comment Dec 18, 2012

    You can always link me your whole server.log file.... Make sure blacksmith doesnt show any errors on startup!


To post a comment, please login or register a new account.