The Bukkit Consulting Firm - Solving all your Bukkit-related challenges!

Discussion in 'Bukkit Help' started by M1sT3rM4n, Aug 25, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    sillyrosster

    I don't really want to show the chat. It's just people talking - it doesn't display commands.
     
  2. Offline

    hammale

    yeah ok....hmmm try removing Multiverse and c if that stops it
     
  3. Offline

    M1sT3rM4n

    Le bump.

    Fixed.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2016
  4. Offline

    cubesteak

    Hey guys,

    Neat thing you are doing here! Thanks in advance...

    I have a question that I would love to have answered! What is the deal with permissions?

    If Bukkit has them built in, why do so many people use PEX?

    If Bukkit has them built in, why do people need PermissionsBukkit? Why is there an "official" plugin for something that should be built in?

    Any insight you can provide would be greatly appreciated. I gather this can be a heated topic, so I apologize in advance if even the question is inflammatory. :) Not my intent at all. I'm just confused. I used a plugin called Permissions prior to bukkit including them, and now I'm just lost.

    Thanks again!

    Cheers,
    cs
     
  5. Offline

    Delocaz

    The included version doesn't support groups and stuff and it generally isn't good enough to be useful. That's why people use PermissionsBukkit, bPermissions, PEX etc, I recommend PEX because it's easy to use.
     
  6. Offline

    M1sT3rM4n

  7. Offline

    cubesteak

    Ah, TYVM. :)
     
  8. Offline

    sillyrosster

    What be this?

    Code:
    18.03 22:38:01 [Disconnect] User Jeffreyreed has disconnected, reason: disconnect.genericReason
    18.03 22:38:01 [Server] SEVERE    at net.minecraft.server.NetworkReaderThread.run(SourceFile:76)
    18.03 22:38:01 [Server] SEVERE    at net.minecraft.server.NetworkManager.c(NetworkManager.java:268)
    18.03 22:38:01 [Server] SEVERE    at net.minecraft.server.NetworkManager.h(NetworkManager.java:149)
    18.03 22:38:01 [Server] SEVERE    at net.minecraft.server.Packet.a(Packet.java:83)
    18.03 22:38:01 [Server] SEVERE    at net.minecraft.server.Packet107SetCreativeSlot.a(SourceFile:25)
    18.03 22:38:01 [Server] SEVERE    at net.minecraft.server.Packet.b(Packet.java:161)
    18.03 22:38:01 [Server] SEVERE java.lang.NullPointerException
    If you need more information, I can provide it, I don't have time atm to add it though, sleepy :p
     
  9. Offline

    Fizzers

    I'm having some issues that're holding my server back from going live D: I need help!!

    I'm trying to set up ranks for donators/etc, and the first rank is VIP. All the other permissions I have put in for VIP are currently working, but one has stumped me.

    I am trying to get Showcase/ChestShop ( at this point, I don't care which gets working, although I'd prefer Showcase) to only let those of the VIP rank and higher create a shop.

    So, I put the create a shop permission into the VIP section ONLY. But, those of the group Regulars ( Basically the lowest) are able to create shops! I did put in the sell/buy permissions into both groups aswell, but not the create a shop one.

    In Showcase, Regulars can buy from Infinite shops, even though they're not allowed to ( Not given the permission in their grouping.)

    What I am gunning for is that ( Either A or B will work for me ) A) Chestshop: Only VIPs can buy from the adminshops, and make their own shops, while Regulars can only buy/sell from playermade/finite shops. B) Showcase: Only VIPs can buy from infinite shops ( made by admins ), and make finite shops. Whilst Regulars can only buy from finite shops.

    I use BOSEconomy, and PermissionsBukkit. I will happily change to whatever permissions plugin can fix this, if PermissionsBukkit is doing this, although I do not see why they should not work with P-B.
    ( Also, I'm pretty sure all my plugins and bukkit are up to date)
    Any help is a godsend right now.

    Thank you
    -Fizzers
     
  10. Offline

    M1sT3rM4n

  11. Offline

    Fizzers

    Boing! Boing! Awnser? Boing! Boing! :p
     
  12. To see where the problem is, can you pastie or pastebin your config for PermissionsBukkit? I got some experience with that one.
     
  13. Offline

    billofbong

    ALERTS, Y U NO WORK?
     
    tyzoid and Delocaz like this.
  14. Offline

    Acrobot

    Fizzers
    Well, you know about negative permissions?

    By default, players are granted ChestShop.shop.*

    To not let the players in default group create shops, you can:

    - use negative permission (add a ChestShop.shop.create:false)
    - open ChestShop.jar with WinRAR/7Zip, open plugin.yml and change "default: true" to "default: op"
     
  15. Offline

    Fizzers

    #config.yml - Written by McMyAdmin v0.9.7.6

    users:
    porkerthepork:
    groups:
    - 'Regulars'
    andorra101:
    groups:
    - 'Regulars'
    1000delrith:
    groups:
    - 'Regulars'

    groups:
    Default:
    permissions:
    mchat.prefix.Default: true
    mchat.suffix.Default: true
    permissions.build: true
    Regulars:
    permissions:
    mchat.prefix.Regulars: true
    mchat.suffix.Regulars: true
    mchat.prefix.Default: false
    mchat.suffix.Default: false
    essentials.balance: true
    essentials.afk: true
    essentials.pay: true
    essentials.sell: true
    essentials.worth: true
    essentials.compass: true
    essentials.help: true
    essentials.ignore: true
    essentials.info: true
    essentials.list: true
    essentials.me: true
    essentials.msg: true
    essentials.rules: true
    essentials.back: true
    essentials.spawn: true
    essentials.back.ondeath: true
    essentials.home: true
    essentials.sethome: true
    essentials.tpaccept: true
    essentials.tpdeny: true
    essentials.warp: true
    essentials.delhome: true
    factions.kit.fullplayer: true
    ChestShop.shop.sell
    ChestShop.shop.buy
    inheritance:
    - 'Default'
    Moderators:
    permissions:
    mchat.prefix.Moderators: true
    mchat.suffix.Moderators: true
    mchat.prefix.Regulars: false
    mchat.suffix.Regulars: false
    inheritance:
    - 'Regulars'
    Administrators:
    permissions:
    superpermbridge.*: true
    mchat.prefix.Administrators: true
    mchat.suffix.Administrators: true
    mchat.prefix.Regulars: false
    mchat.suffix.Regulars: false
    inheritance:
    - 'Regulars'
    VIP:
    permissions:
    mchat.prefix.VIP: true
    mchat.suffix.VIP: true
    mchat.prefix.Regulars: false
    mchat.suffix.Regulars: false
    essentials.setwarp: true
    essentials.tpa: true
    ChestShop.shop.create
    ChestShop.shop.buy
    ChestShop.shop.sell
    inheritance:
    - 'Regulars'
    E:
    permissions:
    mchat.prefix.E: true
    mchat.suffix.E: true
    mchat.prefix.Regulars: false
    mchat.suffix.Regulars: false
    inheritance:
    - 'Regulars'

    ^ Above is for dadaemon.

    Acrobot, I did not know about that! Trying it now! If it works, I owe you a yummy porkchop and apple dinner

    Okay, so I put in ChestShop.shop.create:false ( Which is the correct way, according to YAML checkers online) in the regulars category, and they can STILL make the shops! :/

    permissions:
    ChestShop.*:
    description: Gives access to all ChestShop permissions
    default: op
    children:
    ChestShop.shop.*: true
    ChestShop.admin: true
    ChestShop.shop.*:
    description: Gives access to all user ChestShop permissions
    children:
    ChestShop.shop.create: true
    ChestShop.shop.buy: true
    ChestShop.shop.sell: true
    default: true
    ChestShop.shop.create:
    description: Allows the user to create a shop that sells and buys any item
    Tis what my plugin.yml in the chestshop.jar looks like, what does I needs to change?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2016
  16. Offline

    sillyrosster

    Is that why you be slow to respond?
     
  17. Why did you add inheritance to Regulars inside Regulars? Also when pasting yml files use pastie or pastebin. As the indentation is gone now.

    Also you haven't set true or false behind the ChestShop permissions.

    It should be "ChestShop.shop.sell: true" etc.

    So add this to your Regulars:
    ChestShop.shop.create: false
    ChestShop.shop.buy: true
    ChestShop.shop.sell: true

    And this for your vips:
    ChestShop.shop.create: true
    ChestShop.shop.buy: true
    ChestShop.shop.sell: true
     
    Fizzers likes this.
  18. Offline

    Fizzers

    Yeeeesss! it works! Thank you all so much! :D
     
  19. Cool cool cool! :)
     
  20. Offline

    powerpawn

    So I have this weird problem with my server where it justs automatically shuts down (with irony too). Ill try to find the Minecraft crash code. It doesn't ever give me errors or anything and often times dies when using somone uses a command. Its not server threatening issue as it only does it once every 2 hours unless a lot of people are on.

    On a separate note, is there a conflicting issue with signshop and LWC?
     
  21. Offline

    Fizzers

    Mind awnsering one more question for me guys? :) I want to add different colored names to different ranks. How would I do this? :/ ( I have mchat installed, but I don't know how to make it work.. )
     
  22. Offline

    XanderCrews01

    Mchat is one of the trickier chat formatting plugins to use. It sounds like you need something simple, so why not just try essentials chat. Also dont install both mchat and essentials chat.

    http://ess.khhq.net/wiki/Chat_Formatting
     
  23. Offline

    Payback

    I got no idea whats wrong here or how much that is:p

    2012-03-22 08:46:35 [INFO] Saving chunks
    2012-03-22 08:46:42 [INFO] Starting minecraft server version 1.2.3
    2012-03-22 08:46:42 [INFO] Loading properties
    2012-03-22 08:46:42 [INFO] Starting Minecraft server on 192.168.0.13:25565
    2012-03-22 08:46:42 [INFO] This server is running CraftBukkit version git-Bukkit-1.2.3-R0.2-b2060jnks (MC: 1.2.3) (Implementing API version 1.2.3-R0.2)
    2012-03-22 08:46:42 [INFO] [GroupManager] Loading GroupManager v1.9 (2.8.4) (Phoenix)
    2012-03-22 08:46:42 [INFO] [WorldEdit] Loading WorldEdit v1126-a74a0a4
    2012-03-22 08:46:42 [INFO] [WorldGuard] Loading WorldGuard v594-f2fead1
    2012-03-22 08:46:42 [INFO] [WorldSaver] Loading WorldSaver v1.4
    2012-03-22 08:46:42 [INFO] [Permissions] Loading Permissions v3.1.6
    2012-03-22 08:46:42 [INFO] [Residence] Loading Residence v2.5.2
    2012-03-22 08:46:42 [INFO] [Essentials] Loading Essentials v2.8.4
    2012-03-22 08:46:42 [INFO] [EssentialsXMPP] Loading EssentialsXMPP v2.8.4
    2012-03-22 08:46:42 [INFO] [EssentialsChat] Loading EssentialsChat v2.8.4
    2012-03-22 08:46:42 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.8.4
    2012-03-22 08:46:42 [INFO] MLog clients using java 1.4+ standard logging.
    2012-03-22 08:46:42 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.8.4
    2012-03-22 08:46:42 [INFO] [EssentialsGeoIP] Loading EssentialsGeoIP v2.8.4
    2012-03-22 08:46:42 [INFO] Preparing level "world"
    2012-03-22 08:46:42 [INFO] Default game type: 0
    2012-03-22 08:46:42 [INFO] Preparing start region for level 0 (Seed: -4946690901600023903)
    2012-03-22 08:46:42 [INFO] ----- Bukkit Auto Updater -----
    2012-03-22 08:46:42 [INFO] It appears that you're running a Beta Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
    2012-03-22 08:46:42 [INFO] If you would like to be kept informed about new Beta Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'beta'.
    2012-03-22 08:46:42 [INFO] With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes.
    2012-03-22 08:46:42 [INFO] If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
    2012-03-22 08:46:42 [INFO] ----- ------------------- -----
    2012-03-22 08:46:43 [INFO] Preparing start region for level 1 (Seed: -3366145906421298369)
    2012-03-22 08:46:43 [INFO] Preparing start region for level 2 (Seed: -3366145906421298369)
    2012-03-22 08:46:43 [INFO] Preparing spawn area: 0%
    2012-03-22 08:46:44 [INFO] [GroupManager] Enabling GroupManager v1.9 (2.8.4) (Phoenix)
    2012-03-22 08:46:44 [INFO] GroupManager - INFO - World Found: world
    2012-03-22 08:46:44 [INFO] GroupManager - INFO - Superperms support enabled.
    2012-03-22 08:46:44 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    2012-03-22 08:46:44 [INFO] GroupManager - INFO - Backups will be retained for 24 hours!
    2012-03-22 08:46:44 [INFO] GroupManager version 1.9 (2.8.4) (Phoenix) is enabled!
    2012-03-22 08:46:44 [INFO] [WorldEdit] Enabling WorldEdit v1126-a74a0a4
    2012-03-22 08:46:44 [INFO] WorldEdit: Default configuration file written: config.yml
    2012-03-22 08:46:44 [INFO] WEPIF: Updated config file
    2012-03-22 08:46:44 [INFO] WEPIF: Using the Bukkit Permissions API.
    2012-03-22 08:46:44 [INFO] [WorldGuard] Enabling WorldGuard v594-f2fead1
    2012-03-22 08:46:44 [INFO] [WorldGuard] Default configuration file written: E:\Minecraft\plugins\WorldGuard\config.yml
    2012-03-22 08:46:44 [INFO] [WorldGuard] Default configuration file written: E:\Minecraft\plugins\WorldGuard\worlds\world\config.yml
    2012-03-22 08:46:44 [INFO] [WorldGuard] Default configuration file written: E:\Minecraft\plugins\WorldGuard\worlds\world\blacklist.txt
    2012-03-22 08:46:44 [INFO] [WorldGuard] (world) TNT ignition is PERMITTED.
    2012-03-22 08:46:44 [INFO] [WorldGuard] (world) Lighters are PERMITTED.
    2012-03-22 08:46:44 [INFO] [WorldGuard] (world) Lava fire is blocked.
    2012-03-22 08:46:44 [INFO] [WorldGuard] (world) Fire spread is UNRESTRICTED.
    2012-03-22 08:46:44 [INFO] [WorldGuard] Loaded configuration for world 'world'
    2012-03-22 08:46:44 [INFO] [WorldGuard] Default configuration file written: E:\Minecraft\plugins\WorldGuard\worlds\world_nether\config.yml
    2012-03-22 08:46:44 [INFO] [WorldGuard] Default configuration file written: E:\Minecraft\plugins\WorldGuard\worlds\world_nether\blacklist.txt
    2012-03-22 08:46:44 [INFO] [WorldGuard] (world_nether) TNT ignition is PERMITTED.
    2012-03-22 08:46:44 [INFO] [WorldGuard] (world_nether) Lighters are PERMITTED.
    2012-03-22 08:46:44 [INFO] [WorldGuard] (world_nether) Lava fire is blocked.
    2012-03-22 08:46:44 [INFO] [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
    2012-03-22 08:46:44 [INFO] [WorldGuard] Loaded configuration for world 'world_nether'
    2012-03-22 08:46:44 [INFO] [WorldGuard] Default configuration file written: E:\Minecraft\plugins\WorldGuard\worlds\world_the_end\config.yml
    2012-03-22 08:46:44 [INFO] [WorldGuard] Default configuration file written: E:\Minecraft\plugins\WorldGuard\worlds\world_the_end\blacklist.txt
    2012-03-22 08:46:44 [INFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
    2012-03-22 08:46:44 [INFO] [WorldGuard] (world_the_end) Lighters are PERMITTED.
    2012-03-22 08:46:44 [INFO] [WorldGuard] (world_the_end) Lava fire is blocked.
    2012-03-22 08:46:44 [INFO] [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
    2012-03-22 08:46:44 [INFO] [WorldGuard] Loaded configuration for world 'world_the_end'
    2012-03-22 08:46:44 [INFO] [WorldGuard] 0 regions loaded for 'world'
    2012-03-22 08:46:44 [INFO] [WorldGuard] 0 regions loaded for 'world_nether'
    2012-03-22 08:46:44 [INFO] [WorldGuard] 0 regions loaded for 'world_the_end'
    2012-03-22 08:46:44 [INFO] [WorldSaver] Enabling WorldSaver v1.4
    2012-03-22 08:46:44 [INFO] [WorldSaver] enabled. Visit goo.gl/HWbai for plugin info
    2012-03-22 08:46:44 [INFO] [Permissions] Enabling Permissions v3.1.6
    2012-03-22 08:46:44 [INFO] Fake Permissions version 3.1.6 is enabled!
    2012-03-22 08:46:44 [INFO] WEPIF: Using the Bukkit Permissions API.
    2012-03-22 08:46:44 [INFO] [Residence] Enabling Residence v2.5.2
    2012-03-22 08:46:44 [INFO] [Residence] Found Permissions Plugin!
    2012-03-22 08:46:44 [INFO] [Residence] Scanning for economy systems...
    2012-03-22 08:46:44 [INFO] [Residence] Vault NOT found!
    2012-03-22 08:46:44 [INFO] [Residence] MineConomy NOT found!
    2012-03-22 08:46:44 [INFO] [Residence] BOSEconomy NOT found!
    2012-03-22 08:46:44 [INFO] [Residence] Disabling Residence v2.5.2
    2012-03-22 08:46:44 [INFO] [Residence] - FAILED INITIALIZATION! DISABLED! ERROR:
    2012-03-22 08:46:44 [SEVERE] null
    java.lang.RuntimeException: Essentials API is called before Essentials is loaded.
    at com.earth2me.essentials.api.Economy.getUserByName(Economy.java:73)
    at com.earth2me.essentials.api.Economy.playerExists(Economy.java:262)
    at com.bekvon.bukkit.residence.economy.EssentialsEcoAdapter.<init>(EssentialsEcoAdapter.java:24)
    at com.bekvon.bukkit.residence.Residence.loadEssentialsEconomy(Residence.java:499)
    at com.bekvon.bukkit.residence.Residence.onEnable(Residence.java:251)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    at com.bekvon.bukkit.residence.Residence.setEnabled(Residence.java:1773)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:363)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:374)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:361)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    2012-03-22 08:46:44 [INFO] [Essentials] Enabling Essentials v2.8.4
    2012-03-22 08:46:44 [INFO] Bukkit version format changed. Version not checked.
    2012-03-22 08:46:44 [INFO] git-Bukkit-1.2.3-R0.2-b2060jnks (MC: 1.2.3)
    2012-03-22 08:46:44 [INFO] 1.2.3-R0.2
    2012-03-22 08:46:44 [INFO] File not found: plugins\Essentials\jail.yml
    2012-03-22 08:46:44 [INFO] Essentials: Using GroupManager based permissions.
    2012-03-22 08:46:44 [INFO] [EssentialsXMPP] Enabling EssentialsXMPP v2.8.4
    2012-03-22 08:46:44 [WARNING] config broken for xmpp
    2012-03-22 08:46:44 [INFO] [EssentialsChat] Enabling EssentialsChat v2.8.4
    2012-03-22 08:46:44 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.8.4
    2012-03-22 08:46:44 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
    2012-03-22 08:46:45 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.8.4
    2012-03-22 08:46:45 [INFO] File not found: plugins\Essentials\spawn.yml
    2012-03-22 08:46:45 [INFO] [EssentialsGeoIP] Enabling EssentialsGeoIP v2.8.4
    2012-03-22 08:46:45 [INFO] [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
    2012-03-22 08:46:45 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2012-03-22 08:46:45 [INFO] Done (2,385s)! For help, type "help" or "?"
    2012-03-22 08:46:45 [INFO] GroupManager - INFO - Bukkit Permissions Updated!
     
  24. Offline

    M1sT3rM4n

  25. Offline

    Fizzers

    I need help badly!

    Second time this has happened. My permissions.yml ( In the permissionbukkit plugin file, which my server runs off of) was wiped... All the permissions i put in, aren't there anymore... what happened/how do I prevent this?! ( I change those files through Filezilla if it makes a difference )

    Also, the permissions from the Factions permission, are still working in the game, but aren't in the file. While the Essentials permissions aren't working period.
     
  26. Offline

    Lolmewn

    Fizzers and that's why it's important to make backups. (Filezilla keeps temp files somewhere, google it)
     
  27. Offline

    Fizzers

    Lolmewn how do I make it so it doesn't do it again? ( Never had lots of permissions installed. No clue how to make a permissions backup :s )
     
  28. Offline

    Lolmewn

    Fizzers Well, to make a backup, do CTRL + C, then CTRL + V.
    And about not happening again.. no clue, but you could try using PermissionsEX.
     
  29. Offline

    Fizzers

    Might do that. What's the difference between the two?
     
  30. Offline

    powerpawn

    Still having trouble with both these things...

    Dont know if the actual post would be seen on the previous page so yeah...
    Ask me to remove this if you dont want it.
     
Thread Status:
Not open for further replies.

Share This Page