Anti X-Ray Efficace

MrGaffy

Aventurier
27 Juin 2016
8
0
2
28
Bonjours,
Je recherche un Anti-xray qui empêcherai les joueurs de voir les minerais, dans le style de Orebfuscator.
Celui ci est trés bien mais fait énormément lagguer mon serveur, donc je ne me permet pas de le mettre.
Je ne cherche pas un plugin qui me prèviens quand un joueur trouve un minerais, mais un qui permet à coup sur de savoir ou d'empècher xray.
Un plugin qui fonctionne sous 1.9 de prèfèrence ^^ (Spigot)
Merci d'avance!
 

Pungle_

@Pungle_
28 Octobre 2013
2 370
457
247
25
Pas besoin de plugin.
Si tu utilises spigot, va dans "spigot.yml"
Tu devrais avoir ça :
Code:
    anti-xray:
      enabled: true
      engine-mode: 2
      hide-blocks:
      - 14
      - 15
      - 16
      - 21
      - 48
      - 49
      - 54
      - 56
      - 73
      - 74
      - 82
      - 129
      - 130
      replace-blocks:
      - 1
      - 5
(Ce sont les blocs que j'ai mis, libre à toi de les changer).
Il marche en 1.9.4, sans lag.

Si tout marche bien, passe le topic en résolu. :)
 
  • J'aime
Reactions: MrGaffy

MrGaffy

Aventurier
27 Juin 2016
8
0
2
28
Je ne vois pas de ligne "anti-xray" dans mon spigot.yml
En quoi consiste l'anti xray de spigot?
 

Pungle_

@Pungle_
28 Octobre 2013
2 370
457
247
25
Je ne vois pas de ligne "anti-xray" dans mon spigot.yml
En quoi consiste l'anti xray de spigot?
Ah oui, de base elle n'y ai pas, tu as juste à la rajouter à la suite. (Autant pour moi).

En gros, quand il est actif, Spigot considère que tous les blocs que les joueurs ne peuvent pas voir sont des blocs différents (ici 1 & 5)
Mais dès que tu mines le bloc qui cachait le bloc que tu voulais protéger de l'x-ray, il se remet de façon normale
Cela prend moins de ressources que Orebfuscator, car il ne fait que remplacer les blocs importants en autre blocs graphiquement, au lieu de tout modifier. :)
 
  • J'aime
Reactions: MrGaffy

MrGaffy

Aventurier
27 Juin 2016
8
0
2
28
Il y a un endroit spècial pour mettre la ligne? Car je l'ai rajouter à la fin et ça à pas l'air de fonctionner. ça ne fonctionne pas. On voit toujours les minerais, même en déop.
 

Pungle_

@Pungle_
28 Octobre 2013
2 370
457
247
25
Il y a un endroit spècial pour mettre la ligne? Car je l'ai rajouter à la fin et ça à pas l'air de fonctionner. ça ne fonctionne pas. On voit toujours les minerais, même en déop.

Tu as testé ma config' avec un XRay ?
Voilà ma config' de Spigot.yml

Code:
# This is the main configuration file for Spigot.
# As you can see, there's tons to configure. Some options may impact gameplay, so use
# with caution, and make sure you know what each option does before configuring.
# For a reference for any variable inside this file, check out the Spigot wiki at
# http://www.spigotmc.org/wiki/spigot-configuration/
#
# If you need help with the configuration or have any questions related to Spigot,
# join us at the IRC or drop by our forums and leave a post.
#
# IRC: #spigot @ irc.spi.gt ( http://www.spigotmc.org/pages/irc/ )
# Forums: http://www.spigotmc.org/

config-version: 8
stats:
  disable-saving: false
  forced-stats: {}
settings:
  timeout-time: 60
  restart-on-crash: true
  restart-script: ./start.sh
  netty-threads: 4
  attribute:
    maxHealth:
      max: 2048.0
    movementSpeed:
      max: 2048.0
    attackDamage:
      max: 2048.0
  bungeecord: false
  late-bind: false
  sample-count: 12
  player-shuffle: 0
  filter-creative-items: true
  user-cache-size: 1000
  int-cache-limit: 1024
  moved-wrongly-threshold: 0.0625
  moved-too-quickly-multiplier: 10.0
  save-user-cache-on-stop-only: false
  debug: false
messages:
  restart: Server is restarting
  whitelist: You are not whitelisted on this server!
  unknown-command: Unknown command. Type "/help" for help.
  server-full: The server is full!
  outdated-client: Outdated client! Please use {0}
  outdated-server: Outdated server! I'm still on {0}
commands:
  log: true
  spam-exclusions:
  - /skill
  silent-commandblock-console: false
  replace-commands:
  - setblock
  - summon
  - testforblock
  - tellraw
  tab-complete: 0
world-settings:
  default:
    verbose: true
    entity-activation-range:
      animals: 32
      monsters: 32
      misc: 16
    entity-tracking-range:
      players: 48
      animals: 48
      monsters: 48
      misc: 32
      other: 64
    ticks-per:
      hopper-transfer: 8
      hopper-check: 8
    hopper-amount: 1
    nerf-spawner-mobs: false
    zombie-aggressive-towards-villager: true
    wither-spawn-sound-radius: 0
    view-distance: 10
    growth:
      cactus-modifier: 100
      cane-modifier: 100
      melon-modifier: 100
      mushroom-modifier: 100
      pumpkin-modifier: 100
      sapling-modifier: 100
      wheat-modifier: 100
      netherwart-modifier: 100
    enable-zombie-pigmen-portal-spawns: true
    max-tick-time:
      tile: 50
      entity: 50
    random-light-updates: false
    save-structure-info: true
    max-entity-collisions: 8
    dragon-death-sound-radius: 0
    seed-village: 10387312
    seed-feature: 14357617
    hunger:
      walk-exhaustion: 0.2
      sprint-exhaustion: 0.8
      combat-exhaustion: 0.3
      regen-exhaustion: 3.0
    max-tnt-per-tick: 100
    item-despawn-rate: 6000
    merge-radius:
      item: 2.5
      exp: 3.0
    hanging-tick-frequency: 100
    mob-spawn-range: 4
    arrow-despawn-rate: 1200
    anti-xray:
      enabled: true
      engine-mode: 2
      hide-blocks:
      - 14
      - 15
      - 16
      - 21
      - 48
      - 49
      - 54
      - 56
      - 73
      - 74
      - 82
      - 129
      - 130
      replace-blocks:
      - 1
      - 5

Regarde bien si tu l'as mis dans la bonne tabulation que les autres. ;)
 
  • J'aime
Reactions: MrGaffy

MrGaffy

Aventurier
27 Juin 2016
8
0
2
28
Oui c'était exactement pareil, et ça ne fonctionne toujours pas.
J'essaye avec une version modé, et un pack de ressource.. et je peux toujours voir les minerais
 

MrGaffy

Aventurier
27 Juin 2016
8
0
2
28
WorldEdit, Timber, Essentials, LoginSecurity, GroupManager, ForceResourcePack, AnvilPatch, WorldGuard, ProtocolLib, KitAdder, OldCombatMechanics, ObsidiansBreaker, Tout les Essentials (antibuild, chat, spawn) Vault, HorseTpWithMe, LightAPI, Trading, Factions, ProtectionLib, Mobcash, FactionChat, ScoreboardStats, FurnitureLib, FurnitureMaker, DiceFurniture.
 

Benyou

Architecte en herbe
12 Mars 2015
91
11
65
23
Paris
www.youtube.com
  • J'aime
Reactions: MrGaffy