[REQ] Disable F3 and Kick anyone without default Texture pack

Discussion in 'Archived: Plugin Requests' started by shendues, Sep 1, 2011.

  1. Offline

    shendues

    Hey, I was woundering if anyone knew or could make a plugin that could disable F3 and/or could Kick anyone without default texture pack as it would be very useful in PVP. Thank you!:)
     
  2. Offline

    Flopi

    Would be very very useful on my sever.
     
  3. Offline

    Foxtrot200

    The Spoutcraft client disables F3 coordinates and mob IDs. It also allows servers to enforce texture packs onto it.
    Using the Spout server plugin, you can auto-kick players who aren't using the Spout client.
    http://dev.bukkit.org/server-mods/spout/

    There are a few plugins that can enforce the texture packs with Spout. Here's the simplest one I found:
    http://dev.bukkit.org/server-mods/texturedspout/

    This can't be done without a client mod. If you don't want to use client mods, you're out of luck.
    Here's the Spout client mod:
    http://dev.bukkit.org/client-mods/spoutcraft/
     
  4. Offline

    shendues

    what do I need to do in the config file in my texturedsprout to get what I want?

    default: http://dl.dropbox.com/u/32889036/SMPs Revival 3.0.zip
    Use-Permissions: false
    Default-off: true
    LoadingTexturePackUrl: http://dl.dropbox.com/u/32889036/loadingtexturepack.zip
    worlds:
    world_nether:
    world:
    Use-LoadingTexturePack: true

    And how do I turn off f3?
     
  5. Offline

    dak393

    Using the spout client players don't see mob ids or x,y,z coordinates by using F3. So in the spout plugin set it to only allow spout users and set the kick message any way you like :)
     
  6. Offline

    shendues

    I'm sorry but your not being specific enough. What setting do I need to change?
     
  7. Offline

    Legolas1231

    @shendues You dont have to change a setting in order to deactivate the mob ids or coordinates in f3. It is automatically disabled, but if you want that feature again, youll have to change the setting: AllowVisualCheats in the Spout config to true.
     
  8. Offline

    dak393

    In the spout plugin config:

    Code:
    ForceSinglePlayerClientKickMessage: This server requires the Spout SP mod! http://bit.ly/bukkitcontrib
    ForceSinglePlayerClient: true
    If ForceSinglePlayerClient is set to true anyone connecting to the server that is not using spout will be kicked with the kick message "This server requires the Spout SP mod! <Edit by Moderator: Redacted bit url>
     
    Last edited by a moderator: Feb 21, 2017
  9. I tried that myself by downloading Spout today, but it seems that the coords and mob IDs don't disappear :/
    I did only have Spout installed and not Spoutcraft so maybe that's the problem.
     
  10. Could be easily done with spout but I think you'd get a lot of unhappy uses because they'd be forced to use the spoutcraft launcher along with the default texture pack which they may not like.
     
  11. Offline

    Legolas1231

    @Xickle Yea, thats the problem. You have to use Spout & Spoutcraft in order to let the Mob IDs and coords disappear.
     

Share This Page