xtra-features/config.yml

# autogenerated config.yml
#
# Default settings and descriptions are shown above each config option
# NOTE: If this is not so, check the BukkitDev page for the complete config.yml
#
# You can regenerate this file by deleting it.
# NOTE: If you regenerate the config for a new plugin version, please backup your old config. You'll love yourself for it. :)
#
# New config options are flagged with {NEW OPTION!}




# signTitlePawn: "[Sell for XP]"
# First line of a pawn sign (where players sell their items and get xp)
signTitlePawn: "[Sell for XP]"





# -- Translation --

# Messages displayed by the plugin {NEW OPTIONS!}
messages:

    # Console only messages:
    console:

        # sold: " sold "
        # Part of the log message for when a user sells items to a sign for xp
        sold: " sold "
        
    # In-Game only messages: 
    game:

        # lowItems: "You don't have enough "
        # When a player tries to sell items to a sign, but doesn't have enough
        lowItems: "You don't have enough "

        # youSold: "You sold "
        # Tells the player what they just sold to the sign and how much xp they got
        youSold: "You sold "

        # for: " for "
        # Tells the player what they just sold to the sign and how much xp they got 
        for: " for "