Скачать мод для майнкрафт на приседание.

Ограниченная подвижность и анимация персонажа в мире кубов расстраивает. Однако, существует мод Smart Moving 1.7.10, который расширяет возможности передвижения по кубичному миру.

Персонаж с такими способностями готов к выживанию в дикой природе. Игрок может вскарабкаться на гору, цепляясь блок за блоком, пока не доберется до вершины, а если случайно упадет, то не полетит вниз камнем, а упадет, как человек в реальной жизни. К счастью можно успеть за что-то ухватиться. Интересной возможностью, ради которой можно скачать мод для Майнкрафт Смарт Мувинг 1.7.10, является спринт. Он стал реалистичнее и быстрее. Теперь стрелы скелетов не настигнут цели. Плавание стало удобнее, в отличие от привычного хождения по дну. Если хотите проявить осторожность, то можно подкрасться или даже ползти. Проползти удастся даже там, где свободное пространство не больше одного блока. Кроме того, станут доступны множество различных видов прыжков, от заряжаемых, чтобы выше и дальше прыгнуть, до отскока от стен и различных уворотов в стороны.

На данной странице можно скачать мод Смарт Мувинг для Майнкрафт версии 1.7.10. Она будет полезна всем любителям паркура. Испытайте новые возможности персонажа, делающие игру разнообразной и простой.

Видео обзор на мод Smart Moving

Как установить?

  • Загрузите и установите Minecraft Forge.
  • Далее необходимо скачать Smart Moving 1.7.10.
  • Скопируйте архив с модом в %appdata%/roaming/.minecraft/mods/
❖ Simple Sit ❖

Overview

Simple Sit is a plugin that adds a sitting and laying feature into Minecraft. By default anyone who joins a servers with this plugin installed has the ability to sit by using the /sit or /lay command. Simple Sit should work with every permissions plugin out there.

NOTE: Only other players can see you laying, when you go into F5 and look at yourself you look like your standing, but other people see you as laying. This will be changed in future updates.

New:

  • SimpleSit 1.6 re-coded/worked.
  • Added laying with /lay
  • Fixed performance and bugs
  • Brand new API

Let me know any bugs or lag that occurs while using this plugin

Command Info
  • Command : /sit
  • Permissions : simplesit.sit
  • Command : /lay
  • Permission : simplesit.lay
Config
  • check-for-updates : When set to true SimpleSit will check for newer versions and alert operators. When set to false SimpleSit will not check for updates.
  • sit-permission-default : Sets the permission default for "simplesit.sit". When set to "true" everyone can use the /sit command. When set to "false" no one can use the /sit command unless the "simplesit.sit" permission was given to them via another permission plugin. When set to "op" only operators can use the /sit command. Finally when set to "not_op" everyone but operators can use the /sit command.
  • sitdown-message : The message sent when a player sits down.
  • situp-message : The message sent when the player gets up from sitting.
  • sitfail-message : The message sent when the player is unable to sit (while in air).
  • lay-permission-default : Sets the permission default for "simplesit.lay". When set to "true" everyone can use the /lay command. When set to "false" no one can use the /lay command unless the "simplesit.lay" permission was given to them via another permission plugin. When set to "op" only operators can use the /lay command. Finally when set to "not_op" everyone but operators can use the /lay command.
  • laydown-message : The message sent when the player lies down.
  • layup-message : The message sent when the player gets up from laying down.
  • layfail-message : The message sent when the player is unable to lay. (When in air)
  • layoverlap-message : The message sent when the player tries to lay on top of another player.
Compatibility
  • Simple Sit 1.5.2 and above is compatible with Spigot/Bukkit 1.8.X, 1.9.X,1.10.X, 1.11.X and 1.12.X
  • SimpleSit 1.6 and above have a brand new API. This may affect some addons.
  • Simple Sit versions 1.4.3 and 1.5 are only compatible with their specified Minecraft versions. I do not recommend these versions.
  • Simple Sit 1.3.5 and below only works with Bukkit/Spigot 1.8 versions
  • Works with Java 7 and higher
  • Simple Sit is incompatible with the plugin MorePlayerModels due to a command conflict
API
NOTE: API only works in Simple Sit 1.3 and above

SpoilerTarget">Spoiler: API Setup

This is the Simple Sit API Setup Tab here you will learn how to setup the API with your plugin! Lets get started!

Setting Up :

  • To allow your plugin to use the custom Simple Sit API events. You need to right click on your project and then click properties
  • Now click Java Build Path then click add External JARs
  • Your going to select the latest Simple Sit.jar then click open
  • Click ok and then your done, you can find info about the API in the API Info Tab! Example:

SpoilerTarget">Spoiler: API Info

API INFO OUTDATED: BRAND NEW API WITH 1.6 AND ABOVE
This is the Simple Sit API tab here you will find all the methods that come with Simple Sit.

  • Don"t know how to setup the Simple Sit API check out the API Setup Tab!
SimpleSit
  • isSitting(); returns true or false. Example

    Player p = player;
    if (SimpleSit.isSitting(p)) {
    // they are sitting
    } else {
    // player is not sitting
    }

  • seat(); forces player to sit. Example

    SimpleSit.seat(player); // Same as player running /sit

PlayerSitEvent
  • getMessage();
  • setMessage("Your Text");
  • getPlayer();
  • getSeat(); returns the newly spawned seat.
  • hasCustomMessage()
PlayerExitSeatEvent
  • getMessage(); returns the message set in config when a player sits down.
  • setMessage("Your Text"); sets the message that is sent to the player when they sit down.
  • getPlayer(); returns the player that sat down.
  • hasCustomMessage() returns whether or not the message has been changed via code.
Seat
  • remove(); removes seat.
  • getLocation(); returns the location of the seat.
  • setFroze(true/false) sets whether or not the seat will be affected by gravity.
  • isFroze(); returns whether or not the seat can be affected by gravity.
  • setVelocity(); allows you to set the velocity of the seat most affected when seats not froze.
  • getPassenger(); returns the player that is sitting on the seat.
Other
  • Still need help? comment below!
Please Note
  • I would like everyone to please note this plugin is intended for private servers, role-play servers, build servers and basically non pvp/faction servers, it will work on pvp/faction servers, but maybe not as intended!
Video
This video is outdated newer one coming soon!


Image


Other Info

Думаем что каждый «архитектор« и «дизайнер» своего собственного дома в мире Minecraft Pocket Edition после создание кокой нибудь уникальной мебели - хотел бы после этого присесть на неё. Допустим вы создали удивительный стильный мягкий уголок, но присесть на него, и сделать «Селфи» вы не можете. Хотели бы иметь возможность садится на свои диваны, софы и другие собственные творения!? Тогда мод Super Stair Sitter 2000 , то что Вам нужно!

Мод Super Stair Sitter 2000 позволяет садится на лестницы и плиты, которые раньше использовались только в строительных целях. Теперь же лестницы и плиты вы можете использовать в декоративных целях, для того, чтобы создать свой собственный роскошный диван на котором вы бы могли присесть перед камином.

Так же вы можете сделать небольшой стул, кресло или кресло, в общем вы можете создавать все что угодно, что пожелает душа! Когда у вас есть мод Super Stair Sitter 2000 , вы стаёте дизайнером-архитектором, который начинает создавать разные декоративные штучки с порывов своей фантазии.

Как садится?

Для того чтобы сесть вам не нужно прикладывать к этому много усилий, просто сделайте какой-нибудь стул, диван, кресло, трон или что-то еще, с участием лестницы или плиты и нажмите по лестнице (плите), чтобы сесть.

Вы можете создавать абсолютно любой тип диванов стульев, но главное чтобы они были сделаны с плит и лестницы. Вот вы можете посмотреть пару примеров того, что можно сделать с модом Super Stair Sitter 2000.

Чтобы сесть на стул, нажмите на него. Чтобы встать со стула - нажмите по кнопку прыжка и вы подыметесь.



Так же вы можете сделать себе красивый и уютный "стул" для рыбалки. Вы на него можете садится и рыбачить в своё удовольствие, поджидая клёв рыбы!

Установка мода Super Stair Sitter 2000:

  • Скачайте мод.
  • Запустите BlockLauncher Pro .
  • Нажмите на гаечный ключик.
  • Перейдите в "ModPE Script".
  • Включите поддержку модов и нажмите "Добавить".
  • Теперь вам нужно найти скачанный мод в файловой системе вашего устройства и нажать на него.
  • Мод установлен, приятной игры!